n8n-nodes-base 1.77.0 → 1.77.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/dist/types/nodes.json +2 -2
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.77.
|
|
3
|
+
"version": "1.77.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
"@types/uuid": "^10.0.0",
|
|
842
842
|
"@types/xml2js": "^0.4.14",
|
|
843
843
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
844
|
-
"n8n-core": "1.77.
|
|
844
|
+
"n8n-core": "1.77.3"
|
|
845
845
|
},
|
|
846
846
|
"dependencies": {
|
|
847
847
|
"@aws-sdk/client-sso-oidc": "3.666.0",
|
|
@@ -907,10 +907,10 @@
|
|
|
907
907
|
"uuid": "10.0.0",
|
|
908
908
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
909
909
|
"xml2js": "0.6.2",
|
|
910
|
-
"@n8n/di": "0.3.0",
|
|
911
910
|
"@n8n/config": "1.27.0",
|
|
912
|
-
"n8n
|
|
913
|
-
"
|
|
911
|
+
"@n8n/imap": "0.8.0",
|
|
912
|
+
"n8n-workflow": "1.76.2",
|
|
913
|
+
"@n8n/di": "0.3.0"
|
|
914
914
|
},
|
|
915
915
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
916
916
|
"homepage": "https://n8n.io",
|