@atom8n/n8n-nodes-base 2.5.5 → 2.5.7
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/known/credentials.json +2 -1
- package/dist/known/nodes.json +4 -0
- package/dist/nodes/ActionNetwork/GenericFunctions.d.ts +20 -20
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.d.ts +4 -1
- package/dist/nodes/Telegram/GenericFunctions.d.ts +2 -2
- package/dist/nodes/Telegram/TelegramPollingTrigger.node.d.ts +15 -0
- package/dist/nodes/Telegram/TelegramPollingTrigger.node.js +347 -0
- package/dist/nodes/Zoho/GenericFunctions.d.ts +2 -2
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +9 -8
- package/dist/utils/descriptions.js +1 -1
- package/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n-nodes-base",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.7",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -785,6 +785,7 @@
|
|
|
785
785
|
"dist/nodes/Tapfiliate/Tapfiliate.node.js",
|
|
786
786
|
"dist/nodes/Telegram/Telegram.node.js",
|
|
787
787
|
"dist/nodes/Telegram/TelegramTrigger.node.js",
|
|
788
|
+
"dist/nodes/Telegram/TelegramPollingTrigger.node.js",
|
|
788
789
|
"dist/nodes/TheHiveProject/TheHiveProject.node.js",
|
|
789
790
|
"dist/nodes/TheHiveProject/TheHiveProjectTrigger.node.js",
|
|
790
791
|
"dist/nodes/TheHive/TheHive.node.js",
|
|
@@ -848,8 +849,8 @@
|
|
|
848
849
|
"nodeTypePrefix": "n8n-nodes-base"
|
|
849
850
|
},
|
|
850
851
|
"devDependencies": {
|
|
851
|
-
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.10.
|
|
852
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.
|
|
852
|
+
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.10.7",
|
|
853
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.7",
|
|
853
854
|
"@types/amqplib": "^0.10.1",
|
|
854
855
|
"@types/aws4": "^1.5.1",
|
|
855
856
|
"@types/basic-auth": "^1.1.3",
|
|
@@ -875,16 +876,16 @@
|
|
|
875
876
|
"@types/uuid": "^10.0.0",
|
|
876
877
|
"@types/xml2js": "^0.4.14",
|
|
877
878
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
878
|
-
"n8n-core": "npm:@atom8n/n8n-core@2.5.
|
|
879
|
+
"n8n-core": "npm:@atom8n/n8n-core@2.5.7"
|
|
879
880
|
},
|
|
880
881
|
"dependencies": {
|
|
881
882
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
882
883
|
"@kafkajs/confluent-schema-registry": "3.8.0",
|
|
883
884
|
"@mozilla/readability": "0.6.0",
|
|
884
|
-
"@n8n/config": "npm:@atom8n/config@2.4.
|
|
885
|
-
"@n8n/di": "npm:@atom8n/di@0.13.
|
|
886
|
-
"@n8n/errors": "npm:@atom8n/errors@0.8.
|
|
887
|
-
"@n8n/imap": "npm:@atom8n/imap@0.19.
|
|
885
|
+
"@n8n/config": "npm:@atom8n/config@2.4.7",
|
|
886
|
+
"@n8n/di": "npm:@atom8n/di@0.13.7",
|
|
887
|
+
"@n8n/errors": "npm:@atom8n/errors@0.8.7",
|
|
888
|
+
"@n8n/imap": "npm:@atom8n/imap@0.19.7",
|
|
888
889
|
"@n8n/vm2": "3.9.25",
|
|
889
890
|
"@thednp/dommatrix": "^2.0.12",
|
|
890
891
|
"alasql": "4.4.0",
|
|
@@ -925,7 +926,7 @@
|
|
|
925
926
|
"mqtt": "5.7.2",
|
|
926
927
|
"mssql": "10.0.2",
|
|
927
928
|
"mysql2": "3.15.0",
|
|
928
|
-
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.
|
|
929
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.7",
|
|
929
930
|
"node-html-markdown": "1.2.0",
|
|
930
931
|
"node-ssh": "13.2.0",
|
|
931
932
|
"nodemailer": "7.0.11",
|