Skip to content

Commit

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

### Bug Fixes

* filtering on dateOnly fields now interprets interval properly ([#1231](#1231)) ([9e359b9](9e359b9))
  • Loading branch information
forest-bot committed Dec 18, 2024
1 parent 9fb3f4f commit 0f19272
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.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-12-18)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.45.1
* **@forestadmin/datasource-customizer:** upgraded to 1.57.1

## @forestadmin/plugin-aws-s3 [1.4.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-12-18)


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.10",
"version": "1.4.11",
"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.45.0"
"@forestadmin/datasource-toolkit": "1.45.1"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.57.0",
"@forestadmin/datasource-toolkit": "1.45.0"
"@forestadmin/datasource-customizer": "1.57.1",
"@forestadmin/datasource-toolkit": "1.45.1"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 0f19272

Please sign in to comment.