n8n-nodes-base 2.26.1 → 2.26.3
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/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.3",
|
|
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": [
|
|
@@ -880,13 +880,13 @@
|
|
|
880
880
|
"@types/xml2js": "^0.4.14",
|
|
881
881
|
"eslint-plugin-n8n-nodes-base": "^1.16.5",
|
|
882
882
|
"vitest": "^4.1.1",
|
|
883
|
+
"@n8n/client-oauth2": "1.8.0",
|
|
883
884
|
"@n8n/eslint-plugin-community-nodes": "0.20.0",
|
|
884
885
|
"@n8n/playwright-janitor": "0.1.0",
|
|
885
|
-
"@n8n/client-oauth2": "1.8.0",
|
|
886
886
|
"@n8n/typescript-config": "1.5.0",
|
|
887
887
|
"@n8n/vitest-config": "1.14.0",
|
|
888
888
|
"n8n-containers": "1.0.0",
|
|
889
|
-
"n8n-core": "2.26.
|
|
889
|
+
"n8n-core": "2.26.3"
|
|
890
890
|
},
|
|
891
891
|
"dependencies": {
|
|
892
892
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -962,11 +962,11 @@
|
|
|
962
962
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
963
963
|
"xml2js": "0.6.2",
|
|
964
964
|
"xmlhttprequest-ssl": "3.1.0",
|
|
965
|
-
"@n8n/config": "2.24.
|
|
966
|
-
"@n8n/di": "0.13.0",
|
|
965
|
+
"@n8n/config": "2.24.1",
|
|
967
966
|
"@n8n/errors": "0.9.0",
|
|
968
967
|
"@n8n/imap": "0.21.0",
|
|
969
|
-
"n8n-workflow": "2.26.
|
|
968
|
+
"n8n-workflow": "2.26.2",
|
|
969
|
+
"@n8n/di": "0.13.0"
|
|
970
970
|
},
|
|
971
971
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
972
972
|
"homepage": "https://n8n.io",
|