n8n-core 2.20.1 → 2.21.0
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/dist/binary-data/object-store/object-store.config.d.ts +1 -0
- package/dist/binary-data/object-store/object-store.config.js +5 -0
- package/dist/binary-data/object-store/object-store.config.js.map +1 -1
- package/dist/binary-data/object-store/object-store.service.ee.d.ts +1 -0
- package/dist/binary-data/object-store/object-store.service.ee.js +16 -9
- package/dist/binary-data/object-store/object-store.service.ee.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/execution-engine/node-execution-context/base-execute-context.d.ts +3 -2
- package/dist/execution-engine/node-execution-context/base-execute-context.js +7 -0
- package/dist/execution-engine/node-execution-context/base-execute-context.js.map +1 -1
- package/dist/execution-engine/node-execution-context/node-execution-context.d.ts +6 -2
- package/dist/execution-engine/node-execution-context/node-execution-context.js +6 -0
- package/dist/execution-engine/node-execution-context/node-execution-context.js.map +1 -1
- package/dist/execution-engine/node-execution-context/utils/request-helper-functions.js +1 -1
- package/dist/execution-engine/node-execution-context/utils/request-helper-functions.js.map +1 -1
- package/dist/nodes-loader/directory-loader.d.ts +3 -2
- package/dist/nodes-loader/directory-loader.js +5 -0
- package/dist/nodes-loader/directory-loader.js.map +1 -1
- package/dist/nodes-loader/index.d.ts +1 -0
- package/dist/nodes-loader/index.js +3 -1
- package/dist/nodes-loader/index.js.map +1 -1
- package/dist/nodes-loader/scan-directory-for-packages.d.ts +5 -0
- package/dist/nodes-loader/scan-directory-for-packages.js +22 -0
- package/dist/nodes-loader/scan-directory-for-packages.js.map +1 -0
- package/dist/nodes-loader/validate-node-description.d.ts +2 -0
- package/dist/nodes-loader/validate-node-description.js +30 -0
- package/dist/nodes-loader/validate-node-description.js.map +1 -0
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "Core functionality of n8n",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
15
|
"bin",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"LICENSE.md",
|
|
17
|
+
"LICENSE_EE.md"
|
|
18
18
|
],
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/express": "^5.0.1",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@types/uuid": "^10.0.0",
|
|
26
26
|
"@types/xml2js": "^0.4.14",
|
|
27
27
|
"zod": "3.25.67",
|
|
28
|
-
"@n8n/
|
|
29
|
-
"@n8n/
|
|
28
|
+
"@n8n/typescript-config": "1.4.0",
|
|
29
|
+
"@n8n/errors": "0.8.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"zod": ">=3.25.0 <4"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@sentry/node": "^10.36.0",
|
|
38
38
|
"@sentry/node-native": "^10.36.0",
|
|
39
39
|
"@sentry/profiling-node": "^10.36.0",
|
|
40
|
-
"axios": "1.
|
|
40
|
+
"axios": "1.16.0",
|
|
41
41
|
"callsites": "3.1.0",
|
|
42
42
|
"chardet": "2.0.0",
|
|
43
43
|
"cron": "4.4.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"uuid": "10.0.0",
|
|
64
64
|
"winston": "3.14.2",
|
|
65
65
|
"xml2js": "0.6.2",
|
|
66
|
-
"@n8n/
|
|
67
|
-
"@n8n/
|
|
68
|
-
"@n8n/
|
|
66
|
+
"@n8n/backend-common": "1.21.0",
|
|
67
|
+
"@n8n/client-oauth2": "1.5.0",
|
|
68
|
+
"@n8n/config": "2.20.0",
|
|
69
69
|
"@n8n/constants": "0.23.0",
|
|
70
|
-
"@n8n/decorators": "1.20.0",
|
|
71
70
|
"@n8n/di": "0.11.0",
|
|
72
|
-
"@n8n/
|
|
73
|
-
"n8n-workflow": "2.
|
|
71
|
+
"@n8n/decorators": "1.21.0",
|
|
72
|
+
"n8n-workflow": "2.21.0",
|
|
73
|
+
"@n8n/workflow-sdk": "0.14.0"
|
|
74
74
|
},
|
|
75
75
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
76
76
|
"homepage": "https://n8n.io",
|