n8n-nodes-base 1.118.1 → 1.118.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.118.
|
|
3
|
+
"version": "1.118.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -868,9 +868,9 @@
|
|
|
868
868
|
"@types/uuid": "^10.0.0",
|
|
869
869
|
"@types/xml2js": "^0.4.14",
|
|
870
870
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
871
|
-
"@n8n/eslint-plugin-community-nodes": "0.6.0",
|
|
872
871
|
"@n8n/typescript-config": "1.3.0",
|
|
873
|
-
"n8n-
|
|
872
|
+
"@n8n/eslint-plugin-community-nodes": "0.6.0",
|
|
873
|
+
"n8n-core": "1.119.3"
|
|
874
874
|
},
|
|
875
875
|
"dependencies": {
|
|
876
876
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -943,9 +943,9 @@
|
|
|
943
943
|
"xmlhttprequest-ssl": "3.1.0",
|
|
944
944
|
"@n8n/config": "1.62.1",
|
|
945
945
|
"@n8n/di": "0.9.0",
|
|
946
|
+
"@n8n/imap": "0.15.0",
|
|
946
947
|
"@n8n/errors": "^0.5.0",
|
|
947
|
-
"n8n-workflow": "1.117.
|
|
948
|
-
"@n8n/imap": "0.15.0"
|
|
948
|
+
"n8n-workflow": "1.117.1"
|
|
949
949
|
},
|
|
950
950
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
951
951
|
"homepage": "https://n8n.io",
|