n8n-nodes-base 2.31.0 → 2.31.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/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.31.
|
|
3
|
+
"version": "2.31.1",
|
|
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.md",
|
|
17
|
+
"LICENSE_EE.md"
|
|
18
18
|
],
|
|
19
19
|
"n8n": {
|
|
20
20
|
"credentials": [
|
|
@@ -902,11 +902,11 @@
|
|
|
902
902
|
"vitest-mock-extended": "^3.1.0",
|
|
903
903
|
"@n8n/client-oauth2": "1.13.0",
|
|
904
904
|
"@n8n/eslint-plugin-community-nodes": "0.25.0",
|
|
905
|
-
"@n8n/typescript-config": "1.9.0",
|
|
906
905
|
"@n8n/playwright-janitor": "0.1.0",
|
|
907
|
-
"n8n-
|
|
906
|
+
"@n8n/vitest-config": "1.18.0",
|
|
908
907
|
"n8n-containers": "1.0.0",
|
|
909
|
-
"@n8n/
|
|
908
|
+
"@n8n/typescript-config": "1.9.0",
|
|
909
|
+
"n8n-core": "2.31.1"
|
|
910
910
|
},
|
|
911
911
|
"dependencies": {
|
|
912
912
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
@@ -993,13 +993,13 @@
|
|
|
993
993
|
"xml2js": "0.6.2",
|
|
994
994
|
"xmlhttprequest-ssl": "3.1.0",
|
|
995
995
|
"zod": "3.25.67",
|
|
996
|
-
"@n8n/di": "0.15.0",
|
|
997
996
|
"@n8n/config": "2.29.0",
|
|
997
|
+
"@n8n/backend-network": "1.5.1",
|
|
998
|
+
"@n8n/di": "0.15.0",
|
|
999
|
+
"@n8n/imap": "0.24.0",
|
|
998
1000
|
"@n8n/errors": "0.12.0",
|
|
999
|
-
"
|
|
1000
|
-
"n8n
|
|
1001
|
-
"@n8n/backend-network": "1.5.0",
|
|
1002
|
-
"@n8n/imap": "0.24.0"
|
|
1001
|
+
"n8n-workflow": "2.31.1",
|
|
1002
|
+
"@n8n/utils": "1.39.0"
|
|
1003
1003
|
},
|
|
1004
1004
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
1005
1005
|
"homepage": "https://n8n.io",
|