n8n 2.23.3 → 2.23.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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.4",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"mjml": "^4.15.3",
|
|
58
58
|
"openapi-types": "^12.1.3",
|
|
59
59
|
"ts-essentials": "^7.0.3",
|
|
60
|
-
"@n8n/typescript-config": "1.4.0",
|
|
61
60
|
"@n8n/backend-test-utils": "1.23.1",
|
|
62
|
-
"n8n-containers": "1.0.0"
|
|
61
|
+
"n8n-containers": "1.0.0",
|
|
62
|
+
"@n8n/typescript-config": "1.4.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@1password/connect": "1.4.2",
|
|
@@ -169,32 +169,32 @@
|
|
|
169
169
|
"yargs-parser": "21.1.1",
|
|
170
170
|
"zod": "3.25.67",
|
|
171
171
|
"zod-to-json-schema": "3.23.3",
|
|
172
|
-
"@n8n/ai-
|
|
173
|
-
"@n8n/ai-
|
|
174
|
-
"@n8n/
|
|
175
|
-
"@n8n/
|
|
176
|
-
"@n8n/backend-common": "1.23.1",
|
|
172
|
+
"@n8n/ai-utilities": "0.17.1",
|
|
173
|
+
"@n8n/ai-node-sdk": "0.14.1",
|
|
174
|
+
"@n8n/ai-workflow-builder": "1.23.2",
|
|
175
|
+
"@n8n/api-types": "1.23.1",
|
|
177
176
|
"@n8n/chat-hub": "1.16.1",
|
|
177
|
+
"@n8n/backend-common": "1.23.1",
|
|
178
|
+
"@n8n/client-oauth2": "1.7.0",
|
|
179
|
+
"@n8n/constants": "0.25.0",
|
|
178
180
|
"@n8n/config": "2.22.0",
|
|
179
|
-
"@n8n/api-types": "1.23.1",
|
|
180
|
-
"@n8n/decorators": "1.23.1",
|
|
181
|
-
"@n8n/di": "0.12.0",
|
|
182
181
|
"@n8n/db": "1.23.1",
|
|
182
|
+
"@n8n/di": "0.12.0",
|
|
183
|
+
"@n8n/agents": "0.9.2",
|
|
184
|
+
"@n8n/errors": "0.8.0",
|
|
183
185
|
"@n8n/expression-runtime": "0.15.0",
|
|
184
|
-
"@n8n/
|
|
185
|
-
"@n8n/
|
|
186
|
-
"@n8n/n8n-nodes-langchain": "2.23.
|
|
187
|
-
"@n8n/task-runner": "2.23.1",
|
|
188
|
-
"@n8n/workflow-sdk": "0.16.0",
|
|
189
|
-
"@n8n/utils": "1.32.0",
|
|
190
|
-
"n8n-core": "2.23.1",
|
|
191
|
-
"@n8n/constants": "0.25.0",
|
|
192
|
-
"@n8n/client-oauth2": "1.7.0",
|
|
186
|
+
"@n8n/decorators": "1.23.1",
|
|
187
|
+
"@n8n/instance-ai": "1.8.3",
|
|
188
|
+
"@n8n/n8n-nodes-langchain": "2.23.1",
|
|
193
189
|
"@n8n/syslog-client": "1.4.0",
|
|
190
|
+
"@n8n/utils": "1.32.0",
|
|
191
|
+
"@n8n/workflow-sdk": "0.16.0",
|
|
192
|
+
"@n8n/task-runner": "2.23.1",
|
|
194
193
|
"n8n-editor-ui": "2.23.1",
|
|
195
|
-
"n8n-
|
|
194
|
+
"n8n-core": "2.23.1",
|
|
196
195
|
"n8n-workflow": "2.23.0",
|
|
197
|
-
"
|
|
196
|
+
"n8n-nodes-base": "2.23.0",
|
|
197
|
+
"@n8n/permissions": "0.61.0"
|
|
198
198
|
},
|
|
199
199
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
200
200
|
"homepage": "https://n8n.io",
|