Skip to content

Commit

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

### Bug Fixes

* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
  • Loading branch information
forest-bot committed Dec 3, 2024
1 parent 8215d78 commit 2fcbdc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/datasource-replica/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/datasource-replica [1.5.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-12-03)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.11.1
* **@forestadmin/datasource-sql:** upgraded to 1.16.1

## @forestadmin/datasource-replica [1.5.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-11-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/datasource-replica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-replica",
"version": "1.5.5",
"version": "1.5.6",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@forestadmin/datasource-customizer": "1.56.0",
"@forestadmin/datasource-sequelize": "1.11.0",
"@forestadmin/datasource-sql": "1.16.0",
"@forestadmin/datasource-sequelize": "1.11.1",
"@forestadmin/datasource-sql": "1.16.1",
"@forestadmin/datasource-toolkit": "1.44.0",
"croner": "^6.0.6",
"sequelize": "^6.37.5"
Expand Down

0 comments on commit 2fcbdc2

Please sign in to comment.