Skip to content

Commit

Permalink
chore(release): @forestadmin/forestadmin-client@1.34.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.34.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.34.1...@forestadmin/forestadmin-client@1.34.2) (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 6dbdf56 commit f3dcbcc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/forestadmin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/forestadmin-client [1.34.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.34.1...@forestadmin/forestadmin-client@1.34.2) (2024-10-18)





### Dependencies

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

## @forestadmin/forestadmin-client [1.34.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.34.0...@forestadmin/forestadmin-client@1.34.1) (2024-10-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/forestadmin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/forestadmin-client",
"version": "1.34.1",
"version": "1.34.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-toolkit": "1.42.1",
"@forestadmin/datasource-toolkit": "1.43.0",
"@types/json-api-serializer": "^2.6.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/superagent": "^4.1.16"
Expand Down

0 comments on commit f3dcbcc

Please sign in to comment.