From 15f5cd1abb8830bfd9387dd51e43eee3052b1d5b Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 27 Nov 2024 10:12:45 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-dummy@1.1.40 [skip ci] ## [1.1.40](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.39...@forestadmin/datasource-dummy@1.1.40) (2024-11-27) ### Bug Fixes * **forest-cloud:** generate datasource file on bootstrap ([#1203](https://github.com/ForestAdmin/agent-nodejs/issues/1203)) ([3a365f2](https://github.com/ForestAdmin/agent-nodejs/commit/3a365f282df7adf08c6ceec0ded8e8f540f5a1b1)) * **rename decorator:** properly map relation when renaming pk field ([#1217](https://github.com/ForestAdmin/agent-nodejs/issues/1217)) ([2de746f](https://github.com/ForestAdmin/agent-nodejs/commit/2de746f7325310d6138550cd75660cc1955c6114)) * **security:** patch cross-spawn dependency vulnerabilities ([#1212](https://github.com/ForestAdmin/agent-nodejs/issues/1212)) ([79c5d35](https://github.com/ForestAdmin/agent-nodejs/commit/79c5d3507a328e726bfa29e917ddd16eef2378cf)) * **security:** patch express dependency vulnerabilities ([#1213](https://github.com/ForestAdmin/agent-nodejs/issues/1213)) ([a2c9399](https://github.com/ForestAdmin/agent-nodejs/commit/a2c93999310a991ce7fc794ebfaad5a67e51da56)) * **security:** patch tar dependency vulnerabilities ([#1214](https://github.com/ForestAdmin/agent-nodejs/issues/1214)) ([175b438](https://github.com/ForestAdmin/agent-nodejs/commit/175b438d5a465b94872ea3151612ebf5753926af)) * **typo:** bootstrap command ([#1206](https://github.com/ForestAdmin/agent-nodejs/issues/1206)) ([d60337b](https://github.com/ForestAdmin/agent-nodejs/commit/d60337b82531c7ef753a54cb55ea8711d8f80a8f)) ### Features * add support of projection on get route ([#1205](https://github.com/ForestAdmin/agent-nodejs/issues/1205)) ([5df3c58](https://github.com/ForestAdmin/agent-nodejs/commit/5df3c5823365aa3640e4f88e7254e1c2e7daeed1)) * better logs during timeout ([#1208](https://github.com/ForestAdmin/agent-nodejs/issues/1208)) ([e844184](https://github.com/ForestAdmin/agent-nodejs/commit/e84418466dd473b176b5f41062ad055f258d6803)) * **datasource sql:** add option to see paranoid ([#1210](https://github.com/ForestAdmin/agent-nodejs/issues/1210)) ([2d2639c](https://github.com/ForestAdmin/agent-nodejs/commit/2d2639c4eb506fab4db54a94778e3ee9196180e2)) * **forest-cloud:** introduce local development environment for cloud projects ([#1199](https://github.com/ForestAdmin/agent-nodejs/issues/1199)) ([e1cfa42](https://github.com/ForestAdmin/agent-nodejs/commit/e1cfa424d9dfcd64193e40474571b58e0931d57a)) --- packages/datasource-dummy/CHANGELOG.md | 10 ++++++++++ packages/datasource-dummy/package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/datasource-dummy/CHANGELOG.md b/packages/datasource-dummy/CHANGELOG.md index ae60d3f4f..d8bf842d3 100644 --- a/packages/datasource-dummy/CHANGELOG.md +++ b/packages/datasource-dummy/CHANGELOG.md @@ -1,3 +1,13 @@ +## @forestadmin/datasource-dummy [1.1.40](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.39...@forestadmin/datasource-dummy@1.1.40) (2024-11-27) + + + + + +### Dependencies + +* **@forestadmin/datasource-customizer:** upgraded to 1.55.5 + ## @forestadmin/datasource-dummy [1.1.39](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.38...@forestadmin/datasource-dummy@1.1.39) (2024-11-05) diff --git a/packages/datasource-dummy/package.json b/packages/datasource-dummy/package.json index 7be892429..dd741197b 100644 --- a/packages/datasource-dummy/package.json +++ b/packages/datasource-dummy/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-dummy", - "version": "1.1.39", + "version": "1.1.40", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -12,7 +12,7 @@ "directory": "packages/datasource-dummy" }, "dependencies": { - "@forestadmin/datasource-customizer": "1.55.4", + "@forestadmin/datasource-customizer": "1.55.5", "@forestadmin/datasource-toolkit": "1.43.0" }, "files": [