Compare commits

..

No commits in common. "a8b9330e063c849d2a888d5ba3cc4584bb9aa039" and "f8f2fce6061b39cde3e6535fd28498707f8518d8" have entirely different histories.

View File

@ -1,6 +1,6 @@
{
"name": "node-red-contrib-whatsapp-link",
"version": "1.0.41-local.2",
"version": "1.0.40-local.1",
"description": "Node to send and receive whatsapp messages in groups and chats. | No third party APIs",
"repository": {
"type": "git",
@ -32,17 +32,12 @@
}
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.9",
"pino": "^9.5.0",
"qrcode": "^1.5.4",
"whatsapp-web.js": "^1.26.0"
},
"overrides": {
"inflight": "npm:@aashutoshrathi/inflight@^1.0.2",
"glob": "^10.3.10",
"rimraf": "^5.0.5"
"@whiskeysockets/baileys": "latest",
"pino": "latest",
"qrcode": "^1.5.1",
"whatsapp-web.js": "^1.22.2-alpha.1"
},
"engines": {
"node": ">=18.0.0"
"node": ">=8.0.0"
}
}