Stabilisiere WhatsApp-Verbindung

This commit is contained in:
2026-08-04 13:00:06 +02:00
parent 125e62d4f8
commit fe86f77205
9 changed files with 3871 additions and 144 deletions
+7 -4
View File
@@ -1,12 +1,15 @@
{
"name": "whatsapp-bridge",
"version": "1.3.2",
"version": "1.4.0",
"description": "WhatsApp bridge for Home Assistant",
"main": "server.js",
"dependencies": {
"express": "^4.18.2",
"whatsapp-web.js": "^1.23.0",
"whatsapp-web.js": "1.34.7",
"qrcode": "^1.5.3",
"fs-extra": "^11.1.1"
"fs-extra": "^11.3.1"
},
"scripts": {
"check": "node --check server.js"
}
}
}