n8n-nodes-base 1.56.0 → 1.56.1
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/build.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.56.
|
|
3
|
+
"version": "1.56.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE_EE.md",
|
|
9
|
+
"LICENSE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"credentials": [
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"@types/uuid": "^8.3.2",
|
|
818
818
|
"@types/xml2js": "^0.4.14",
|
|
819
819
|
"eslint-plugin-n8n-nodes-base": "^1.16.0",
|
|
820
|
-
"n8n-core": "1.56.
|
|
820
|
+
"n8n-core": "1.56.1"
|
|
821
821
|
},
|
|
822
822
|
"dependencies": {
|
|
823
823
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
|
@@ -881,8 +881,8 @@
|
|
|
881
881
|
"uuid": "8.3.2",
|
|
882
882
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
883
883
|
"xml2js": "0.6.2",
|
|
884
|
-
"
|
|
885
|
-
"n8n
|
|
884
|
+
"n8n-workflow": "1.55.0",
|
|
885
|
+
"@n8n/imap": "0.6.0"
|
|
886
886
|
},
|
|
887
887
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
888
888
|
"homepage": "https://n8n.io",
|