n8n-nodes-base 2.7.1 → 2.7.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": "2.7.
|
|
3
|
+
"version": "2.7.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -865,12 +865,12 @@
|
|
|
865
865
|
"@types/uuid": "^10.0.0",
|
|
866
866
|
"@types/xml2js": "^0.4.14",
|
|
867
867
|
"eslint-plugin-n8n-nodes-base": "^1.16.5",
|
|
868
|
-
"@n8n/client-oauth2": "1.0.0-rc.0",
|
|
869
868
|
"@n8n/eslint-plugin-community-nodes": "0.7.0",
|
|
870
869
|
"@n8n/typescript-config": "1.3.0",
|
|
870
|
+
"@n8n/client-oauth2": "1.0.0-rc.0",
|
|
871
|
+
"n8n-core": "2.7.2",
|
|
871
872
|
"n8n-containers": "1.0.0",
|
|
872
|
-
"@n8n/vitest-config": "1.6.0"
|
|
873
|
-
"n8n-core": "2.7.1"
|
|
873
|
+
"@n8n/vitest-config": "1.6.0"
|
|
874
874
|
},
|
|
875
875
|
"dependencies": {
|
|
876
876
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -942,11 +942,11 @@
|
|
|
942
942
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
943
943
|
"xml2js": "0.6.2",
|
|
944
944
|
"xmlhttprequest-ssl": "3.1.0",
|
|
945
|
-
"@n8n/
|
|
946
|
-
"@n8n/
|
|
945
|
+
"@n8n/di": "0.10.0",
|
|
946
|
+
"@n8n/config": "2.6.1",
|
|
947
947
|
"@n8n/imap": "0.16.0",
|
|
948
|
-
"n8n
|
|
949
|
-
"
|
|
948
|
+
"@n8n/errors": "0.6.0",
|
|
949
|
+
"n8n-workflow": "2.7.1"
|
|
950
950
|
},
|
|
951
951
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
952
952
|
"homepage": "https://n8n.io",
|