Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-aws-s3@1.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.4...@forestadmin/plugin-aws-s3@1.4.5) (2024-10-18)

### Bug Fixes

* fix excel export type ([#1195](#1195)) ([ac7f7d9](ac7f7d9))
* **logger:** logger should display the right status code in case of error ([#1194](#1194)) ([d328764](d328764))
* **security:** patch cookie dependency vulnerabilities ([#1193](#1193)) ([1fd3669](1fd3669))

### Features

* add caller ip in action context.caller.request.ip ([#1196](#1196)) ([25aa5b8](25aa5b8))
  • Loading branch information
forest-bot committed Oct 18, 2024
1 parent f3dcbcc commit b942b68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/plugin-aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/plugin-aws-s3 [1.4.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.4...@forestadmin/plugin-aws-s3@1.4.5) (2024-10-18)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.43.0
* **@forestadmin/datasource-customizer:** upgraded to 1.55.2

## @forestadmin/plugin-aws-s3 [1.4.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.3...@forestadmin/plugin-aws-s3@1.4.4) (2024-10-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-aws-s3",
"version": "1.4.4",
"version": "1.4.5",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -14,11 +14,11 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.157.0",
"@aws-sdk/s3-request-presigner": "^3.157.0",
"@forestadmin/datasource-toolkit": "1.42.1"
"@forestadmin/datasource-toolkit": "1.43.0"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.55.1",
"@forestadmin/datasource-toolkit": "1.42.1"
"@forestadmin/datasource-customizer": "1.55.2",
"@forestadmin/datasource-toolkit": "1.43.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit b942b68

Please sign in to comment.