@n8n/agents 0.14.3 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/agents",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.4",
|
|
4
4
|
"description": "AI agent SDK for n8n's code-first execution engine",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -68,11 +68,13 @@
|
|
|
68
68
|
"langsmith": "0.6.0",
|
|
69
69
|
"undici": "^7.28.0",
|
|
70
70
|
"yaml": "2.8.3",
|
|
71
|
-
"zod": "3.25.67",
|
|
72
71
|
"zod-to-json-schema": "3.23.3",
|
|
73
|
-
"@n8n/ai-utilities": "0.22.
|
|
72
|
+
"@n8n/ai-utilities": "0.22.4",
|
|
74
73
|
"@n8n/utils": "1.37.0"
|
|
75
74
|
},
|
|
75
|
+
"peerDependencies": {
|
|
76
|
+
"zod": "3.25.67"
|
|
77
|
+
},
|
|
76
78
|
"peerDependenciesMeta": {
|
|
77
79
|
"langsmith": {
|
|
78
80
|
"optional": true
|
|
@@ -95,8 +97,9 @@
|
|
|
95
97
|
"nock": "14.0.14",
|
|
96
98
|
"vitest": "^4.1.9",
|
|
97
99
|
"vitest-mock-extended": "^3.1.0",
|
|
98
|
-
"
|
|
99
|
-
"@n8n/typescript-config": "1.7.0"
|
|
100
|
+
"zod": "3.25.67",
|
|
101
|
+
"@n8n/typescript-config": "1.7.0",
|
|
102
|
+
"@n8n/vitest-config": "1.16.0"
|
|
100
103
|
},
|
|
101
104
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
102
105
|
"homepage": "https://n8n.io",
|