n8n 2.37.7 → 2.37.8

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.
Files changed (1) hide show
  1. package/package.json +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n",
3
- "version": "2.37.7",
3
+ "version": "2.37.8",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -22,8 +22,8 @@
22
22
  "bin",
23
23
  "templates",
24
24
  "dist",
25
- "LICENSE.md",
26
- "LICENSE_EE.md"
25
+ "LICENSE_EE.md",
26
+ "LICENSE.md"
27
27
  ],
28
28
  "devDependencies": {
29
29
  "@faker-js/faker": "^8.0.2",
@@ -81,9 +81,9 @@
81
81
  "vitest-mock-extended": "^3.1.0",
82
82
  "@n8n/backend-test-utils": "1.37.3",
83
83
  "@n8n/playwright-janitor": "0.1.0",
84
+ "n8n-containers": "1.0.0",
84
85
  "@n8n/typescript-config": "1.10.0",
85
- "@n8n/vitest-config": "1.21.0",
86
- "n8n-containers": "1.0.0"
86
+ "@n8n/vitest-config": "1.21.0"
87
87
  },
88
88
  "dependencies": {
89
89
  "@1password/connect": "1.4.2",
@@ -213,41 +213,41 @@
213
213
  "yargs-parser": "21.1.1",
214
214
  "zod": "3.25.76",
215
215
  "zod-to-json-schema": "3.23.3",
216
- "@n8n/ai-node-sdk": "0.27.2",
216
+ "@n8n/agents": "0.22.2",
217
217
  "@n8n/ai-utilities": "0.30.2",
218
- "@n8n/api-types": "1.37.2",
219
- "@n8n/backend-common": "1.37.2",
220
218
  "@n8n/ai-workflow-builder": "1.37.2",
219
+ "@n8n/ai-node-sdk": "0.27.2",
220
+ "@n8n/backend-common": "1.37.2",
221
221
  "@n8n/backend-network": "1.11.2",
222
+ "@n8n/chat-hub": "1.30.2",
222
223
  "@n8n/blob-storage": "1.5.2",
224
+ "@n8n/config": "2.35.1",
225
+ "@n8n/api-types": "1.37.2",
226
+ "@n8n/di": "0.16.0",
223
227
  "@n8n/constants": "0.36.1",
224
- "@n8n/chat-hub": "1.30.2",
225
- "@n8n/agents": "0.22.2",
226
228
  "@n8n/db": "1.37.3",
227
- "@n8n/client-oauth2": "1.19.3",
228
229
  "@n8n/decorators": "1.37.2",
229
230
  "@n8n/engine": "0.17.1",
230
- "@n8n/di": "0.16.0",
231
231
  "@n8n/expression-runtime": "0.28.1",
232
- "@n8n/errors": "0.13.0",
233
- "@n8n/instance-ai": "1.22.2",
234
232
  "@n8n/mcp-apps": "0.14.2",
233
+ "@n8n/errors": "0.13.0",
235
234
  "@n8n/mcp-browser": "0.19.0",
236
- "@n8n/n8n-nodes-langchain": "2.37.3",
235
+ "@n8n/client-oauth2": "1.19.3",
237
236
  "@n8n/node-engine-compatibility": "0.5.3",
238
237
  "@n8n/permissions": "0.74.1",
239
- "@n8n/scheduler": "1.6.2",
240
- "@n8n/config": "2.35.1",
238
+ "@n8n/n8n-nodes-langchain": "2.37.3",
241
239
  "@n8n/syslog-client": "1.10.0",
242
- "@n8n/task-runner": "2.37.3",
243
- "@n8n/telemetry": "1.5.1",
244
- "@n8n/typeorm": "0.9.0",
245
- "n8n-editor-ui": "2.37.2",
240
+ "@n8n/instance-ai": "1.22.2",
241
+ "@n8n/scheduler": "1.6.2",
242
+ "@n8n/utils": "1.45.1",
243
+ "@n8n/workflow-sdk": "0.30.2",
246
244
  "n8n-core": "2.37.3",
247
- "n8n-workflow": "2.37.2",
248
245
  "n8n-nodes-base": "2.37.2",
249
- "@n8n/workflow-sdk": "0.30.2",
250
- "@n8n/utils": "1.45.1"
246
+ "n8n-editor-ui": "2.37.2",
247
+ "@n8n/task-runner": "2.37.3",
248
+ "n8n-workflow": "2.37.2",
249
+ "@n8n/typeorm": "0.9.0",
250
+ "@n8n/telemetry": "1.5.1"
251
251
  },
252
252
  "license": "SEE LICENSE IN LICENSE.md",
253
253
  "homepage": "https://n8n.io",