n8n-nodes-base 2.24.0 → 2.25.0
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": "2.
|
|
3
|
+
"version": "2.25.0",
|
|
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": [
|
|
@@ -879,13 +879,13 @@
|
|
|
879
879
|
"@types/xml2js": "^0.4.14",
|
|
880
880
|
"eslint-plugin-n8n-nodes-base": "^1.16.5",
|
|
881
881
|
"vitest": "^4.1.1",
|
|
882
|
-
"@n8n/playwright-janitor": "0.1.0",
|
|
883
882
|
"@n8n/client-oauth2": "1.7.0",
|
|
884
883
|
"@n8n/eslint-plugin-community-nodes": "0.19.0",
|
|
885
884
|
"@n8n/vitest-config": "1.13.0",
|
|
886
|
-
"n8n-
|
|
887
|
-
"n8n-core": "2.
|
|
888
|
-
"@n8n/
|
|
885
|
+
"@n8n/typescript-config": "1.4.0",
|
|
886
|
+
"n8n-core": "2.25.0",
|
|
887
|
+
"@n8n/playwright-janitor": "0.1.0",
|
|
888
|
+
"n8n-containers": "1.0.0"
|
|
889
889
|
},
|
|
890
890
|
"dependencies": {
|
|
891
891
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -959,11 +959,11 @@
|
|
|
959
959
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
960
960
|
"xml2js": "0.6.2",
|
|
961
961
|
"xmlhttprequest-ssl": "3.1.0",
|
|
962
|
+
"@n8n/config": "2.23.0",
|
|
962
963
|
"@n8n/di": "0.12.0",
|
|
964
|
+
"@n8n/errors": "0.8.0",
|
|
963
965
|
"@n8n/imap": "0.20.0",
|
|
964
|
-
"n8n-workflow": "2.
|
|
965
|
-
"@n8n/config": "2.23.0",
|
|
966
|
-
"@n8n/errors": "0.8.0"
|
|
966
|
+
"n8n-workflow": "2.25.0"
|
|
967
967
|
},
|
|
968
968
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
969
969
|
"homepage": "https://n8n.io",
|