n8n-nodes-base 2.36.3 → 2.36.4
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/cjs/build.tsbuildinfo +1 -1
- 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/types/nodes.json +2 -2
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.4",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typesVersions": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
15
|
"aws-credentials.js",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"LICENSE_EE.md",
|
|
17
|
+
"LICENSE.md"
|
|
18
18
|
],
|
|
19
19
|
"n8n": {
|
|
20
20
|
"credentials": [
|
|
@@ -908,13 +908,13 @@
|
|
|
908
908
|
"vite": "^8.0.2",
|
|
909
909
|
"vitest": "^4.1.9",
|
|
910
910
|
"vitest-mock-extended": "^3.1.0",
|
|
911
|
-
"@n8n/client-oauth2": "1.18.
|
|
911
|
+
"@n8n/client-oauth2": "1.18.4",
|
|
912
912
|
"@n8n/eslint-plugin-community-nodes": "0.29.0",
|
|
913
|
-
"@n8n/playwright-janitor": "0.1.0",
|
|
914
913
|
"@n8n/typescript-config": "1.10.0",
|
|
914
|
+
"@n8n/playwright-janitor": "0.1.0",
|
|
915
915
|
"@n8n/vitest-config": "1.21.0",
|
|
916
|
-
"n8n-
|
|
917
|
-
"n8n-
|
|
916
|
+
"n8n-containers": "1.0.0",
|
|
917
|
+
"n8n-core": "2.36.5"
|
|
918
918
|
},
|
|
919
919
|
"dependencies": {
|
|
920
920
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
@@ -1002,13 +1002,13 @@
|
|
|
1002
1002
|
"xml2js": "0.6.2",
|
|
1003
1003
|
"xmlhttprequest-ssl": "3.1.0",
|
|
1004
1004
|
"zod": "3.25.76",
|
|
1005
|
-
"@n8n/backend-network": "1.10.
|
|
1005
|
+
"@n8n/backend-network": "1.10.4",
|
|
1006
1006
|
"@n8n/config": "2.34.1",
|
|
1007
1007
|
"@n8n/di": "0.16.0",
|
|
1008
|
-
"@n8n/errors": "0.13.0",
|
|
1009
|
-
"n8n-workflow": "2.36.3",
|
|
1010
1008
|
"@n8n/imap": "0.25.0",
|
|
1011
|
-
"@n8n/
|
|
1009
|
+
"@n8n/errors": "0.13.0",
|
|
1010
|
+
"@n8n/utils": "1.44.0",
|
|
1011
|
+
"n8n-workflow": "2.36.3"
|
|
1012
1012
|
},
|
|
1013
1013
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
1014
1014
|
"homepage": "https://n8n.io",
|