Skip to content

Commit 6b74dec

Browse files
committed
chore(release): @forestadmin/plugin-flattener@1.4.16 [skip ci]
## [1.4.16](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.15...@forestadmin/plugin-flattener@1.4.16) (2025-06-18) ### Bug Fixes * **agent:** avoid crash when user use body-parser before agent router ([#1306](#1306)) ([370d1bd](370d1bd)) * **body parser:** add options to configure body parser to be able to use multiple parser ([#1311](#1311)) ([f9d497d](f9d497d)) * **body parser:** parse properly delete method ([#1307](#1307)) ([c2c84fd](c2c84fd)) * **mongoose:** change regex to support windows os when making introspection ([#1296](#1296)) ([46c799f](46c799f)) * prevent stack overflow error during mongoose introspection ([#1304](#1304)) ([00264ac](00264ac)) * **security:** patch mongoose dependency vulnerabilities ([#1255](#1255)) ([a43af07](a43af07)) * **vulnerability:** bump koa ([#1295](#1295)) ([08698ad](08698ad)) * **vulnerability:** bump koa-router ([#1298](#1298)) ([9517fcd](9517fcd)) * **vulnerability:** bump lerna ([#1297](#1297)) ([669d997](669d997)) * **vulnerability:** bump semantic-release packages ([#1300](#1300)) ([d01d303](d01d303)) * **vulnerability:** bump socks ([#1299](#1299)) ([c4273f6](c4273f6)) * **vulnerability:** bump superagent -> formidable ([#1294](#1294)) ([0a9ef9b](0a9ef9b)) ### Features * **customizer:** customers can now mark a field as optional ([#1286](#1286)) ([4205252](4205252)) * **filters:** support Not In operator ([#1302](#1302)) ([9db76c8](9db76c8)) * **plugin-aws-s3:** add force path style parameter to s3 client ([#1305](#1305)) ([804a7f5](804a7f5))
1 parent 4e15182 commit 6b74dec

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/plugin-flattener/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## @forestadmin/plugin-flattener [1.4.16](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.15...@forestadmin/plugin-flattener@1.4.16) (2025-06-18)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-customizer:** upgraded to 1.67.0
10+
111
## @forestadmin/plugin-flattener [1.4.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.14...@forestadmin/plugin-flattener@1.4.15) (2025-05-06)
212

313

packages/plugin-flattener/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/plugin-flattener",
3-
"version": "1.4.15",
3+
"version": "1.4.16",
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,7 +24,7 @@
2424
"test": "jest"
2525
},
2626
"devDependencies": {
27-
"@forestadmin/datasource-customizer": "1.66.0",
27+
"@forestadmin/datasource-customizer": "1.67.0",
2828
"@types/object-hash": "^3.0.2"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)