Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sql@1.7.42 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.42](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.41...@forestadmin/datasource-sql@1.7.42) (2023-11-24)

### Bug Fixes

* **datasource-sql:** don't return function names when default values are not constants ([#872](#872)) ([db5dba9](db5dba9))
* do not generate typing aliases with dashes ([#883](#883)) ([f971b68](f971b68))
* **schema:** throw an error when enum values are corrupted in the schema ([#877](#877)) ([d4488c9](d4488c9))
* **security:** patch axios dependency vulnerabilities ([#884](#884)) ([a693ace](a693ace))
* **smart-field:** log error on missing parameter dependencies and avoid crash ([#873](#873)) ([e7f80e2](e7f80e2))
* user receives 403 on newly created segment query ([#889](#889)) ([b2eb86a](b2eb86a))
  • Loading branch information
forest-bot committed Nov 24, 2023
1 parent a365f4c commit 842eb2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-sql [1.7.42](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.41...@forestadmin/datasource-sql@1.7.42) (2023-11-24)


### Bug Fixes

* **datasource-sql:** don't return function names when default values are not constants ([#872](https://github.com/ForestAdmin/agent-nodejs/issues/872)) ([db5dba9](https://github.com/ForestAdmin/agent-nodejs/commit/db5dba9b97998b878d12b6ee055a2bad6ffd901c))

## @forestadmin/datasource-sql [1.7.41](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.40...@forestadmin/datasource-sql@1.7.41) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sql",
"version": "1.7.41",
"version": "1.7.42",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 842eb2b

Please sign in to comment.