Skip to content

Commit 9e2543b

Browse files
committed
chore(release): @forestadmin/agent@1.41.0 [skip ci]
# [1.41.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.40.1...@forestadmin/agent@1.41.0) (2024-06-19) ### Bug Fixes * **datasource-mongo:** validation error when creating a new record, due to _id and __v being required ([#1122](#1122)) ([9fe9207](9fe9207)) * **security:** patch braces dependency vulnerabilities ([#1127](#1127)) ([aba47e1](aba47e1)) * **security:** patch mysql2 dependency vulnerabilities ([#1125](#1125)) ([015609d](015609d)) ### Features * don't throw an error when adding a customization on a missing collection or field if catchMissingSchemaElementErrors is true ([#1128](#1128)) ([249589c](249589c))
1 parent a5d0887 commit 9e2543b

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

packages/agent/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# @forestadmin/agent [1.41.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.40.1...@forestadmin/agent@1.41.0) (2024-06-19)
2+
3+
4+
### Features
5+
6+
* don't throw an error when adding a customization on a missing collection or field if catchMissingSchemaElementErrors is true ([#1128](https://github.com/ForestAdmin/agent-nodejs/issues/1128)) ([249589c](https://github.com/ForestAdmin/agent-nodejs/commit/249589cab78326a26149e5e354a9a8ea220d203d))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@forestadmin/datasource-customizer:** upgraded to 1.45.0
15+
* **@forestadmin/datasource-toolkit:** upgraded to 1.34.0
16+
* **@forestadmin/forestadmin-client:** upgraded to 1.27.3
17+
118
## @forestadmin/agent [1.40.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.40.0...@forestadmin/agent@1.40.1) (2024-05-20)
219

320

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.40.1",
3+
"version": "1.41.0",
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.44.3",
18-
"@forestadmin/datasource-toolkit": "1.33.0",
19-
"@forestadmin/forestadmin-client": "1.27.2",
17+
"@forestadmin/datasource-customizer": "1.45.0",
18+
"@forestadmin/datasource-toolkit": "1.34.0",
19+
"@forestadmin/forestadmin-client": "1.27.3",
2020
"@koa/cors": "^5.0.0",
2121
"@koa/router": "^12.0.0",
2222
"@types/koa__router": "^12.0.0",

0 commit comments

Comments
 (0)