mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 08:13:23 +00:00
package.json version update (#13)
I kept running into problems with the version of tuyapi set to the original value and kept exiting with exit code 99. When I updated the version to the latest version in github for tuyapi all issues were resolved.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"color-convert": "^1.9.3",
|
"color-convert": "^1.9.3",
|
||||||
"debug": "^3.2.6",
|
"debug": "^3.2.6",
|
||||||
"mqtt": "^2.18.8",
|
"mqtt": "^2.18.8",
|
||||||
"tuyapi": "github:codetheweb/tuyapi"
|
"tuyapi": "^3.2.3"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user