Skip to content

Commit

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

### Bug Fixes

* **rename decorator:** properly map relation when renaming pk field ([#1217](#1217)) ([2de746f](2de746f))
* **security:** patch cross-spawn dependency vulnerabilities ([#1212](#1212)) ([79c5d35](79c5d35))
* **security:** patch express dependency vulnerabilities ([#1213](#1213)) ([a2c9399](a2c9399))
* **security:** patch tar dependency vulnerabilities ([#1214](#1214)) ([175b438](175b438))

### Features

* **capabilities:** define native query connection capabilities ([#1220](#1220)) ([bd0fc7c](bd0fc7c))

### Reverts

*  "chore(capabilities): define native query connection capabilities ([#1219](#1219))" ([290cde3](290cde3))
  • Loading branch information
forest-bot committed Nov 27, 2024
1 parent a7db8f2 commit bf6f525
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# @forestadmin/datasource-sql [1.16.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.15.0...@forestadmin/datasource-sql@1.16.0) (2024-11-27)


### Features

* **capabilities:** define native query connection capabilities ([#1220](https://github.com/ForestAdmin/agent-nodejs/issues/1220)) ([bd0fc7c](https://github.com/ForestAdmin/agent-nodejs/commit/bd0fc7cce7f9d6dec79f1e62bdd3e13c7b4f72e4))


### Reverts

* "chore(capabilities): define native query connection capabilities ([#1219](https://github.com/ForestAdmin/agent-nodejs/issues/1219))" ([290cde3](https://github.com/ForestAdmin/agent-nodejs/commit/290cde383ab72c11050e27beba7214cf9802e5e0))





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.11.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.44.0

# @forestadmin/datasource-sql [1.15.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.31...@forestadmin/datasource-sql@1.15.0) (2024-11-20)


Expand Down
6 changes: 3 additions & 3 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.15.0",
"version": "1.16.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.10.5",
"@forestadmin/datasource-toolkit": "1.43.0",
"@forestadmin/datasource-sequelize": "1.11.0",
"@forestadmin/datasource-toolkit": "1.44.0",
"pluralize": "^8.0.0",
"sequelize": "^6.37.5",
"socks": "^2.7.1",
Expand Down

0 comments on commit bf6f525

Please sign in to comment.