n8n 2.17.7 → 2.17.8
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.8",
|
|
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.md",
|
|
26
|
+
"LICENSE_EE.md"
|
|
27
27
|
],
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@redocly/cli": "^1.28.5",
|
|
@@ -151,30 +151,30 @@
|
|
|
151
151
|
"yaml": "2.8.2",
|
|
152
152
|
"yargs-parser": "21.1.1",
|
|
153
153
|
"zod": "3.25.67",
|
|
154
|
+
"@n8n/ai-node-sdk": "0.8.0",
|
|
154
155
|
"@n8n/ai-workflow-builder": "1.17.3",
|
|
155
156
|
"@n8n/api-types": "1.17.3",
|
|
156
157
|
"@n8n/chat-hub": "1.10.3",
|
|
157
|
-
"@n8n/ai-node-sdk": "0.8.0",
|
|
158
158
|
"@n8n/client-oauth2": "1.1.1",
|
|
159
159
|
"@n8n/backend-common": "1.17.3",
|
|
160
|
-
"@n8n/config": "2.16.0",
|
|
161
160
|
"@n8n/constants": "0.21.1",
|
|
162
|
-
"@n8n/
|
|
161
|
+
"@n8n/config": "2.16.0",
|
|
163
162
|
"@n8n/decorators": "1.17.3",
|
|
163
|
+
"@n8n/db": "1.17.3",
|
|
164
164
|
"@n8n/ai-utilities": "0.11.0",
|
|
165
165
|
"@n8n/di": "0.10.0",
|
|
166
166
|
"@n8n/errors": "0.7.0",
|
|
167
167
|
"@n8n/instance-ai": "1.2.3",
|
|
168
|
-
"@n8n/
|
|
168
|
+
"@n8n/permissions": "0.56.0",
|
|
169
169
|
"@n8n/task-runner": "2.17.3",
|
|
170
|
-
"n8n-
|
|
170
|
+
"@n8n/n8n-nodes-langchain": "2.17.4",
|
|
171
171
|
"@n8n/syslog-client": "1.2.0",
|
|
172
|
-
"@n8n/workflow-sdk": "0.10.2",
|
|
173
|
-
"n8n-editor-ui": "2.17.6",
|
|
174
|
-
"n8n-workflow": "2.17.2",
|
|
175
|
-
"@n8n/permissions": "0.56.0",
|
|
176
172
|
"@n8n/utils": "1.28.1",
|
|
177
|
-
"n8n-
|
|
173
|
+
"n8n-core": "2.17.3",
|
|
174
|
+
"n8n-editor-ui": "2.17.7",
|
|
175
|
+
"@n8n/workflow-sdk": "0.10.2",
|
|
176
|
+
"n8n-nodes-base": "2.17.3",
|
|
177
|
+
"n8n-workflow": "2.17.2"
|
|
178
178
|
},
|
|
179
179
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
180
180
|
"homepage": "https://n8n.io",
|