Skip to content

Commit 0b51487

Browse files
committed
chore(release): @forestadmin/agent@1.38.2 [skip ci]
## [1.38.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.38.1...@forestadmin/agent@1.38.2) (2024-02-27) ### Bug Fixes * **caller:** caller now exposes permissionLevel ([#1029](#1029)) ([a99f5d7](a99f5d7)) * **forest-cloud:** bump forest-cli to remove warning during installation ([#1032](#1032)) ([e539a39](e539a39)) * **forest-cloud:** when login fails it displays a success message ([#1045](#1045)) ([74980ef](74980ef)) * name must be required for bootstrap command ([#1039](#1039)) ([7eb982b](7eb982b)) * record creation with UUIDs on MySQL and MariaDB ([#1043](#1043)) ([0674db0](0674db0)) * **security:** patch ip dependency vulnerabilities ([#1042](#1042)) ([01e86f7](01e86f7)) * unable to bootstrap with npx when the user is not previously logged in with forest cli ([#1044](#1044)) ([06b686e](06b686e)) ### Features * dump non default passed env variables to .env ([#1035](#1035)) ([1629d8b](1629d8b)) * **forest-cloud:** allow the user to give a name of his project ([#1036](#1036)) ([1b73b4a](1b73b4a))
1 parent 54a922a commit 0b51487

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

packages/agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## @forestadmin/agent [1.38.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.38.1...@forestadmin/agent@1.38.2) (2024-02-27)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-customizer:** upgraded to 1.43.2
10+
* **@forestadmin/datasource-toolkit:** upgraded to 1.32.1
11+
* **@forestadmin/forestadmin-client:** upgraded to 1.25.10
12+
113
## @forestadmin/agent [1.38.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.38.0...@forestadmin/agent@1.38.1) (2024-02-20)
214

315

packages/agent/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/agent",
3-
"version": "1.38.1",
3+
"version": "1.38.2",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@fast-csv/format": "^4.3.5",
1616
"@fastify/express": "^1.1.0",
17-
"@forestadmin/datasource-customizer": "1.43.1",
18-
"@forestadmin/datasource-toolkit": "1.32.0",
19-
"@forestadmin/forestadmin-client": "1.25.9",
17+
"@forestadmin/datasource-customizer": "1.43.2",
18+
"@forestadmin/datasource-toolkit": "1.32.1",
19+
"@forestadmin/forestadmin-client": "1.25.10",
2020
"@koa/cors": "^5.0.0",
2121
"@koa/router": "^12.0.0",
2222
"@types/koa__router": "^12.0.0",

0 commit comments

Comments
 (0)