Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-export-advanced@1.0.59 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.59](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.58...@forestadmin/plugin-export-advanced@1.0.59) (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 f28e9f0 commit 7ca01d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/plugin-export-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/plugin-export-advanced [1.0.59](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.58...@forestadmin/plugin-export-advanced@1.0.59) (2023-11-16)





### Dependencies

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

## @forestadmin/plugin-export-advanced [1.0.58](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.57...@forestadmin/plugin-export-advanced@1.0.58) (2023-11-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-export-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-export-advanced",
"version": "1.0.58",
"version": "1.0.59",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -15,7 +15,7 @@
"excel4node": "^1.8.0"
},
"devDependencies": {
"@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 7ca01d1

Please sign in to comment.