Skip to content

Commit ded8a85

Browse files
committed
chore(release): @forestadmin/[email protected] [skip ci]
## [1.4.18](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))
1 parent a62218d commit ded8a85

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

packages/plugin-aws-s3/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @forestadmin/plugin-aws-s3 [1.4.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-02-05)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-toolkit:** upgraded to 1.48.0
10+
* **@forestadmin/datasource-customizer:** upgraded to 1.61.3
11+
112
## @forestadmin/plugin-aws-s3 [1.4.17](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-28)
213

314

packages/plugin-aws-s3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/plugin-aws-s3",
3-
"version": "1.4.17",
3+
"version": "1.4.18",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -14,11 +14,11 @@
1414
"dependencies": {
1515
"@aws-sdk/client-s3": "^3.157.0",
1616
"@aws-sdk/s3-request-presigner": "^3.157.0",
17-
"@forestadmin/datasource-toolkit": "1.47.1"
17+
"@forestadmin/datasource-toolkit": "1.48.0"
1818
},
1919
"devDependencies": {
20-
"@forestadmin/datasource-customizer": "1.61.2",
21-
"@forestadmin/datasource-toolkit": "1.47.1"
20+
"@forestadmin/datasource-customizer": "1.61.3",
21+
"@forestadmin/datasource-toolkit": "1.48.0"
2222
},
2323
"files": [
2424
"dist/**/*.js",

0 commit comments

Comments
 (0)