n8n 2.31.5 → 2.31.6

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.31.5",
3
+ "version": "2.31.6",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -78,9 +78,9 @@
78
78
  "vite": "^8.0.2",
79
79
  "vitest": "^4.1.9",
80
80
  "vitest-mock-extended": "^3.1.0",
81
+ "@n8n/backend-test-utils": "1.31.3",
81
82
  "@n8n/playwright-janitor": "0.1.0",
82
83
  "@n8n/typescript-config": "1.9.0",
83
- "@n8n/backend-test-utils": "1.31.3",
84
84
  "@n8n/vitest-config": "1.18.0",
85
85
  "n8n-containers": "1.0.0"
86
86
  },
@@ -207,37 +207,37 @@
207
207
  "yargs-parser": "21.1.1",
208
208
  "zod": "3.25.67",
209
209
  "zod-to-json-schema": "3.23.3",
210
+ "@n8n/agents": "0.16.3",
210
211
  "@n8n/ai-node-sdk": "0.21.3",
211
- "@n8n/api-types": "1.31.3",
212
212
  "@n8n/ai-utilities": "0.24.3",
213
- "@n8n/ai-workflow-builder": "1.31.3",
213
+ "@n8n/api-types": "1.31.3",
214
214
  "@n8n/backend-common": "1.31.3",
215
215
  "@n8n/backend-network": "1.5.3",
216
- "@n8n/chat-hub": "1.24.3",
217
216
  "@n8n/client-oauth2": "1.13.0",
218
- "@n8n/agents": "0.16.3",
217
+ "@n8n/chat-hub": "1.24.3",
218
+ "@n8n/config": "2.29.1",
219
219
  "@n8n/constants": "0.31.0",
220
- "@n8n/db": "1.31.3",
221
220
  "@n8n/decorators": "1.31.3",
222
- "@n8n/di": "0.15.0",
221
+ "@n8n/ai-workflow-builder": "1.31.3",
223
222
  "@n8n/errors": "0.12.0",
223
+ "@n8n/di": "0.15.0",
224
+ "@n8n/db": "1.31.3",
225
+ "@n8n/instance-ai": "1.16.3",
224
226
  "@n8n/expression-runtime": "0.22.1",
225
227
  "@n8n/mcp-apps": "0.8.2",
226
- "@n8n/instance-ai": "1.16.3",
227
228
  "@n8n/mcp-browser": "0.14.0",
228
229
  "@n8n/n8n-nodes-langchain": "2.31.3",
229
- "@n8n/config": "2.29.1",
230
230
  "@n8n/permissions": "0.68.0",
231
231
  "@n8n/scheduler": "0.3.3",
232
232
  "@n8n/syslog-client": "1.8.0",
233
- "@n8n/typeorm": "0.5.0",
233
+ "@n8n/task-runner": "2.31.3",
234
234
  "@n8n/utils": "1.39.0",
235
- "n8n-core": "2.31.3",
235
+ "@n8n/typeorm": "0.5.0",
236
236
  "@n8n/workflow-sdk": "0.24.3",
237
237
  "n8n-editor-ui": "2.31.5",
238
- "@n8n/task-runner": "2.31.3",
239
238
  "n8n-nodes-base": "2.31.3",
240
- "n8n-workflow": "2.31.3"
239
+ "n8n-workflow": "2.31.3",
240
+ "n8n-core": "2.31.3"
241
241
  },
242
242
  "license": "SEE LICENSE IN LICENSE.md",
243
243
  "homepage": "https://n8n.io",