Skip to content

Commit 23e6681

Browse files
committed
chore(release): @forestadmin/[email protected] [skip ci]
## [1.1.24](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-02-05) ### Bug Fixes * **sse:** detect buffering and warn user ([#1256](#1256)) ([dc4fdf4](dc4fdf4)) * **user-permission:** don't cache rejected promises ([#1248](#1248)) ([10bd993](10bd993)) ### Features * add environment and project name in caller ([#1200](#1200)) ([819f5f6](819f5f6)) * **mongoose:** allow to enable debug mode ([#1251](#1251)) ([db36f93](db36f93))
1 parent ded8a85 commit 23e6681

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/plugin-export-advanced/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @forestadmin/plugin-export-advanced [1.1.24](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-02-05)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-customizer:** upgraded to 1.61.3
10+
* **@forestadmin/datasource-toolkit:** upgraded to 1.48.0
11+
112
## @forestadmin/plugin-export-advanced [1.1.23](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-28)
213

314

packages/plugin-export-advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/plugin-export-advanced",
3-
"version": "1.1.23",
3+
"version": "1.1.24",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -15,8 +15,8 @@
1515
"excel4node": "^1.8.0"
1616
},
1717
"devDependencies": {
18-
"@forestadmin/datasource-customizer": "1.61.2",
19-
"@forestadmin/datasource-toolkit": "1.47.1"
18+
"@forestadmin/datasource-customizer": "1.61.3",
19+
"@forestadmin/datasource-toolkit": "1.48.0"
2020
},
2121
"files": [
2222
"dist/**/*.js",

0 commit comments

Comments
 (0)