n8n-nodes-base 1.80.2 → 1.80.3
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.80.
|
|
3
|
+
"version": "1.80.3",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"@types/uuid": "^10.0.0",
|
|
843
843
|
"@types/xml2js": "^0.4.14",
|
|
844
844
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
845
|
-
"n8n-core": "1.80.
|
|
845
|
+
"n8n-core": "1.80.2"
|
|
846
846
|
},
|
|
847
847
|
"dependencies": {
|
|
848
848
|
"@aws-sdk/client-sso-oidc": "3.666.0",
|
|
@@ -908,10 +908,10 @@
|
|
|
908
908
|
"uuid": "10.0.0",
|
|
909
909
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
910
910
|
"xml2js": "0.6.2",
|
|
911
|
-
"@n8n/config": "1.30.0",
|
|
912
911
|
"@n8n/di": "0.3.0",
|
|
913
|
-
"
|
|
914
|
-
"n8n
|
|
912
|
+
"n8n-workflow": "1.79.1",
|
|
913
|
+
"@n8n/config": "1.30.0",
|
|
914
|
+
"@n8n/imap": "0.8.0"
|
|
915
915
|
},
|
|
916
916
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
917
917
|
"homepage": "https://n8n.io",
|