n8n 2.21.3 → 2.21.4
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.4",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -167,32 +167,32 @@
|
|
|
167
167
|
"yargs-parser": "21.1.1",
|
|
168
168
|
"zod": "3.25.67",
|
|
169
169
|
"zod-to-json-schema": "3.23.3",
|
|
170
|
+
"@n8n/ai-node-sdk": "0.12.0",
|
|
171
|
+
"@n8n/agents": "0.7.0",
|
|
172
|
+
"@n8n/ai-utilities": "0.15.0",
|
|
170
173
|
"@n8n/ai-workflow-builder": "1.21.2",
|
|
171
174
|
"@n8n/api-types": "1.21.2",
|
|
172
175
|
"@n8n/backend-common": "1.21.2",
|
|
173
176
|
"@n8n/chat-hub": "1.14.2",
|
|
174
|
-
"@n8n/
|
|
177
|
+
"@n8n/client-oauth2": "1.5.0",
|
|
178
|
+
"@n8n/config": "2.20.0",
|
|
175
179
|
"@n8n/constants": "0.23.0",
|
|
176
180
|
"@n8n/db": "1.21.2",
|
|
177
|
-
"@n8n/ai-node-sdk": "0.12.0",
|
|
178
|
-
"@n8n/config": "2.20.0",
|
|
179
181
|
"@n8n/decorators": "1.21.2",
|
|
180
182
|
"@n8n/di": "0.11.0",
|
|
181
183
|
"@n8n/errors": "0.8.0",
|
|
182
|
-
"@n8n/
|
|
184
|
+
"@n8n/expression-runtime": "0.13.1",
|
|
183
185
|
"@n8n/instance-ai": "1.6.2",
|
|
184
186
|
"@n8n/n8n-nodes-langchain": "2.21.2",
|
|
185
|
-
"@n8n/expression-runtime": "0.13.1",
|
|
186
187
|
"@n8n/permissions": "0.59.0",
|
|
187
|
-
"@n8n/task-runner": "2.21.2",
|
|
188
188
|
"@n8n/syslog-client": "1.3.0",
|
|
189
|
-
"@n8n/
|
|
189
|
+
"@n8n/task-runner": "2.21.2",
|
|
190
190
|
"@n8n/utils": "1.30.0",
|
|
191
|
-
"n8n-
|
|
191
|
+
"@n8n/workflow-sdk": "0.14.1",
|
|
192
192
|
"n8n-core": "2.21.2",
|
|
193
|
+
"n8n-editor-ui": "2.21.3",
|
|
193
194
|
"n8n-workflow": "2.21.1",
|
|
194
|
-
"n8n-nodes-base": "2.21.2"
|
|
195
|
-
"@n8n/ai-utilities": "0.15.0"
|
|
195
|
+
"n8n-nodes-base": "2.21.2"
|
|
196
196
|
},
|
|
197
197
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
198
198
|
"homepage": "https://n8n.io",
|