Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-dummy@1.1.40 [skip ci]
Browse files Browse the repository at this point in the history
## [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](#1203)) ([3a365f2](3a365f2))
* **rename decorator:** properly map relation when renaming pk field ([#1217](#1217)) ([2de746f](2de746f))
* **security:** patch cross-spawn dependency vulnerabilities ([#1212](#1212)) ([79c5d35](79c5d35))
* **security:** patch express dependency vulnerabilities ([#1213](#1213)) ([a2c9399](a2c9399))
* **security:** patch tar dependency vulnerabilities ([#1214](#1214)) ([175b438](175b438))
* **typo:** bootstrap command ([#1206](#1206)) ([d60337b](d60337b))

### Features

* add support of projection on get route ([#1205](#1205)) ([5df3c58](5df3c58))
* better logs during timeout ([#1208](#1208)) ([e844184](e844184))
* **datasource sql:** add option to see paranoid ([#1210](#1210)) ([2d2639c](2d2639c))
* **forest-cloud:** introduce local development environment for cloud projects ([#1199](#1199)) ([e1cfa42](e1cfa42))
  • Loading branch information
forest-bot committed Nov 27, 2024
1 parent 3192e5d commit 15f5cd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-dummy/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": [
Expand Down

0 comments on commit 15f5cd1

Please sign in to comment.