Skip to content

Commit c34756e

Browse files
committed
chore(release): example@1.13.30 [skip ci]
## [1.13.30](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.29...example@1.13.30) (2025-05-21) ### Bug Fixes * prevent stack overflow error during mongoose introspection ([#1304](#1304)) ([00264ac](00264ac)) ### Features * **plugin-aws-s3:** add force path style parameter to s3 client ([#1305](#1305)) ([804a7f5](804a7f5))
1 parent 43ff7d6 commit c34756e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/_example/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## example [1.13.30](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.29...example@1.13.30) (2025-05-21)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-mongo:** upgraded to 1.5.3
10+
* **@forestadmin/datasource-mongoose:** upgraded to 1.12.3
11+
112
## example [1.13.29](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.28...example@1.13.29) (2025-05-15)
213

314

packages/_example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "example",
3-
"version": "1.13.29",
3+
"version": "1.13.30",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
88
"@forestadmin/agent": "1.64.0",
99
"@forestadmin/datasource-dummy": "1.1.57",
10-
"@forestadmin/datasource-mongo": "1.5.2",
11-
"@forestadmin/datasource-mongoose": "1.12.2",
10+
"@forestadmin/datasource-mongo": "1.5.3",
11+
"@forestadmin/datasource-mongoose": "1.12.3",
1212
"@forestadmin/datasource-sequelize": "1.13.0",
1313
"@forestadmin/datasource-sql": "1.17.1",
1414
"@forestadmin/datasource-toolkit": "1.50.0",

0 commit comments

Comments
 (0)