mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
v3.03
* Fix reconnect failure in some disconnect cases * Remove duplicate republish function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tuya-mqtt",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"description": "Control Tuya devices locally via MQTT",
|
||||
"homepage": "https://github.com/TheAgentK/tuya-mqtt#readme",
|
||||
"main": "tuya-mqtt.js",
|
||||
@@ -13,13 +13,13 @@
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@tuyapi/cli": "^1.13.6",
|
||||
"@tuyapi/cli": "^1.15.0",
|
||||
"color-convert": "^2.0.1",
|
||||
"debug": "^4.3.1",
|
||||
"json5": "^2.1.3",
|
||||
"mqtt": "^4.2.6",
|
||||
"supports-color": "^8.1.0",
|
||||
"tuyapi": "^6.1.2",
|
||||
"tuyapi": "^6.1.3",
|
||||
"mathjs": "8.1.1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user