@homebridge/hap-client 2.0.5-beta.21 → 2.0.5-beta.22
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/CHANGELOG.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@homebridge/hap-client` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## v2.0.5 (2024-12-04)
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
@@ -11,7 +11,7 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
|
|
|
11
11
|
- Added new setCharacteristic option, setCharacteristicByType which finds characteristic by type for setting.
|
|
12
12
|
- Added new getResource request to retrieve snapshot images from camera's
|
|
13
13
|
- Minor tweak to serviceName, and if the name is blank, use the name value from Accessory Information
|
|
14
|
-
- Fixed issue of error handler triggering error when attempting to connect to a homebridge instance that is down
|
|
14
|
+
- Fixed issue of error handler triggering an error when attempting to connect to a homebridge instance that is down
|
|
15
15
|
- Added restart of monitor when client connections close
|
|
16
16
|
- Added console logging if a logger is not provided
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebridge/hap-client",
|
|
3
|
-
"version": "2.0.5-beta.
|
|
3
|
+
"version": "2.0.5-beta.22",
|
|
4
4
|
"description": "A client for HAP-NodeJS.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/homebridge/hap-client/blob/latest#readme",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"axios": "1.7.
|
|
40
|
+
"axios": "1.7.9",
|
|
41
41
|
"bonjour-service": "1.3.0",
|
|
42
42
|
"decamelize": "5.0.1",
|
|
43
43
|
"inflection": "3.0.0",
|
|
44
44
|
"source-map-support": "0.5.21"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@types/node": "^22.
|
|
47
|
+
"@types/node": "^22.10.1",
|
|
48
48
|
"@types/source-map-support": "^0.5.10",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
50
50
|
"@typescript-eslint/parser": "^8.15.0",
|