n8n 2.20.5 → 2.20.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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.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_EE.md",
|
|
26
|
+
"LICENSE.md"
|
|
27
27
|
],
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@redocly/cli": "^1.28.5",
|
|
@@ -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-
|
|
156
|
+
"@n8n/ai-node-sdk": "0.11.1",
|
|
157
157
|
"@n8n/ai-workflow-builder": "1.20.1",
|
|
158
|
-
"@n8n/backend-common": "1.20.1",
|
|
159
158
|
"@n8n/api-types": "1.20.0",
|
|
160
|
-
"@n8n/
|
|
159
|
+
"@n8n/backend-common": "1.20.1",
|
|
161
160
|
"@n8n/chat-hub": "1.13.0",
|
|
162
|
-
"@n8n/constants": "0.23.0",
|
|
163
161
|
"@n8n/config": "2.19.1",
|
|
164
|
-
"@n8n/di": "0.11.0",
|
|
165
|
-
"@n8n/decorators": "1.20.0",
|
|
166
162
|
"@n8n/db": "1.20.2",
|
|
167
|
-
"@n8n/
|
|
168
|
-
"@n8n/
|
|
163
|
+
"@n8n/decorators": "1.20.0",
|
|
164
|
+
"@n8n/di": "0.11.0",
|
|
165
|
+
"@n8n/ai-utilities": "0.14.1",
|
|
169
166
|
"@n8n/client-oauth2": "1.4.1",
|
|
170
|
-
"@n8n/
|
|
167
|
+
"@n8n/constants": "0.23.0",
|
|
171
168
|
"@n8n/permissions": "0.58.0",
|
|
172
169
|
"@n8n/syslog-client": "1.3.0",
|
|
173
|
-
"@n8n/
|
|
170
|
+
"@n8n/instance-ai": "1.5.0",
|
|
174
171
|
"@n8n/task-runner": "2.20.2",
|
|
172
|
+
"@n8n/n8n-nodes-langchain": "2.20.3",
|
|
173
|
+
"@n8n/utils": "1.30.0",
|
|
175
174
|
"@n8n/workflow-sdk": "0.13.0",
|
|
176
|
-
"@n8n/
|
|
177
|
-
"n8n-editor-ui": "2.20.1",
|
|
175
|
+
"@n8n/expression-runtime": "0.12.0",
|
|
178
176
|
"n8n-core": "2.20.2",
|
|
179
|
-
"n8n-
|
|
180
|
-
"n8n-
|
|
177
|
+
"n8n-workflow": "2.20.0",
|
|
178
|
+
"n8n-nodes-base": "2.20.3",
|
|
179
|
+
"n8n-editor-ui": "2.20.1",
|
|
180
|
+
"@n8n/errors": "0.8.0"
|
|
181
181
|
},
|
|
182
182
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
183
183
|
"homepage": "https://n8n.io",
|