n8n 2.28.5 → 2.28.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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.6",
|
|
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
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"LICENSE.md",
|
|
26
|
+
"LICENSE_EE.md"
|
|
27
27
|
],
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@faker-js/faker": "^8.0.2",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"supertest": "^7.1.1",
|
|
69
69
|
"ts-essentials": "^7.0.3",
|
|
70
70
|
"tsconfig-paths": "^4.2.0",
|
|
71
|
+
"@n8n/backend-test-utils": "1.28.5",
|
|
71
72
|
"@n8n/playwright-janitor": "0.1.0",
|
|
72
73
|
"@n8n/typescript-config": "1.6.1",
|
|
73
|
-
"@n8n/backend-test-utils": "1.28.4",
|
|
74
74
|
"n8n-containers": "1.0.0"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
@@ -190,34 +190,34 @@
|
|
|
190
190
|
"yargs-parser": "21.1.1",
|
|
191
191
|
"zod": "3.25.67",
|
|
192
192
|
"zod-to-json-schema": "3.23.3",
|
|
193
|
-
"@n8n/agents": "0.13.
|
|
194
|
-
"@n8n/ai-
|
|
195
|
-
"@n8n/
|
|
196
|
-
"@n8n/ai-node-sdk": "0.18.
|
|
197
|
-
"@n8n/
|
|
198
|
-
"@n8n/
|
|
199
|
-
"@n8n/
|
|
193
|
+
"@n8n/agents": "0.13.4",
|
|
194
|
+
"@n8n/ai-utilities": "0.21.4",
|
|
195
|
+
"@n8n/ai-workflow-builder": "1.28.4",
|
|
196
|
+
"@n8n/ai-node-sdk": "0.18.4",
|
|
197
|
+
"@n8n/api-types": "1.28.4",
|
|
198
|
+
"@n8n/backend-network": "1.2.4",
|
|
199
|
+
"@n8n/chat-hub": "1.21.4",
|
|
200
|
+
"@n8n/backend-common": "1.28.4",
|
|
200
201
|
"@n8n/client-oauth2": "1.10.0",
|
|
201
202
|
"@n8n/config": "2.26.0",
|
|
202
203
|
"@n8n/constants": "0.28.0",
|
|
203
|
-
"@n8n/db": "1.28.
|
|
204
|
-
"@n8n/decorators": "1.28.3",
|
|
204
|
+
"@n8n/db": "1.28.5",
|
|
205
205
|
"@n8n/di": "0.14.0",
|
|
206
|
-
"@n8n/
|
|
207
|
-
"@n8n/
|
|
208
|
-
"@n8n/expression-runtime": "0.19.1",
|
|
209
|
-
"@n8n/permissions": "0.65.0",
|
|
210
|
-
"@n8n/n8n-nodes-langchain": "2.28.4",
|
|
206
|
+
"@n8n/decorators": "1.28.4",
|
|
207
|
+
"@n8n/instance-ai": "1.13.6",
|
|
211
208
|
"@n8n/errors": "0.10.0",
|
|
212
|
-
"@n8n/
|
|
213
|
-
"@n8n/
|
|
214
|
-
"@n8n/
|
|
215
|
-
"n8n-editor-ui": "2.28.3",
|
|
216
|
-
"n8n-nodes-base": "2.28.3",
|
|
217
|
-
"n8n-workflow": "2.28.3",
|
|
209
|
+
"@n8n/mcp-apps": "0.5.2",
|
|
210
|
+
"@n8n/n8n-nodes-langchain": "2.28.5",
|
|
211
|
+
"@n8n/permissions": "0.65.0",
|
|
218
212
|
"@n8n/syslog-client": "1.6.0",
|
|
219
|
-
"n8n-
|
|
220
|
-
"@n8n/
|
|
213
|
+
"@n8n/task-runner": "2.28.5",
|
|
214
|
+
"@n8n/utils": "1.36.0",
|
|
215
|
+
"@n8n/expression-runtime": "0.19.1",
|
|
216
|
+
"@n8n/workflow-sdk": "0.21.4",
|
|
217
|
+
"n8n-core": "2.28.5",
|
|
218
|
+
"n8n-editor-ui": "2.28.4",
|
|
219
|
+
"n8n-nodes-base": "2.28.4",
|
|
220
|
+
"n8n-workflow": "2.28.4"
|
|
221
221
|
},
|
|
222
222
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
223
223
|
"homepage": "https://n8n.io",
|