Skip to content

Commit

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

### Bug Fixes

* **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 19, 2023
1 parent 9de3f53 commit fa804d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-sql [1.7.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.1...@forestadmin/datasource-sql@1.7.2) (2023-07-19)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.3.3

## @forestadmin/datasource-sql [1.7.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.0...@forestadmin/datasource-sql@1.7.1) (2023-06-29)


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.7.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.3.2",
"@forestadmin/datasource-sequelize": "1.3.3",
"@forestadmin/datasource-toolkit": "1.5.1",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
Expand Down

0 comments on commit fa804d6

Please sign in to comment.