n8n 2.34.4 → 2.34.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n",
3
- "version": "2.34.4",
3
+ "version": "2.34.5",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -79,11 +79,11 @@
79
79
  "vite": "^8.0.2",
80
80
  "vitest": "^4.1.9",
81
81
  "vitest-mock-extended": "^3.1.0",
82
- "@n8n/backend-test-utils": "1.34.2",
82
+ "@n8n/backend-test-utils": "1.34.3",
83
83
  "@n8n/playwright-janitor": "0.1.0",
84
+ "@n8n/typescript-config": "1.9.0",
84
85
  "@n8n/vitest-config": "1.19.0",
85
- "n8n-containers": "1.0.0",
86
- "@n8n/typescript-config": "1.9.0"
86
+ "n8n-containers": "1.0.0"
87
87
  },
88
88
  "dependencies": {
89
89
  "@1password/connect": "1.4.2",
@@ -208,39 +208,39 @@
208
208
  "yargs-parser": "21.1.1",
209
209
  "zod": "3.25.76",
210
210
  "zod-to-json-schema": "3.23.3",
211
- "@n8n/agents": "0.19.3",
212
- "@n8n/ai-node-sdk": "0.24.2",
213
- "@n8n/ai-utilities": "0.27.2",
214
- "@n8n/ai-workflow-builder": "1.34.2",
215
- "@n8n/backend-network": "1.8.2",
211
+ "@n8n/agents": "0.19.4",
212
+ "@n8n/ai-node-sdk": "0.24.3",
213
+ "@n8n/ai-utilities": "0.27.3",
214
+ "@n8n/ai-workflow-builder": "1.34.3",
216
215
  "@n8n/api-types": "1.34.2",
217
- "@n8n/blob-storage": "1.2.2",
218
- "@n8n/chat-hub": "1.27.2",
219
- "@n8n/client-oauth2": "1.16.2",
216
+ "@n8n/backend-network": "1.8.3",
217
+ "@n8n/blob-storage": "1.2.3",
218
+ "@n8n/backend-common": "1.34.2",
219
+ "@n8n/client-oauth2": "1.16.3",
220
220
  "@n8n/config": "2.32.0",
221
+ "@n8n/db": "1.34.3",
221
222
  "@n8n/constants": "0.33.0",
222
223
  "@n8n/decorators": "1.34.2",
223
224
  "@n8n/di": "0.16.0",
224
- "@n8n/db": "1.34.2",
225
225
  "@n8n/errors": "0.13.0",
226
226
  "@n8n/expression-runtime": "0.25.0",
227
+ "@n8n/chat-hub": "1.27.2",
228
+ "@n8n/instance-ai": "1.19.4",
229
+ "@n8n/n8n-nodes-langchain": "2.34.3",
230
+ "@n8n/permissions": "0.71.0",
227
231
  "@n8n/mcp-apps": "0.11.4",
228
232
  "@n8n/mcp-browser": "0.16.0",
229
- "@n8n/backend-common": "1.34.2",
230
- "@n8n/instance-ai": "1.19.3",
231
- "@n8n/permissions": "0.71.0",
232
- "@n8n/n8n-nodes-langchain": "2.34.2",
233
- "@n8n/scheduler": "1.3.2",
234
- "@n8n/task-runner": "2.34.2",
235
233
  "@n8n/syslog-client": "1.10.0",
236
- "@n8n/typeorm": "0.7.0",
234
+ "@n8n/scheduler": "1.3.2",
237
235
  "@n8n/telemetry": "1.2.1",
236
+ "@n8n/task-runner": "2.34.3",
238
237
  "@n8n/utils": "1.42.0",
239
238
  "@n8n/workflow-sdk": "0.27.2",
240
- "n8n-core": "2.34.2",
241
- "n8n-editor-ui": "2.34.4",
242
- "n8n-nodes-base": "2.34.2",
243
- "n8n-workflow": "2.34.2"
239
+ "n8n-core": "2.34.3",
240
+ "@n8n/typeorm": "0.7.0",
241
+ "n8n-workflow": "2.34.2",
242
+ "n8n-nodes-base": "2.34.3",
243
+ "n8n-editor-ui": "2.34.4"
244
244
  },
245
245
  "license": "SEE LICENSE IN LICENSE.md",
246
246
  "homepage": "https://n8n.io",