n8n-nodes-base 2.19.1 → 2.19.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/nodes/Snowflake/GenericFunctions.d.ts +2 -0
- package/dist/nodes/Snowflake/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Snowflake/GenericFunctions.js +39 -0
- package/dist/nodes/Snowflake/GenericFunctions.js.map +1 -1
- package/dist/nodes/Snowflake/Snowflake.node.d.ts.map +1 -1
- package/dist/nodes/Snowflake/Snowflake.node.js +12 -7
- package/dist/nodes/Snowflake/Snowflake.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.3",
|
|
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": [
|
|
@@ -871,12 +871,12 @@
|
|
|
871
871
|
"@types/xml2js": "^0.4.14",
|
|
872
872
|
"eslint-plugin-n8n-nodes-base": "^1.16.5",
|
|
873
873
|
"vitest": "^4.1.1",
|
|
874
|
-
"@n8n/client-oauth2": "1.3.
|
|
875
|
-
"@n8n/eslint-plugin-community-nodes": "0.14.0",
|
|
874
|
+
"@n8n/client-oauth2": "1.3.1",
|
|
876
875
|
"@n8n/typescript-config": "1.4.0",
|
|
877
|
-
"n8n-
|
|
876
|
+
"@n8n/eslint-plugin-community-nodes": "0.14.0",
|
|
878
877
|
"@n8n/vitest-config": "1.10.0",
|
|
879
|
-
"n8n-
|
|
878
|
+
"n8n-containers": "1.0.0",
|
|
879
|
+
"n8n-core": "2.19.4"
|
|
880
880
|
},
|
|
881
881
|
"dependencies": {
|
|
882
882
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -945,14 +945,14 @@
|
|
|
945
945
|
"tmp-promise": "3.0.3",
|
|
946
946
|
"ts-ics": "1.2.2",
|
|
947
947
|
"uuid": "10.0.0",
|
|
948
|
-
"vm2": "
|
|
948
|
+
"vm2": "3.11.2",
|
|
949
949
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
|
950
950
|
"xml2js": "0.6.2",
|
|
951
951
|
"xmlhttprequest-ssl": "3.1.0",
|
|
952
|
-
"@n8n/di": "0.11.0",
|
|
953
952
|
"@n8n/config": "2.18.1",
|
|
954
|
-
"@n8n/errors": "0.8.0",
|
|
955
953
|
"@n8n/imap": "0.18.0",
|
|
954
|
+
"@n8n/errors": "0.8.0",
|
|
955
|
+
"@n8n/di": "0.11.0",
|
|
956
956
|
"n8n-workflow": "2.19.0"
|
|
957
957
|
},
|
|
958
958
|
"license": "SEE LICENSE IN LICENSE.md",
|