fix: Fatal error when starting realtime updates. (#64)

Via https://github.com/bourquep/mysa-js-sdk/pull/144
This commit is contained in:
Pascal Bourque
2025-10-05 15:08:07 -04:00
committed by GitHub
parent 35f2effe9c
commit 3b5dafeda9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"commander": "14.0.1",
"dotenv": "17.2.3",
"mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.3.2",
"mysa-js-sdk": "1.3.3",
"pino": "10.0.0",
"pino-pretty": "13.1.1"
},
@@ -7528,9 +7528,9 @@
"license": "MIT"
},
"node_modules/mysa-js-sdk": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/mysa-js-sdk/-/mysa-js-sdk-1.3.2.tgz",
"integrity": "sha512-jVKWx6KgbfLv10MgCjrKrc6YGU2aR7RQIq/9W/GjpypKdvpbx+jYyPFGkGfQe6OcjQYpwqa8T7zzuEwotaqCiw==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/mysa-js-sdk/-/mysa-js-sdk-1.3.3.tgz",
"integrity": "sha512-nNUaRCXiOg5zE0YtY2LlMEHWg9rnU3NdB5/zNzcAg7HMCdFP4SAnAEgRme7vLi+OJZe5aTx0F/GHwDwpahRydg==",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-iot": "3.901.0",

View File

@@ -49,7 +49,7 @@
"commander": "14.0.1",
"dotenv": "17.2.3",
"mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.3.2",
"mysa-js-sdk": "1.3.3",
"pino": "10.0.0",
"pino-pretty": "13.1.1"
},