Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-replica@1.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.4.4...@forestadmin/datasource-replica@1.4.5) (2024-10-10)

### Bug Fixes

* missing exported type ([#1192](#1192)) ([7e26bd9](7e26bd9))
* **permissions:** properly check permissions when dissociating or deleting related resources ([#1190](#1190)) ([211fd1f](211fd1f))
  • Loading branch information
forest-bot committed Oct 10, 2024
1 parent 78e4945 commit acea41b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions packages/datasource-replica/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @forestadmin/datasource-replica [1.4.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.4.4...@forestadmin/datasource-replica@1.4.5) (2024-10-10)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.55.1
* **@forestadmin/datasource-sequelize:** upgraded to 1.10.4
* **@forestadmin/datasource-sql:** upgraded to 1.14.30
* **@forestadmin/datasource-toolkit:** upgraded to 1.42.1

## @forestadmin/datasource-replica [1.4.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.4.3...@forestadmin/datasource-replica@1.4.4) (2024-10-09)


Expand Down
10 changes: 5 additions & 5 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.4.4",
"version": "1.4.5",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -23,10 +23,10 @@
"test": "jest"
},
"dependencies": {
"@forestadmin/datasource-customizer": "1.55.0",
"@forestadmin/datasource-sequelize": "1.10.3",
"@forestadmin/datasource-sql": "1.14.29",
"@forestadmin/datasource-toolkit": "1.42.0",
"@forestadmin/datasource-customizer": "1.55.1",
"@forestadmin/datasource-sequelize": "1.10.4",
"@forestadmin/datasource-sql": "1.14.30",
"@forestadmin/datasource-toolkit": "1.42.1",
"croner": "^6.0.6",
"sequelize": "^6.28.0"
}
Expand Down

0 comments on commit acea41b

Please sign in to comment.