n8n-nodes-base 1.43.0 → 1.43.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
"@types/uuid": "^8.3.2",
|
|
825
825
|
"@types/xml2js": "^0.4.14",
|
|
826
826
|
"eslint-plugin-n8n-nodes-base": "^1.16.0",
|
|
827
|
-
"n8n-core": "1.43.
|
|
827
|
+
"n8n-core": "1.43.1"
|
|
828
828
|
},
|
|
829
829
|
"dependencies": {
|
|
830
830
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
|
@@ -887,10 +887,10 @@
|
|
|
887
887
|
"ts-ics": "^1.2.2",
|
|
888
888
|
"typedi": "0.10.0",
|
|
889
889
|
"uuid": "8.3.2",
|
|
890
|
-
"xlsx": "https://cdn.sheetjs.com/xlsx-0.
|
|
890
|
+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
891
891
|
"xml2js": "0.6.2",
|
|
892
892
|
"@n8n/imap": "0.3.0",
|
|
893
|
-
"n8n-workflow": "1.42.
|
|
893
|
+
"n8n-workflow": "1.42.1"
|
|
894
894
|
},
|
|
895
895
|
"scripts": {
|
|
896
896
|
"clean": "rimraf dist .turbo",
|