n8n 2.29.9 → 2.29.10
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.10",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"@vitest/coverage-v8": "4.1.9",
|
|
77
77
|
"vitest": "^4.1.9",
|
|
78
78
|
"vitest-mock-extended": "^3.1.0",
|
|
79
|
+
"@n8n/backend-test-utils": "1.29.8",
|
|
79
80
|
"@n8n/playwright-janitor": "0.1.0",
|
|
80
|
-
"@n8n/typescript-config": "1.7.0",
|
|
81
81
|
"@n8n/vitest-config": "1.16.0",
|
|
82
|
-
"n8n-
|
|
83
|
-
"
|
|
82
|
+
"@n8n/typescript-config": "1.7.0",
|
|
83
|
+
"n8n-containers": "1.0.0"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@1password/connect": "1.4.2",
|
|
@@ -202,35 +202,35 @@
|
|
|
202
202
|
"zod": "3.25.67",
|
|
203
203
|
"zod-to-json-schema": "3.23.3",
|
|
204
204
|
"@n8n/agents": "0.14.9",
|
|
205
|
-
"@n8n/ai-workflow-builder": "1.29.8",
|
|
206
|
-
"@n8n/ai-utilities": "0.22.8",
|
|
207
205
|
"@n8n/api-types": "1.29.6",
|
|
208
|
-
"@n8n/ai-
|
|
206
|
+
"@n8n/ai-utilities": "0.22.8",
|
|
207
|
+
"@n8n/ai-workflow-builder": "1.29.8",
|
|
208
|
+
"@n8n/backend-common": "1.29.7",
|
|
209
209
|
"@n8n/backend-network": "1.3.7",
|
|
210
210
|
"@n8n/chat-hub": "1.22.6",
|
|
211
|
-
"@n8n/
|
|
212
|
-
"@n8n/config": "2.27.3",
|
|
213
|
-
"@n8n/constants": "0.29.0",
|
|
211
|
+
"@n8n/ai-node-sdk": "0.19.8",
|
|
214
212
|
"@n8n/client-oauth2": "1.11.2",
|
|
215
213
|
"@n8n/db": "1.29.8",
|
|
216
|
-
"@n8n/
|
|
214
|
+
"@n8n/constants": "0.29.0",
|
|
217
215
|
"@n8n/di": "0.14.0",
|
|
216
|
+
"@n8n/decorators": "1.29.6",
|
|
217
|
+
"@n8n/config": "2.27.3",
|
|
218
218
|
"@n8n/errors": "0.10.0",
|
|
219
|
-
"@n8n/mcp-browser": "0.12.1",
|
|
220
219
|
"@n8n/expression-runtime": "0.20.1",
|
|
221
220
|
"@n8n/instance-ai": "1.14.9",
|
|
222
221
|
"@n8n/mcp-apps": "0.6.3",
|
|
223
222
|
"@n8n/n8n-nodes-langchain": "2.29.8",
|
|
224
223
|
"@n8n/permissions": "0.66.0",
|
|
224
|
+
"@n8n/mcp-browser": "0.12.1",
|
|
225
225
|
"@n8n/syslog-client": "1.6.0",
|
|
226
226
|
"@n8n/task-runner": "2.29.8",
|
|
227
227
|
"@n8n/typeorm": "0.4.0",
|
|
228
228
|
"@n8n/utils": "1.37.2",
|
|
229
|
-
"n8n-core": "2.29.8",
|
|
230
|
-
"n8n-editor-ui": "2.29.9",
|
|
231
|
-
"n8n-workflow": "2.29.3",
|
|
232
229
|
"@n8n/workflow-sdk": "0.22.4",
|
|
233
|
-
"n8n-
|
|
230
|
+
"n8n-editor-ui": "2.29.10",
|
|
231
|
+
"n8n-nodes-base": "2.29.8",
|
|
232
|
+
"n8n-workflow": "2.29.3",
|
|
233
|
+
"n8n-core": "2.29.8"
|
|
234
234
|
},
|
|
235
235
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
236
236
|
"homepage": "https://n8n.io",
|