Skip to content

Commit 44a16db

Browse files
committed
chore(release): @forestadmin/[email protected] [skip ci]
## @forestadmin/agent-testing [1.0.23](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-03-18) ### Dependencies * **@forestadmin/agent-client:** upgraded to 1.4.14 * **@forestadmin/datasource-customizer:** upgraded to 1.69.0 * **@forestadmin/datasource-toolkit:** upgraded to 1.53.0 * **@forestadmin/forestadmin-client:** upgraded to 1.37.18 * **@forestadmin/agent:** upgraded to 1.75.0 * **@forestadmin/datasource-sql:** upgraded to 1.17.8
1 parent 62b37ee commit 44a16db

2 files changed

Lines changed: 23 additions & 8 deletions

File tree

packages/agent-testing/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## @forestadmin/agent-testing [1.0.23](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-03-18)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent-client:** upgraded to 1.4.14
10+
* **@forestadmin/datasource-customizer:** upgraded to 1.69.0
11+
* **@forestadmin/datasource-toolkit:** upgraded to 1.53.0
12+
* **@forestadmin/forestadmin-client:** upgraded to 1.37.18
13+
* **@forestadmin/agent:** upgraded to 1.75.0
14+
* **@forestadmin/datasource-sql:** upgraded to 1.17.8
15+
116
## @forestadmin/agent-testing [1.0.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-03-04)
217

318

packages/agent-testing/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/agent-testing",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "Testing utilities for Forest Admin agent",
55
"author": "Vincent Molinié <[email protected]>",
66
"homepage": "https://github.com/ForestAdmin/agent-nodejs#readme",
@@ -26,25 +26,25 @@
2626
"test": "jest"
2727
},
2828
"dependencies": {
29-
"@forestadmin/agent-client": "1.4.13",
30-
"@forestadmin/datasource-customizer": "1.68.2",
31-
"@forestadmin/datasource-toolkit": "1.52.0",
32-
"@forestadmin/forestadmin-client": "1.37.17",
29+
"@forestadmin/agent-client": "1.4.14",
30+
"@forestadmin/datasource-customizer": "1.69.0",
31+
"@forestadmin/datasource-toolkit": "1.53.0",
32+
"@forestadmin/forestadmin-client": "1.37.18",
3333
"jsonapi-serializer": "^3.6.9",
3434
"jsonwebtoken": "^9.0.3",
3535
"superagent": "^10.3.0"
3636
},
3737
"peerDependencies": {
38-
"@forestadmin/agent": "1.74.1"
38+
"@forestadmin/agent": "1.75.0"
3939
},
4040
"peerDependenciesMeta": {
4141
"@forestadmin/agent": {
4242
"optional": true
4343
}
4444
},
4545
"devDependencies": {
46-
"@forestadmin/agent": "1.74.1",
47-
"@forestadmin/datasource-sql": "1.17.7",
46+
"@forestadmin/agent": "1.75.0",
47+
"@forestadmin/datasource-sql": "1.17.8",
4848
"@types/jsonwebtoken": "^9.0.1",
4949
"@types/superagent": "^8.1.9",
5050
"sequelize": "^6.37.7"

0 commit comments

Comments
 (0)