@switchbot/homebridge-switchbot-ble
Advanced tools
Comparing version 1.3.1-beta.3 to 1.3.1-beta.4
@@ -5,2 +5,3 @@ { | ||
"singular": true, | ||
"customUi": true, | ||
"schema": { | ||
@@ -7,0 +8,0 @@ "type": "object", |
{ | ||
"name": "@switchbot/homebridge-switchbot-ble", | ||
"version": "1.3.1-beta.3", | ||
"version": "1.3.1-beta.4", | ||
"description": "Homebridge integration for SwitchBot BLE series products", | ||
@@ -16,3 +16,3 @@ "author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)", | ||
"engines": { | ||
"node": ">=14.17.1", | ||
"node": ">=14.17.3", | ||
"homebridge": ">=1.3.4" | ||
@@ -22,3 +22,3 @@ }, | ||
"scripts": { | ||
"update": "npm update", | ||
"update": "npm install && npm update", | ||
"lint": "eslint src/**.ts", | ||
@@ -38,3 +38,3 @@ "watch": "npm run build && npm link && nodemon", | ||
"devDependencies": { | ||
"@types/node": "^16.4.0", | ||
"@types/node": "^16.4.1", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
@@ -44,5 +44,5 @@ "@typescript-eslint/parser": "^4.28.4", | ||
"homebridge": "^1.3.4", | ||
"nodemon": "^2.0.8", | ||
"nodemon": "^2.0.12", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.0.0", | ||
"ts-node": "^10.1.0", | ||
"typescript": "^4.3.5" | ||
@@ -52,4 +52,5 @@ }, | ||
"@abandonware/noble": "^1.9.2-14", | ||
"node-switchbot": "1.0.1-beta.1" | ||
"node-switchbot": "1.0.1-beta.1", | ||
"@homebridge/plugin-ui-utils": "0.0.19" | ||
} | ||
} |
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
117419
34
902
3
2
+ Added@homebridge/plugin-ui-utils@0.0.19(transitive)