n8n 2.33.4 → 2.33.5
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.33.
|
|
3
|
+
"version": "2.33.5",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"vitest-mock-extended": "^3.1.0",
|
|
83
83
|
"@n8n/backend-test-utils": "1.33.1",
|
|
84
84
|
"@n8n/playwright-janitor": "0.1.0",
|
|
85
|
-
"@n8n/typescript-config": "1.9.0",
|
|
86
85
|
"@n8n/vitest-config": "1.19.0",
|
|
86
|
+
"@n8n/typescript-config": "1.9.0",
|
|
87
87
|
"n8n-containers": "1.0.0"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
@@ -208,39 +208,39 @@
|
|
|
208
208
|
"yargs-parser": "21.1.1",
|
|
209
209
|
"zod": "3.25.67",
|
|
210
210
|
"zod-to-json-schema": "3.23.3",
|
|
211
|
-
"@n8n/agents": "0.18.1",
|
|
212
211
|
"@n8n/ai-node-sdk": "0.23.1",
|
|
213
|
-
"@n8n/
|
|
212
|
+
"@n8n/agents": "0.18.1",
|
|
214
213
|
"@n8n/ai-utilities": "0.26.1",
|
|
215
214
|
"@n8n/api-types": "1.33.1",
|
|
216
|
-
"@n8n/backend-common": "1.33.1",
|
|
217
215
|
"@n8n/backend-network": "1.7.1",
|
|
216
|
+
"@n8n/backend-common": "1.33.1",
|
|
217
|
+
"@n8n/ai-workflow-builder": "1.33.1",
|
|
218
218
|
"@n8n/blob-storage": "1.1.1",
|
|
219
219
|
"@n8n/chat-hub": "1.26.1",
|
|
220
|
+
"@n8n/client-oauth2": "1.15.1",
|
|
220
221
|
"@n8n/config": "2.31.1",
|
|
222
|
+
"@n8n/db": "1.33.1",
|
|
221
223
|
"@n8n/constants": "0.32.0",
|
|
222
224
|
"@n8n/decorators": "1.33.1",
|
|
223
|
-
"@n8n/
|
|
224
|
-
"@n8n/
|
|
225
|
+
"@n8n/di": "0.16.0",
|
|
226
|
+
"@n8n/errors": "0.13.0",
|
|
227
|
+
"@n8n/instance-ai": "1.18.1",
|
|
228
|
+
"@n8n/mcp-apps": "0.10.2",
|
|
225
229
|
"@n8n/expression-runtime": "0.24.0",
|
|
226
|
-
"@n8n/mcp-apps": "0.10.1",
|
|
227
230
|
"@n8n/mcp-browser": "0.15.0",
|
|
228
|
-
"@n8n/errors": "0.13.0",
|
|
229
|
-
"@n8n/di": "0.16.0",
|
|
230
231
|
"@n8n/n8n-nodes-langchain": "2.33.2",
|
|
231
232
|
"@n8n/scheduler": "1.2.1",
|
|
232
233
|
"@n8n/permissions": "0.70.0",
|
|
233
|
-
"@n8n/syslog-client": "1.9.0",
|
|
234
234
|
"@n8n/task-runner": "2.33.1",
|
|
235
|
-
"@n8n/
|
|
235
|
+
"@n8n/syslog-client": "1.9.0",
|
|
236
236
|
"@n8n/telemetry": "1.1.1",
|
|
237
|
+
"@n8n/utils": "1.41.0",
|
|
237
238
|
"@n8n/typeorm": "0.7.0",
|
|
238
|
-
"n8n-editor-ui": "2.33.2",
|
|
239
239
|
"@n8n/workflow-sdk": "0.26.1",
|
|
240
240
|
"n8n-core": "2.33.1",
|
|
241
|
-
"n8n-
|
|
241
|
+
"n8n-editor-ui": "2.33.3",
|
|
242
242
|
"n8n-nodes-base": "2.33.1",
|
|
243
|
-
"
|
|
243
|
+
"n8n-workflow": "2.33.1"
|
|
244
244
|
},
|
|
245
245
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
246
246
|
"homepage": "https://n8n.io",
|