Skip to content

Commit

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

### Bug Fixes

* 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))
  • Loading branch information
forest-bot committed Nov 16, 2023
1 parent f4098f7 commit bdaf8dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-dummy [1.0.83](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.0.82...@forestadmin/datasource-dummy@1.0.83) (2023-11-16)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.37.4

## @forestadmin/datasource-dummy [1.0.82](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.0.81...@forestadmin/datasource-dummy@1.0.82) (2023-11-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-dummy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-dummy",
"version": "1.0.82",
"version": "1.0.83",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-dummy"
},
"dependencies": {
"@forestadmin/datasource-customizer": "1.37.3",
"@forestadmin/datasource-customizer": "1.37.4",
"@forestadmin/datasource-toolkit": "1.29.0"
},
"files": [
Expand Down

0 comments on commit bdaf8dc

Please sign in to comment.