Skip to content

Commit ac8f3e8

Browse files
committed
chore(release): @forestadmin/[email protected] [skip ci]
## @forestadmin/agent-testing [1.0.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-02-03) ### Dependencies * **@forestadmin/agent:** upgraded to 1.72.1 * **@forestadmin/datasource-sql:** upgraded to 1.17.3
1 parent d658ba0 commit ac8f3e8

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

packages/agent-testing/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @forestadmin/agent-testing [1.0.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-02-03)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.72.1
10+
* **@forestadmin/datasource-sql:** upgraded to 1.17.3
11+
112
## @forestadmin/agent-testing [1.0.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2026-02-03)
213

314

packages/agent-testing/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/agent-testing",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Testing utilities for Forest Admin agent",
55
"author": "Vincent Molinié <[email protected]>",
66
"homepage": "https://github.com/ForestAdmin/agent-nodejs#readme",
@@ -35,16 +35,16 @@
3535
"superagent": "^10.2.3"
3636
},
3737
"peerDependencies": {
38-
"@forestadmin/agent": "1.72.0"
38+
"@forestadmin/agent": "1.72.1"
3939
},
4040
"peerDependenciesMeta": {
4141
"@forestadmin/agent": {
4242
"optional": true
4343
}
4444
},
4545
"devDependencies": {
46-
"@forestadmin/agent": "1.72.0",
47-
"@forestadmin/datasource-sql": "1.17.2",
46+
"@forestadmin/agent": "1.72.1",
47+
"@forestadmin/datasource-sql": "1.17.3",
4848
"@types/jsonwebtoken": "^9.0.1",
4949
"@types/superagent": "^8.1.9",
5050
"sequelize": "^6.37.7"

0 commit comments

Comments
 (0)