n8n-nodes-base 0.222.0 → 0.222.2
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/build.tsbuildinfo +1 -1
- package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js +6 -0
- package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleSheetsTriggerOAuth2Api.credentials.js +6 -0
- package/dist/credentials/GoogleSheetsTriggerOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/NotionApi.credentials.js +1 -1
- package/dist/credentials/NotionApi.credentials.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/transport/index.js +3 -2
- package/dist/nodes/Google/Sheet/v2/transport/index.js.map +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +4 -4
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/If/If.node.js +2 -2
- package/dist/nodes/If/If.node.js.map +1 -1
- package/dist/types/credentials.json +3 -3
- 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": "0.222.
|
|
3
|
+
"version": "0.222.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"@types/xml2js": "^0.4.11",
|
|
793
793
|
"eslint-plugin-n8n-nodes-base": "^1.12.0",
|
|
794
794
|
"gulp": "^4.0.0",
|
|
795
|
-
"n8n-core": "0.163.
|
|
795
|
+
"n8n-core": "0.163.1"
|
|
796
796
|
},
|
|
797
797
|
"dependencies": {
|
|
798
798
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
|
@@ -886,10 +886,10 @@
|
|
|
886
886
|
"ssh2-sftp-client": "^7.0.0",
|
|
887
887
|
"tmp-promise": "^3.0.2",
|
|
888
888
|
"uuid": "^8.3.2",
|
|
889
|
-
"vm2": "~3.9.
|
|
889
|
+
"vm2": "~3.9.17",
|
|
890
890
|
"xlsx": "^0.17.0",
|
|
891
891
|
"xml2js": "^0.5.0",
|
|
892
|
-
"n8n-workflow": "0.145.
|
|
892
|
+
"n8n-workflow": "0.145.1"
|
|
893
893
|
},
|
|
894
894
|
"scripts": {
|
|
895
895
|
"clean": "rimraf dist .turbo",
|