node-switchbot
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -5,2 +5,8 @@ # Changelog | ||
## [Version 1.1.2](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.1.2) (2021-11-13) | ||
### Changes | ||
- Housekeeping and update dependencies | ||
## [Version 1.1.1](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.1.1) (2021-11-02) | ||
@@ -30,3 +36,3 @@ | ||
- Change from @abandonware/noble to @node/noble | ||
- Change from @abandonware/noble to @homebridge/noble | ||
@@ -33,0 +39,0 @@ ## [Version 1.0.6](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.0.6) (2021-08-29) |
{ | ||
"name": "node-switchbot", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The node-switchbot is a Node.js module which allows you to move your Switchbot (Bot)'s arm and Switchbot Curtain(Curtain), also monitor the temperature/humidity from SwitchBot Thermometer & Hygrometer (Meter).", | ||
@@ -40,4 +40,4 @@ "main": "./lib/switchbot.js", | ||
"devDependencies": { | ||
"npm-check-updates": "^11.8.5" | ||
"npm-check-updates": "^12.0.2" | ||
} | ||
} |
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
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
101757