hb-nb-tools 2.0.4 → 2.0.6
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.
- package/lib/NbClient.js +1 -1
- package/package.json +3 -3
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 '
|
|
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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"ebaauw"
|
|
7
7
|
],
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.6",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"exports": {
|
|
12
12
|
"./*": "./lib/*.js"
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"nb": "cli/nb.js"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
|
-
"node": "^20||^18"
|
|
24
|
+
"node": "^22||^20||^18"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"hb-lib-tools": "~2.0.
|
|
27
|
+
"hb-lib-tools": "~2.0.6",
|
|
28
28
|
"tweetnacl": "~1.0.3"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|