3 Commits

Author SHA1 Message Date
b04edfd913 ncy 3 2025-11-17 14:47:10 +01:00
6daa3aa443 consistency 2 2025-11-17 14:44:16 +01:00
a7542f9272 consistency fixes 2025-11-17 14:42:57 +01:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "node-red-contrib-whatsapp-link", "name": "node-red-contrib-whatsapp-link",
"version": "1.0.41-local.2", "version": "1.0.41",
"description": "Node to send and receive whatsapp messages in groups and chats. | No third party APIs", "description": "Node to send and receive whatsapp messages in groups and chats. | No third party APIs",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -27,8 +27,8 @@
"whatsapp group-out": "group-out.js", "whatsapp group-out": "group-out.js",
"whatsapp reply": "whatsappReply.js", "whatsapp reply": "whatsappReply.js",
"whatsapp Link": "whatsappLink.js", "whatsapp Link": "whatsappLink.js",
"number-recipient": "numberRecipient.js", "whatsapp numberRecipient": "numberRecipient.js",
"group-recipient": "groupRecipient.js" "whatsapp groupRecipient": "groupRecipient.js"
} }
}, },
"dependencies": { "dependencies": {