Skip to content

Commit

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

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
  • Loading branch information
forest-bot committed Dec 18, 2024
1 parent c32505e commit 9c7f8cc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/datasource-customizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @forestadmin/datasource-customizer [1.57.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-12-18)


### Features

* **native-query:** execute chart query requests ([#1225](https://github.com/ForestAdmin/agent-nodejs/issues/1225)) ([84b26dd](https://github.com/ForestAdmin/agent-nodejs/commit/84b26dd0fe58018482d530d2b60e2961dd9ec2f8))





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.45.0

# @forestadmin/datasource-customizer [1.56.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-11-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-customizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-customizer",
"version": "1.56.0",
"version": "1.57.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/uuid": "^9.0.0"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.44.0",
"@forestadmin/datasource-toolkit": "1.45.0",
"antlr4": "^4.13.1-patch-1",
"file-type": "^16.5.4",
"luxon": "^3.2.1",
Expand Down

0 comments on commit 9c7f8cc

Please sign in to comment.