From 7cc3d1d5a6631aac52ca784056c43469626032fa Mon Sep 17 00:00:00 2001 From: lehanspb Date: Wed, 15 Feb 2023 10:22:14 +0300 Subject: [PATCH] Change packege.json and requirements --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0ead81d..f0f3bc0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "tuya-mqtt", - "version": "3.0.4", + "version": "3.1.4", "description": "Control Tuya devices locally via MQTT", - "homepage": "https://github.com/TheAgentK/tuya-mqtt#readme", + "homepage": "https://github.com/lehanspb/tuya-mqtt#readme", "main": "tuya-mqtt.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -19,11 +19,11 @@ "json5": "^2.1.3", "mqtt": "^4.2.6", "supports-color": "^8.1.0", - "tuyapi": "^6.1.4", + "tuyapi": "^7.5.1", "mathjs": "8.1.1" }, "repository": { "type": "git", - "url": "git://github.com/TheAgentK/tuya-mqtt.git" + "url": "git://github.com/lehanspb/tuya-mqtt.git" } }