Skip to content

Commit

Permalink
chore(release): @forestadmin/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-02)

### Bug Fixes

* don't cache rejected promises ([#1238](#1238)) ([161459d](161459d))
* upgrade ssh-tunnel dependency to avoid crash when "no response from server" ([#1228](#1228)) ([83fbf9c](83fbf9c))

### Features

* **segment:** support templating for segment live query ([#1235](#1235)) ([5452a95](5452a95))
  • Loading branch information
forest-bot committed Jan 2, 2025
1 parent 0d92269 commit 29f9cb2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/datasource-sql [1.16.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-02)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.11.4
* **@forestadmin/datasource-toolkit:** upgraded to 1.46.0

## @forestadmin/datasource-sql [1.16.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-12-18)


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.16.3",
"version": "1.16.4",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.11.3",
"@forestadmin/datasource-toolkit": "1.45.1",
"@forestadmin/datasource-sequelize": "1.11.4",
"@forestadmin/datasource-toolkit": "1.46.0",
"pluralize": "^8.0.0",
"sequelize": "^6.37.5",
"socks": "^2.7.1",
Expand Down

0 comments on commit 29f9cb2

Please sign in to comment.