n8n-nodes-base 1.111.0 → 1.111.2
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
"@types/xml2js": "^0.4.14",
|
|
865
865
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
866
866
|
"@n8n/typescript-config": "1.3.0",
|
|
867
|
-
"n8n-core": "1.112.
|
|
867
|
+
"n8n-core": "1.112.1"
|
|
868
868
|
},
|
|
869
869
|
"dependencies": {
|
|
870
870
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -934,11 +934,11 @@
|
|
|
934
934
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
935
935
|
"xml2js": "0.6.2",
|
|
936
936
|
"xmlhttprequest-ssl": "3.1.0",
|
|
937
|
-
"@n8n/
|
|
938
|
-
"@n8n/config": "1.56.0",
|
|
937
|
+
"@n8n/config": "1.56.1",
|
|
939
938
|
"@n8n/errors": "^0.5.0",
|
|
940
|
-
"n8n
|
|
941
|
-
"@n8n/
|
|
939
|
+
"@n8n/imap": "0.15.0",
|
|
940
|
+
"@n8n/di": "0.9.0",
|
|
941
|
+
"n8n-workflow": "1.110.0"
|
|
942
942
|
},
|
|
943
943
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
944
944
|
"homepage": "https://n8n.io",
|