hb-nb-tools 2.0.3 → 2.0.5

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.
Files changed (2) hide show
  1. package/lib/NbClient.js +1 -1
  2. package/package.json +5 -2
package/lib/NbClient.js CHANGED
@@ -140,7 +140,7 @@ class NbClient extends HttpClient {
140
140
  }
141
141
 
142
142
  get id () { return this._params.id }
143
- get name () { return 'Nuki_Bridge_' + this._params.id }
143
+ get name () { return 'Nuki Bridge ' + this._params.id }
144
144
  get encryption () { return this._params.encryption }
145
145
  get firmware () { return this._params.firmware }
146
146
  get token () { return this._params.token }
package/package.json CHANGED
@@ -2,8 +2,11 @@
2
2
  "name": "hb-nb-tools",
3
3
  "description": "Homebridge NB Tools",
4
4
  "author": "Erik Baauw",
5
+ "maintainers": [
6
+ "ebaauw"
7
+ ],
5
8
  "license": "Apache-2.0",
6
- "version": "2.0.3",
9
+ "version": "2.0.5",
7
10
  "type": "module",
8
11
  "exports": {
9
12
  "./*": "./lib/*.js"
@@ -21,7 +24,7 @@
21
24
  "node": "^20||^18"
22
25
  },
23
26
  "dependencies": {
24
- "hb-lib-tools": "~2.0.3",
27
+ "hb-lib-tools": "~2.0.4",
25
28
  "tweetnacl": "~1.0.3"
26
29
  },
27
30
  "scripts": {