n8n-nodes-base 0.221.0 → 0.222.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/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/credentials/TotpApi.credentials.d.ts +7 -0
- package/dist/credentials/TotpApi.credentials.js +33 -0
- package/dist/credentials/TotpApi.credentials.js.map +1 -0
- package/dist/known/credentials.json +7 -0
- package/dist/known/nodes.json +4 -0
- package/dist/nodes/Aws/S3/FileDescription.js +1 -1
- package/dist/nodes/Aws/S3/FileDescription.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/nodes/Totp/Totp.node.d.ts +5 -0
- package/dist/nodes/Totp/Totp.node.js +157 -0
- package/dist/nodes/Totp/Totp.node.js.map +1 -0
- package/dist/nodes/Totp/Totp.node.json +16 -0
- package/dist/nodes/Totp/test/Totp.workflow.test.json +41 -0
- package/dist/types/credentials.json +4 -3
- package/dist/types/nodes.json +5 -4
- package/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.222.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -292,6 +292,7 @@
|
|
|
292
292
|
"dist/credentials/TodoistApi.credentials.js",
|
|
293
293
|
"dist/credentials/TodoistOAuth2Api.credentials.js",
|
|
294
294
|
"dist/credentials/TogglApi.credentials.js",
|
|
295
|
+
"dist/credentials/TotpApi.credentials.js",
|
|
295
296
|
"dist/credentials/TravisCiApi.credentials.js",
|
|
296
297
|
"dist/credentials/TrelloApi.credentials.js",
|
|
297
298
|
"dist/credentials/TwakeCloudApi.credentials.js",
|
|
@@ -674,6 +675,7 @@
|
|
|
674
675
|
"dist/nodes/TimescaleDb/TimescaleDb.node.js",
|
|
675
676
|
"dist/nodes/Todoist/Todoist.node.js",
|
|
676
677
|
"dist/nodes/Toggl/TogglTrigger.node.js",
|
|
678
|
+
"dist/nodes/Totp/Totp.node.js",
|
|
677
679
|
"dist/nodes/TravisCi/TravisCi.node.js",
|
|
678
680
|
"dist/nodes/Trello/Trello.node.js",
|
|
679
681
|
"dist/nodes/Trello/TrelloTrigger.node.js",
|
|
@@ -787,10 +789,10 @@
|
|
|
787
789
|
"@types/ssh2-sftp-client": "^5.1.0",
|
|
788
790
|
"@types/tmp": "^0.2.0",
|
|
789
791
|
"@types/uuid": "^8.3.2",
|
|
790
|
-
"@types/xml2js": "^0.4.
|
|
792
|
+
"@types/xml2js": "^0.4.11",
|
|
791
793
|
"eslint-plugin-n8n-nodes-base": "^1.12.0",
|
|
792
794
|
"gulp": "^4.0.0",
|
|
793
|
-
"n8n-core": "0.
|
|
795
|
+
"n8n-core": "0.163.1"
|
|
794
796
|
},
|
|
795
797
|
"dependencies": {
|
|
796
798
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
|
@@ -868,6 +870,7 @@
|
|
|
868
870
|
"node-html-markdown": "^1.1.3",
|
|
869
871
|
"node-ssh": "^12.0.0",
|
|
870
872
|
"nodemailer": "^6.7.1",
|
|
873
|
+
"otpauth": "^9.1.1",
|
|
871
874
|
"pdf-parse": "^1.1.1",
|
|
872
875
|
"pg": "^8.3.0",
|
|
873
876
|
"pg-promise": "^10.5.8",
|
|
@@ -883,10 +886,10 @@
|
|
|
883
886
|
"ssh2-sftp-client": "^7.0.0",
|
|
884
887
|
"tmp-promise": "^3.0.2",
|
|
885
888
|
"uuid": "^8.3.2",
|
|
886
|
-
"vm2": "~3.9.
|
|
889
|
+
"vm2": "~3.9.15",
|
|
887
890
|
"xlsx": "^0.17.0",
|
|
888
|
-
"xml2js": "^0.
|
|
889
|
-
"n8n-workflow": "0.
|
|
891
|
+
"xml2js": "^0.5.0",
|
|
892
|
+
"n8n-workflow": "0.145.1"
|
|
890
893
|
},
|
|
891
894
|
"scripts": {
|
|
892
895
|
"clean": "rimraf dist .turbo",
|