homebridge-lib 6.3.13 → 6.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,9 +47,6 @@ class ServiceDelegate extends homebridgeLib.Delegate {
47
47
  * @params {?ServiceDelegate} params.linkedServiceDelegate - The delegate
48
48
  * of the service this service links to.
49
49
  * @params {?boolean} params.hidden - Hidden service.
50
- * @params {?boolean} params.exposeConfiguredName - Expose
51
- * `Characteristics.hap.ConfiguredName`, so device name can be synced with
52
- * HomeKit service name.
53
50
  */
54
51
  constructor (accessoryDelegate, params = {}) {
55
52
  if (!(accessoryDelegate instanceof homebridgeLib.AccessoryDelegate)) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Library for homebridge plugins",
4
4
  "author": "Erik Baauw",
5
5
  "license": "Apache-2.0",
6
- "version": "6.3.13",
6
+ "version": "6.3.15",
7
7
  "keywords": [
8
8
  "homekit",
9
9
  "homebridge"
@@ -21,12 +21,12 @@
21
21
  "upnp": "cli/upnp.js"
22
22
  },
23
23
  "engines": {
24
- "homebridge": "^1.6.0",
25
- "node": "^18.15.0"
24
+ "homebridge": "^1.6.1",
25
+ "node": "^18.16.0"
26
26
  },
27
27
  "dependencies": {
28
28
  "@homebridge/plugin-ui-utils": "~0.0.19",
29
- "hb-lib-tools": "^1.0.6"
29
+ "hb-lib-tools": "^1.0.8"
30
30
  },
31
31
  "scripts": {
32
32
  "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",