@switchbot/homebridge-switchbot-ble
Advanced tools
Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "@switchbot/homebridge-switchbot-ble", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Homebridge integration for SwitchBot BLE series products", | ||
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)", | ||
"license": "ISC", | ||
@@ -25,2 +26,3 @@ "files": [ | ||
"lint": "eslint src/**.ts", | ||
"update": "npm update && npm install", | ||
"watch": "npm run build && npm link && nodemon", | ||
@@ -35,12 +37,11 @@ "build": "rimraf ./dist && tsc", | ||
], | ||
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)", | ||
"devDependencies": { | ||
"@types/node": "^14.14.14", | ||
"@typescript-eslint/eslint-plugin": "^4.10.0", | ||
"@typescript-eslint/parser": "^4.10.0", | ||
"eslint": "^7.16.0", | ||
"eslint-plugin-prettier": "^3.3.0", | ||
"@types/node": "^14.14.22", | ||
"@typescript-eslint/eslint-plugin": "^4.14.0", | ||
"@typescript-eslint/parser": "^4.14.0", | ||
"eslint": "^7.18.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"homebridge": "^1.1.7", | ||
"homebridge-config-ui-x": "^4.36.0", | ||
"nodemon": "^2.0.6", | ||
"nodemon": "^2.0.7", | ||
"prettier": "^2.2.1", | ||
@@ -53,4 +54,4 @@ "rimraf": "^3.0.2", | ||
"@abandonware/noble": "^1.9.2-10", | ||
"node-switchbot": "0.2.0" | ||
"node-switchbot": "1.0.0" | ||
} | ||
} |
@@ -98,21 +98,2 @@ <span align="center"> | ||
## Release Note | ||
* v1.2.4 (2020-12-21) | ||
* Support Homebridge config setting UI. (Thanks to [@donavanbecker](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/24)) | ||
* Fixed TypeError: this.config.devices is not iterable. (Thanks to [@donavanbecker](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/23)) | ||
* v1.2.3 (2020-11-30) | ||
* Fixed the incorrect state of Bot in Home APP when control fails. | ||
* Modify log messages. (Thanks to [@dnicolson](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/15)) | ||
* v1.2.2 (2020-11-19) | ||
* Fixed Curtain state will not be updated in the Home APP. | ||
* v1.2.1 (2020-11-12) | ||
* Get temperature and humidity from Meter advertising periodically. | ||
* v1.2.0 (2020-11-6) | ||
* Add option for inverted curtain position. (Thanks to [@whatUwant](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/4)) | ||
* Fixed HomeKit control direction reversal issue. | ||
* v1.1.0 (2020-10-29) | ||
* Add support for Curtain. | ||
* v1.0.1 (2020-10-22) | ||
* First public release, supports Bot. | ||
## Community | ||
@@ -119,0 +100,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10784
5
77
103
1
+ Addednode-switchbot@1.0.0(transitive)
- Removednode-switchbot@0.2.0(transitive)
Updatednode-switchbot@1.0.0