n8n 2.20.9 → 2.20.11
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.11",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"mjml": "^4.15.3",
|
|
57
57
|
"openapi-types": "^12.1.3",
|
|
58
58
|
"ts-essentials": "^7.0.3",
|
|
59
|
-
"@n8n/backend-test-utils": "1.20.5",
|
|
60
59
|
"@n8n/typescript-config": "1.4.0",
|
|
60
|
+
"@n8n/backend-test-utils": "1.20.6",
|
|
61
61
|
"n8n-containers": "1.0.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
@@ -153,31 +153,31 @@
|
|
|
153
153
|
"yaml": "2.8.3",
|
|
154
154
|
"yargs-parser": "21.1.1",
|
|
155
155
|
"zod": "3.25.67",
|
|
156
|
+
"@n8n/ai-utilities": "0.14.1",
|
|
157
|
+
"@n8n/backend-common": "1.20.5",
|
|
158
|
+
"@n8n/chat-hub": "1.13.4",
|
|
159
|
+
"@n8n/config": "2.19.1",
|
|
156
160
|
"@n8n/ai-node-sdk": "0.11.1",
|
|
157
|
-
"@n8n/ai-workflow-builder": "1.20.4",
|
|
158
|
-
"@n8n/api-types": "1.20.3",
|
|
159
161
|
"@n8n/client-oauth2": "1.4.1",
|
|
160
|
-
"@n8n/
|
|
161
|
-
"@n8n/config": "2.19.1",
|
|
162
|
+
"@n8n/db": "1.20.6",
|
|
162
163
|
"@n8n/constants": "0.23.0",
|
|
163
|
-
"@n8n/ai-
|
|
164
|
-
"@n8n/
|
|
165
|
-
"@n8n/
|
|
166
|
-
"@n8n/decorators": "1.20.3",
|
|
164
|
+
"@n8n/ai-workflow-builder": "1.20.5",
|
|
165
|
+
"@n8n/decorators": "1.20.4",
|
|
166
|
+
"@n8n/api-types": "1.20.4",
|
|
167
167
|
"@n8n/errors": "0.8.0",
|
|
168
|
-
"@n8n/expression-runtime": "0.12.
|
|
168
|
+
"@n8n/expression-runtime": "0.12.2",
|
|
169
|
+
"@n8n/instance-ai": "1.5.4",
|
|
170
|
+
"@n8n/n8n-nodes-langchain": "2.20.7",
|
|
171
|
+
"@n8n/permissions": "0.58.0",
|
|
169
172
|
"@n8n/di": "0.11.0",
|
|
170
|
-
"@n8n/n8n-nodes-langchain": "2.20.6",
|
|
171
173
|
"@n8n/syslog-client": "1.3.0",
|
|
172
|
-
"@n8n/task-runner": "2.20.
|
|
173
|
-
"@n8n/workflow-sdk": "0.13.2",
|
|
174
|
+
"@n8n/task-runner": "2.20.6",
|
|
174
175
|
"@n8n/utils": "1.30.0",
|
|
175
|
-
"@n8n/
|
|
176
|
-
"n8n-core": "2.20.
|
|
177
|
-
"
|
|
178
|
-
"n8n-
|
|
179
|
-
"n8n-nodes-base": "2.20.
|
|
180
|
-
"n8n-workflow": "2.20.2"
|
|
176
|
+
"@n8n/workflow-sdk": "0.13.3",
|
|
177
|
+
"n8n-core": "2.20.6",
|
|
178
|
+
"n8n-editor-ui": "2.20.4",
|
|
179
|
+
"n8n-workflow": "2.20.3",
|
|
180
|
+
"n8n-nodes-base": "2.20.7"
|
|
181
181
|
},
|
|
182
182
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
183
183
|
"homepage": "https://n8n.io",
|