From 6dbdf56580e24a21ff9f82c7378a95183bd3fb67 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 18 Oct 2024 12:24:39 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-toolkit@1.43.0 [skip ci] # [1.43.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.42.1...@forestadmin/datasource-toolkit@1.43.0) (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/datasource-toolkit/CHANGELOG.md | 7 +++++++ packages/datasource-toolkit/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/datasource-toolkit/CHANGELOG.md b/packages/datasource-toolkit/CHANGELOG.md index 377f87d1f..904882859 100644 --- a/packages/datasource-toolkit/CHANGELOG.md +++ b/packages/datasource-toolkit/CHANGELOG.md @@ -1,3 +1,10 @@ +# @forestadmin/datasource-toolkit [1.43.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.42.1...@forestadmin/datasource-toolkit@1.43.0) (2024-10-18) + + +### 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)) + ## @forestadmin/datasource-toolkit [1.42.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.42.0...@forestadmin/datasource-toolkit@1.42.1) (2024-10-10) diff --git a/packages/datasource-toolkit/package.json b/packages/datasource-toolkit/package.json index f7975c81c..9e26ecdd2 100644 --- a/packages/datasource-toolkit/package.json +++ b/packages/datasource-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-toolkit", - "version": "1.42.1", + "version": "1.43.0", "main": "dist/src/index.js", "license": "GPL-3.0", "publishConfig": {