Skip to content

Commit

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

### Bug Fixes

* fix excel export type ([#1195](#1195)) ([ac7f7d9](ac7f7d9))

### 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 d828864 commit ccb2c66
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# @forestadmin/agent [1.51.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.50.3...@forestadmin/agent@1.51.0) (2024-10-18)


### Features

* add caller ip in action context.caller.request.ip ([#1196](https://github.com/ForestAdmin/agent-nodejs/issues/1196)) ([25aa5b8](https://github.com/ForestAdmin/agent-nodejs/commit/25aa5b859f856bab8302989500bddee8d2e3bbe9))





### Dependencies

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

## @forestadmin/agent [1.50.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.50.2...@forestadmin/agent@1.50.3) (2024-10-15)


Expand Down
8 changes: 4 additions & 4 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/agent",
"version": "1.50.3",
"version": "1.51.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fastify/express": "^1.1.0",
"@forestadmin/datasource-customizer": "1.55.1",
"@forestadmin/datasource-toolkit": "1.42.1",
"@forestadmin/forestadmin-client": "1.34.1",
"@forestadmin/datasource-customizer": "1.55.2",
"@forestadmin/datasource-toolkit": "1.43.0",
"@forestadmin/forestadmin-client": "1.34.2",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@types/koa__router": "^12.0.0",
Expand Down

0 comments on commit ccb2c66

Please sign in to comment.