From 4ca3c4d6f4fe8435805d3b4d94ee30d9ccdd025c Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 18 Oct 2024 12:24:54 +0000 Subject: [PATCH] chore(release): @forestadmin/plugin-flattener@1.3.5 [skip ci] ## [1.3.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.4...@forestadmin/plugin-flattener@1.3.5) (2024-10-18) ### Bug Fixes * fix excel export type ([#1195](https://github.com/ForestAdmin/agent-nodejs/issues/1195)) ([ac7f7d9](https://github.com/ForestAdmin/agent-nodejs/commit/ac7f7d9109fbf03ef33e2cb77a5b5bd5e4cac165)) * **logger:** logger should display the right status code in case of error ([#1194](https://github.com/ForestAdmin/agent-nodejs/issues/1194)) ([d328764](https://github.com/ForestAdmin/agent-nodejs/commit/d328764394c9660ad865864e29fdbf14385a5556)) * **security:** patch cookie dependency vulnerabilities ([#1193](https://github.com/ForestAdmin/agent-nodejs/issues/1193)) ([1fd3669](https://github.com/ForestAdmin/agent-nodejs/commit/1fd3669e30ba6b2f0cb6afc822a3046b7ab7b9de)) ### Features * add caller ip in action context.caller.request.ip ([#1196](https://github.com/ForestAdmin/agent-nodejs/issues/1196)) ([25aa5b8](https://github.com/ForestAdmin/agent-nodejs/commit/25aa5b859f856bab8302989500bddee8d2e3bbe9)) --- packages/plugin-flattener/CHANGELOG.md | 11 +++++++++++ packages/plugin-flattener/package.json | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/plugin-flattener/CHANGELOG.md b/packages/plugin-flattener/CHANGELOG.md index 538cdc91cb..0e00ad5ee0 100644 --- a/packages/plugin-flattener/CHANGELOG.md +++ b/packages/plugin-flattener/CHANGELOG.md @@ -1,3 +1,14 @@ +## @forestadmin/plugin-flattener [1.3.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.4...@forestadmin/plugin-flattener@1.3.5) (2024-10-18) + + + + + +### Dependencies + +* **@forestadmin/datasource-toolkit:** upgraded to 1.43.0 +* **@forestadmin/datasource-customizer:** upgraded to 1.55.2 + ## @forestadmin/plugin-flattener [1.3.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.3...@forestadmin/plugin-flattener@1.3.4) (2024-10-10) diff --git a/packages/plugin-flattener/package.json b/packages/plugin-flattener/package.json index 5deea93f67..f1f54831f2 100644 --- a/packages/plugin-flattener/package.json +++ b/packages/plugin-flattener/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/plugin-flattener", - "version": "1.3.4", + "version": "1.3.5", "description": "A plugin that allows to flatten columns and relations in Forest Admin", "main": "dist/index.js", "license": "GPL-3.0", @@ -24,11 +24,11 @@ "test": "jest" }, "devDependencies": { - "@forestadmin/datasource-customizer": "1.55.1", + "@forestadmin/datasource-customizer": "1.55.2", "@types/object-hash": "^3.0.2" }, "dependencies": { - "@forestadmin/datasource-toolkit": "1.42.1", + "@forestadmin/datasource-toolkit": "1.43.0", "object-hash": "^3.0.0" } }