Skip to content

Commit 3a2e261

Browse files
committed
chore(release): @forestadmin/datasource-replica@1.1.5 [skip ci]
## [1.1.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.1.4...@forestadmin/datasource-replica@1.1.5) (2024-03-11) ### Bug Fixes * bump openid-client to fix jose vulnerability ([#1050](#1050)) ([35c22f2](35c22f2)) * latest version vulnerability by relying on npm instead ([#1053](#1053)) ([47a29aa](47a29aa)) * **logs:** improve default message when nos logs are displayed ([#1049](#1049)) ([594014c](594014c)) * **security:** patch es5-ext dependency vulnerabilities ([#1048](#1048)) ([1650289](1650289)) * vulnerability in axios ([#1051](#1051)) ([6a2e861](6a2e861)) ### Features * **forest-cloud:** add logs command to display logs ([#1034](#1034)) ([98a62ed](98a62ed)) * **logs:** add new command options --from and --to ([#1047](#1047)) ([eff3524](eff3524)) ### Performance Improvements * **computed:** avoid calling computed handler when there is nothing to compute ([#1054](#1054)) ([1a32df8](1a32df8))
1 parent 2d79b99 commit 3a2e261

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/datasource-replica/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## @forestadmin/datasource-replica [1.1.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.1.4...@forestadmin/datasource-replica@1.1.5) (2024-03-11)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-customizer:** upgraded to 1.43.4
10+
111
## @forestadmin/datasource-replica [1.1.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.1.3...@forestadmin/datasource-replica@1.1.4) (2024-02-28)
212

313

packages/datasource-replica/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/datasource-replica",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -23,7 +23,7 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"@forestadmin/datasource-customizer": "1.43.3",
26+
"@forestadmin/datasource-customizer": "1.43.4",
2727
"@forestadmin/datasource-sequelize": "1.6.5",
2828
"@forestadmin/datasource-sql": "1.9.2",
2929
"@forestadmin/datasource-toolkit": "1.32.1",

0 commit comments

Comments
 (0)