n8n 2.25.5 → 2.25.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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.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
|
"@redocly/cli": "^1.28.5",
|
|
@@ -173,31 +173,31 @@
|
|
|
173
173
|
"yargs-parser": "21.1.1",
|
|
174
174
|
"zod": "3.25.67",
|
|
175
175
|
"zod-to-json-schema": "3.23.3",
|
|
176
|
-
"@n8n/
|
|
176
|
+
"@n8n/agents": "0.10.1",
|
|
177
177
|
"@n8n/ai-node-sdk": "0.15.0",
|
|
178
|
+
"@n8n/ai-workflow-builder": "1.25.1",
|
|
178
179
|
"@n8n/backend-common": "1.25.1",
|
|
180
|
+
"@n8n/ai-utilities": "0.18.0",
|
|
179
181
|
"@n8n/api-types": "1.25.1",
|
|
180
|
-
"@n8n/client-oauth2": "1.7.0",
|
|
181
|
-
"@n8n/config": "2.23.0",
|
|
182
182
|
"@n8n/chat-hub": "1.18.1",
|
|
183
|
+
"@n8n/client-oauth2": "1.7.0",
|
|
183
184
|
"@n8n/constants": "0.25.0",
|
|
185
|
+
"@n8n/config": "2.23.0",
|
|
184
186
|
"@n8n/db": "1.25.1",
|
|
185
187
|
"@n8n/decorators": "1.25.1",
|
|
186
188
|
"@n8n/di": "0.12.0",
|
|
187
|
-
"@n8n/ai-workflow-builder": "1.25.1",
|
|
188
189
|
"@n8n/errors": "0.8.0",
|
|
189
190
|
"@n8n/expression-runtime": "0.16.0",
|
|
190
|
-
"@n8n/mcp-apps": "0.2.0",
|
|
191
191
|
"@n8n/instance-ai": "1.10.1",
|
|
192
|
+
"@n8n/mcp-apps": "0.2.0",
|
|
192
193
|
"@n8n/n8n-nodes-langchain": "2.25.1",
|
|
193
|
-
"@n8n/agents": "0.10.1",
|
|
194
194
|
"@n8n/permissions": "0.62.0",
|
|
195
|
-
"@n8n/task-runner": "2.25.1",
|
|
196
|
-
"@n8n/utils": "1.33.0",
|
|
197
195
|
"@n8n/syslog-client": "1.4.0",
|
|
196
|
+
"@n8n/utils": "1.33.0",
|
|
198
197
|
"@n8n/workflow-sdk": "0.18.1",
|
|
199
|
-
"n8n-editor-ui": "2.25.3",
|
|
200
198
|
"n8n-core": "2.25.1",
|
|
199
|
+
"@n8n/task-runner": "2.25.1",
|
|
200
|
+
"n8n-editor-ui": "2.25.4",
|
|
201
201
|
"n8n-nodes-base": "2.25.1",
|
|
202
202
|
"n8n-workflow": "2.25.1"
|
|
203
203
|
},
|