fix: Unable to automatically reconnect when credentials have expired (#101)

This commit is contained in:
Pascal Bourque
2025-11-28 09:34:27 -05:00
committed by GitHub
parent cdc2370902
commit 2e73d57497
2 changed files with 1192 additions and 918 deletions

2108
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@
"commander": "14.0.2", "commander": "14.0.2",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "2.0.2", "mysa-js-sdk": "2.0.3",
"pino": "10.1.0", "pino": "10.1.0",
"pino-pretty": "13.1.2" "pino-pretty": "13.1.2"
}, },