Skip to content

Commit b0c2b49

Browse files
committed
chore(release): @forestadmin/[email protected] [skip ci]
## [1.4.8](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 23e6681 commit b0c2b49

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/plugin-flattener/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @forestadmin/plugin-flattener [1.4.8](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-toolkit:** upgraded to 1.48.0
10+
* **@forestadmin/datasource-customizer:** upgraded to 1.61.3
11+
112
## @forestadmin/plugin-flattener [1.4.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-28)
213

314

packages/plugin-flattener/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-flattener",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"description": "A plugin that allows to flatten columns and relations in Forest Admin",
55
"main": "dist/index.js",
66
"license": "GPL-3.0",
@@ -24,11 +24,11 @@
2424
"test": "jest"
2525
},
2626
"devDependencies": {
27-
"@forestadmin/datasource-customizer": "1.61.2",
27+
"@forestadmin/datasource-customizer": "1.61.3",
2828
"@types/object-hash": "^3.0.2"
2929
},
3030
"dependencies": {
31-
"@forestadmin/datasource-toolkit": "1.47.1",
31+
"@forestadmin/datasource-toolkit": "1.48.0",
3232
"object-hash": "^3.0.0"
3333
}
3434
}

0 commit comments

Comments
 (0)