Skip to content

Commit 98bc2a4

Browse files
committed
chore(release): @forestadmin/forestadmin-client@1.25.10 [skip ci]
## [1.25.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.25.9...@forestadmin/forestadmin-client@1.25.10) (2024-02-27) ### Bug Fixes * **caller:** caller now exposes permissionLevel ([#1029](#1029)) ([a99f5d7](a99f5d7)) * **forest-cloud:** add json files in the project dependencies ([#1027](#1027)) ([ace9550](ace9550)) * **forest-cloud:** bump forest-cli to remove warning during installation ([#1032](#1032)) ([e539a39](e539a39)) * **forest-cloud:** downgrade the subscriptions-transport-ws version to be able to use it with npm ([#1030](#1030)) ([02cc76e](02cc76e)) * **forest-cloud:** fix checking version feature ([#1028](#1028)) ([4ad679b](4ad679b)) * **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)) * searching into text[] columns in postgresql leads to error due to invalid introspection ([#983](#983)) ([f9ee1a6](f9ee1a6)) * **security:** patch ip dependency vulnerabilities ([#1042](#1042)) ([01e86f7](01e86f7)) * **types:** allow to use relationships in generateSearchFilter ([#985](#985)) ([3219b6c](3219b6c)) * unable to bootstrap with npx when the user is not previously logged in with forest cli ([#1044](#1044)) ([06b686e](06b686e)) * **update-types:** updateTypesOnFileSystem ends before writing the file ([#1031](#1031)) ([8a7386c](8a7386c)) ### Features * add version in introspection ([#978](#978)) ([3e7e791](3e7e791)) * dump non default passed env variables to .env ([#1035](#1035)) ([1629d8b](1629d8b)) * **forest-cloud:** add forest-cloud package to allow users to use cloud customization ([#1026](#1026)) ([0ad83c6](0ad83c6)) * **forest-cloud:** allow the user to give a name of his project ([#1036](#1036)) ([1b73b4a](1b73b4a)) * use the agent to create typings ([#1021](#1021)) ([663dec1](663dec1))
1 parent 7c803e0 commit 98bc2a4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/forestadmin-client/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## @forestadmin/forestadmin-client [1.25.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.25.9...@forestadmin/forestadmin-client@1.25.10) (2024-02-27)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-toolkit:** upgraded to 1.32.1
10+
111
## @forestadmin/forestadmin-client [1.25.9](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.25.8...@forestadmin/forestadmin-client@1.25.9) (2024-02-06)
212

313

packages/forestadmin-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/forestadmin-client",
3-
"version": "1.25.9",
3+
"version": "1.25.10",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -31,7 +31,7 @@
3131
"test": "jest"
3232
},
3333
"devDependencies": {
34-
"@forestadmin/datasource-toolkit": "1.32.0",
34+
"@forestadmin/datasource-toolkit": "1.32.1",
3535
"@types/json-api-serializer": "^2.6.3",
3636
"@types/jsonwebtoken": "^9.0.1",
3737
"@types/superagent": "^4.1.16"

0 commit comments

Comments
 (0)