Compare commits
6 Commits
feature/re
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b04edfd913 | |||
| 6daa3aa443 | |||
| a7542f9272 | |||
| a8b9330e06 | |||
| b1db84a674 | |||
| e5238598c0 |
21
package.json
21
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-contrib-whatsapp-link",
|
"name": "node-red-contrib-whatsapp-link",
|
||||||
"version": "1.0.40-local.1",
|
"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,17 +27,22 @@
|
|||||||
"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": {
|
||||||
"@whiskeysockets/baileys": "latest",
|
"@whiskeysockets/baileys": "^6.7.9",
|
||||||
"pino": "latest",
|
"pino": "^9.5.0",
|
||||||
"qrcode": "^1.5.1",
|
"qrcode": "^1.5.4",
|
||||||
"whatsapp-web.js": "^1.22.2-alpha.1"
|
"whatsapp-web.js": "^1.26.0"
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"inflight": "npm:@aashutoshrathi/inflight@^1.0.2",
|
||||||
|
"glob": "^10.3.10",
|
||||||
|
"rimraf": "^5.0.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=18.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user