@switchbot/homebridge-switchbot-ble
Advanced tools
Comparing version 1.6.0 to 1.6.2-beta.0
@@ -5,2 +5,8 @@ # Changelog | ||
## [Version 1.6.1](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.6.1) (2021-08-29) | ||
### Changes | ||
- Fixes FATAL ERROR: ad_id is not defined | ||
## [Version 1.6.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.6.0) (2021-08-26) | ||
@@ -7,0 +13,0 @@ |
102
package.json
{ | ||
"name": "@switchbot/homebridge-switchbot-ble", | ||
"version": "1.6.0", | ||
"description": "Homebridge integration for SwitchBot BLE series products", | ||
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SwitchBot/homebridge-switchbot-ble.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/SwitchBot/homebridge-switchbot-ble/issues" | ||
}, | ||
"homepage": "https://github.com/SwitchBot/homebridge-switchbot-ble#readme", | ||
"engines": { | ||
"node": ">=14.17.3", | ||
"homebridge": ">=1.3.4" | ||
}, | ||
"main": "dist/switchbot-platform.js", | ||
"scripts": { | ||
"check": "npm install && npm outdated", | ||
"update": "ncu -u && npm update && npm install", | ||
"lint": "eslint src/**.ts", | ||
"watch": "npm run build && npm link && nodemon", | ||
"build": "rimraf ./dist && tsc", | ||
"prepublishOnly": "npm run lint && npm run build" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"homebridge-plugin", | ||
"switchbot", | ||
"ble" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^16.7.2", | ||
"@typescript-eslint/eslint-plugin": "^4.29.3", | ||
"@typescript-eslint/parser": "^4.29.3", | ||
"eslint": "^7.32.0", | ||
"homebridge": "^1.3.4", | ||
"nodemon": "^2.0.12", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.2", | ||
"npm-check-updates": "^11.8.3" | ||
}, | ||
"dependencies": { | ||
"@abandonware/noble": "^1.9.2-14", | ||
"node-switchbot": "^1.0.5", | ||
"@homebridge/plugin-ui-utils": "^0.0.19" | ||
} | ||
"name": "@switchbot/homebridge-switchbot-ble", | ||
"version": "1.6.2-beta.0", | ||
"description": "Homebridge integration for SwitchBot BLE series products", | ||
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SwitchBot/homebridge-switchbot-ble.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/SwitchBot/homebridge-switchbot-ble/issues" | ||
}, | ||
"homepage": "https://github.com/SwitchBot/homebridge-switchbot-ble#readme", | ||
"engines": { | ||
"node": ">=14.17.3", | ||
"homebridge": ">=1.3.4" | ||
}, | ||
"main": "dist/switchbot-platform.js", | ||
"scripts": { | ||
"check": "npm install && npm outdated", | ||
"update": "ncu -u && npm update && npm install", | ||
"lint": "eslint src/**.ts", | ||
"watch": "npm run build && npm link && nodemon", | ||
"build": "rimraf ./dist && tsc", | ||
"prepublishOnly": "npm run lint && npm run build" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"homebridge-plugin", | ||
"switchbot", | ||
"ble" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^16.7.6", | ||
"@typescript-eslint/eslint-plugin": "^4.29.3", | ||
"@typescript-eslint/parser": "^4.29.3", | ||
"eslint": "^7.32.0", | ||
"homebridge": "^1.3.4", | ||
"nodemon": "^2.0.12", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.2", | ||
"npm-check-updates": "^11.8.3" | ||
}, | ||
"dependencies": { | ||
"@abandonware/noble": "^1.9.2-14", | ||
"node-switchbot": "^1.0.6", | ||
"@homebridge/plugin-ui-utils": "^0.0.19" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
114272
2
Updatednode-switchbot@^1.0.6