n8n 2.26.6 → 2.26.7
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.7",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"openai": "6.19.0",
|
|
59
59
|
"openapi-types": "^12.1.3",
|
|
60
60
|
"ts-essentials": "^7.0.3",
|
|
61
|
+
"@n8n/backend-test-utils": "1.26.3",
|
|
61
62
|
"@n8n/playwright-janitor": "0.1.0",
|
|
62
|
-
"n8n-containers": "1.0.0",
|
|
63
63
|
"@n8n/typescript-config": "1.5.0",
|
|
64
|
-
"
|
|
64
|
+
"n8n-containers": "1.0.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@1password/connect": "1.4.2",
|
|
@@ -172,33 +172,33 @@
|
|
|
172
172
|
"yargs-parser": "21.1.1",
|
|
173
173
|
"zod": "3.25.67",
|
|
174
174
|
"zod-to-json-schema": "3.23.3",
|
|
175
|
+
"@n8n/ai-node-sdk": "0.16.1",
|
|
176
|
+
"@n8n/ai-utilities": "0.19.1",
|
|
175
177
|
"@n8n/agents": "0.11.1",
|
|
176
178
|
"@n8n/ai-workflow-builder": "1.26.3",
|
|
177
|
-
"@n8n/ai-utilities": "0.19.1",
|
|
178
|
-
"@n8n/ai-node-sdk": "0.16.1",
|
|
179
179
|
"@n8n/api-types": "1.26.2",
|
|
180
180
|
"@n8n/chat-hub": "1.19.2",
|
|
181
181
|
"@n8n/client-oauth2": "1.8.0",
|
|
182
182
|
"@n8n/backend-common": "1.26.3",
|
|
183
|
-
"@n8n/constants": "0.26.0",
|
|
184
183
|
"@n8n/config": "2.24.1",
|
|
185
|
-
"@n8n/db": "1.26.3",
|
|
186
184
|
"@n8n/decorators": "1.26.2",
|
|
187
185
|
"@n8n/di": "0.13.0",
|
|
186
|
+
"@n8n/db": "1.26.3",
|
|
187
|
+
"@n8n/constants": "0.26.0",
|
|
188
188
|
"@n8n/errors": "0.9.0",
|
|
189
189
|
"@n8n/instance-ai": "1.11.4",
|
|
190
|
-
"@n8n/mcp-apps": "0.3.0",
|
|
191
190
|
"@n8n/expression-runtime": "0.17.0",
|
|
192
|
-
"@n8n/n8n-nodes-langchain": "2.26.
|
|
193
|
-
"@n8n/
|
|
194
|
-
"@n8n/task-runner": "2.26.3",
|
|
195
|
-
"@n8n/utils": "1.34.0",
|
|
191
|
+
"@n8n/n8n-nodes-langchain": "2.26.4",
|
|
192
|
+
"@n8n/mcp-apps": "0.3.0",
|
|
196
193
|
"@n8n/syslog-client": "1.5.0",
|
|
194
|
+
"@n8n/permissions": "0.63.0",
|
|
197
195
|
"@n8n/workflow-sdk": "0.19.2",
|
|
198
|
-
"n8n-core": "2.26.3",
|
|
199
196
|
"n8n-editor-ui": "2.26.3",
|
|
200
|
-
"n8n-
|
|
201
|
-
"n8n-
|
|
197
|
+
"n8n-core": "2.26.3",
|
|
198
|
+
"@n8n/task-runner": "2.26.3",
|
|
199
|
+
"@n8n/utils": "1.34.0",
|
|
200
|
+
"n8n-nodes-base": "2.26.4",
|
|
201
|
+
"n8n-workflow": "2.26.2"
|
|
202
202
|
},
|
|
203
203
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
204
204
|
"homepage": "https://n8n.io",
|