Skip to content

Commit

Permalink
chore(release): @forestadmin/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.50](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-02-05)

### Bug Fixes

* **sse:** detect buffering and warn user ([#1256](#1256)) ([dc4fdf4](dc4fdf4))
* **user-permission:** don't cache rejected promises ([#1248](#1248)) ([10bd993](10bd993))

### Features

* add environment and project name in caller ([#1200](#1200)) ([819f5f6](819f5f6))
* **mongoose:** allow to enable debug mode ([#1251](#1251)) ([db36f93](db36f93))
  • Loading branch information
forest-bot committed Feb 5, 2025
1 parent 8fee1a6 commit a6d2c11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/datasource-dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/datasource-dummy [1.1.50](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-02-05)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.61.3
* **@forestadmin/datasource-toolkit:** upgraded to 1.48.0

## @forestadmin/datasource-dummy [1.1.49](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-28)


Expand Down
6 changes: 3 additions & 3 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.49",
"version": "1.1.50",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-dummy"
},
"dependencies": {
"@forestadmin/datasource-customizer": "1.61.2",
"@forestadmin/datasource-toolkit": "1.47.1"
"@forestadmin/datasource-customizer": "1.61.3",
"@forestadmin/datasource-toolkit": "1.48.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit a6d2c11

Please sign in to comment.