n8n-nodes-base 1.117.0 → 1.117.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/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.117.
|
|
3
|
+
"version": "1.117.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE_EE.md",
|
|
9
|
+
"LICENSE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"credentials": [
|
|
@@ -869,8 +869,8 @@
|
|
|
869
869
|
"@types/xml2js": "^0.4.14",
|
|
870
870
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
871
871
|
"@n8n/eslint-plugin-community-nodes": "0.6.0",
|
|
872
|
-
"n8n-
|
|
873
|
-
"
|
|
872
|
+
"@n8n/typescript-config": "1.3.0",
|
|
873
|
+
"n8n-core": "1.118.1"
|
|
874
874
|
},
|
|
875
875
|
"dependencies": {
|
|
876
876
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -941,11 +941,11 @@
|
|
|
941
941
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
942
942
|
"xml2js": "0.6.2",
|
|
943
943
|
"xmlhttprequest-ssl": "3.1.0",
|
|
944
|
-
"@n8n/
|
|
945
|
-
"n8n-workflow": "1.116.0",
|
|
944
|
+
"@n8n/config": "1.61.1",
|
|
946
945
|
"@n8n/di": "0.9.0",
|
|
947
946
|
"@n8n/errors": "^0.5.0",
|
|
948
|
-
"@n8n/
|
|
947
|
+
"@n8n/imap": "0.15.0",
|
|
948
|
+
"n8n-workflow": "1.116.0"
|
|
949
949
|
},
|
|
950
950
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
951
951
|
"homepage": "https://n8n.io",
|