n8n-nodes-base 2.17.2 → 2.17.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.3",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -873,10 +873,10 @@
|
|
|
873
873
|
"vitest": "^4.1.1",
|
|
874
874
|
"@n8n/client-oauth2": "1.1.1",
|
|
875
875
|
"@n8n/eslint-plugin-community-nodes": "0.12.0",
|
|
876
|
-
"n8n-containers": "1.0.0",
|
|
877
876
|
"@n8n/typescript-config": "1.4.0",
|
|
878
877
|
"@n8n/vitest-config": "1.9.0",
|
|
879
|
-
"n8n-
|
|
878
|
+
"n8n-containers": "1.0.0",
|
|
879
|
+
"n8n-core": "2.17.3"
|
|
880
880
|
},
|
|
881
881
|
"dependencies": {
|
|
882
882
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
"@n8n/errors": "0.7.0",
|
|
954
954
|
"@n8n/di": "0.10.0",
|
|
955
955
|
"@n8n/imap": "0.16.0",
|
|
956
|
-
"n8n-workflow": "2.17.
|
|
956
|
+
"n8n-workflow": "2.17.2"
|
|
957
957
|
},
|
|
958
958
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
959
959
|
"homepage": "https://n8n.io",
|