n8n-nodes-base 2.29.2 → 2.29.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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.4",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE.md",
|
|
9
|
+
"LICENSE_EE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"credentials": [
|
|
@@ -894,10 +894,10 @@
|
|
|
894
894
|
"@n8n/client-oauth2": "1.11.0",
|
|
895
895
|
"@n8n/eslint-plugin-community-nodes": "0.23.0",
|
|
896
896
|
"@n8n/playwright-janitor": "0.1.0",
|
|
897
|
-
"
|
|
897
|
+
"n8n-core": "2.29.4",
|
|
898
898
|
"n8n-containers": "1.0.0",
|
|
899
|
-
"@n8n/
|
|
900
|
-
"n8n-
|
|
899
|
+
"@n8n/typescript-config": "1.7.0",
|
|
900
|
+
"@n8n/vitest-config": "1.16.0"
|
|
901
901
|
},
|
|
902
902
|
"dependencies": {
|
|
903
903
|
"@aws-sdk/credential-providers": "3.808.0",
|
|
@@ -979,13 +979,13 @@
|
|
|
979
979
|
"xml2js": "0.6.2",
|
|
980
980
|
"xmlhttprequest-ssl": "3.1.0",
|
|
981
981
|
"zod": "3.25.67",
|
|
982
|
-
"@n8n/backend-network": "1.3.
|
|
983
|
-
"@n8n/config": "2.27.1",
|
|
984
|
-
"@n8n/di": "0.14.0",
|
|
985
|
-
"@n8n/errors": "0.10.0",
|
|
982
|
+
"@n8n/backend-network": "1.3.4",
|
|
986
983
|
"@n8n/imap": "0.23.0",
|
|
984
|
+
"n8n-workflow": "2.29.2",
|
|
987
985
|
"@n8n/utils": "1.37.0",
|
|
988
|
-
"n8n
|
|
986
|
+
"@n8n/config": "2.27.1",
|
|
987
|
+
"@n8n/errors": "0.10.0",
|
|
988
|
+
"@n8n/di": "0.14.0"
|
|
989
989
|
},
|
|
990
990
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
991
991
|
"homepage": "https://n8n.io",
|