Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-toolkit@1.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.5.1...@forestadmin/datasource-toolkit@1.5.2) (2023-07-20)

### Bug Fixes

* **add field decorator:** throw when put space inside fieldName ([#767](#767)) ([b6840ef](b6840ef))
* **client:** handle more errors on Server Sent Event issues to better reflect what is going on ([#759](#759)) ([48d4972](48d4972))
* **datasource-customizer:** attempt to fix install when using latest nestjs version ([#758](#758)) ([04098ab](04098ab))
* **datasource-mongoose:** when combining asModels and asFields, collection.create returns invalid records for subcollections ([#763](#763)) ([dda1008](dda1008))
* **security:** patch word-wrap dependency vulnerabilities ([#754](#754)) ([5e5f2d6](5e5f2d6))
* throw error on null sequelize models ([#768](#768)) ([aeb3b01](aeb3b01))

### Features

* **config:** configuration now allows to differenciate bucket path and database path ([#752](#752)) ([dbc3b78](dbc3b78))
  • Loading branch information
forest-bot committed Jul 20, 2023
1 parent 1dd3720 commit 1e02bee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-toolkit [1.5.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.5.1...@forestadmin/datasource-toolkit@1.5.2) (2023-07-20)


### Bug Fixes

* **add field decorator:** throw when put space inside fieldName ([#767](https://github.com/ForestAdmin/agent-nodejs/issues/767)) ([b6840ef](https://github.com/ForestAdmin/agent-nodejs/commit/b6840efaeada99d8056802566e557f57f0c8b4e4))

## @forestadmin/datasource-toolkit [1.5.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.5.0...@forestadmin/datasource-toolkit@1.5.1) (2023-06-29)


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

0 comments on commit 1e02bee

Please sign in to comment.