@homebridge/hap-client 4.0.5-beta.0 → 4.0.5-beta.1
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 +3 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,6 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
|
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- chore: dependency updates
|
|
10
9
|
- fix: guard against missing username in HAP advertisement
|
|
11
10
|
- fix: skip splice when failing instance is no longer in pool
|
|
12
11
|
- fix: tear down previous monitor before replacing in monitorCharacteristics
|
|
@@ -24,6 +23,9 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
|
|
|
24
23
|
- fix: parse full body when Content-Length missing in httpParser
|
|
25
24
|
- fix: surface refreshInstances browser.update errors
|
|
26
25
|
- fix: parse multiple HTTP messages per TCP chunk in monitor
|
|
26
|
+
- chore: add and format eslint rules for test files
|
|
27
|
+
- chore: remove unused `tslint.json` file
|
|
28
|
+
- chore: dependency updates
|
|
27
29
|
|
|
28
30
|
### Homebridge Dependencies
|
|
29
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebridge/hap-client",
|
|
3
|
-
"version": "4.0.5-beta.
|
|
3
|
+
"version": "4.0.5-beta.1",
|
|
4
4
|
"description": "A client for HAP-NodeJS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@antfu/eslint-config": "^9.0.0",
|
|
60
60
|
"@homebridge/hap-nodejs": "^2.1.7-beta.1",
|
|
61
|
-
"@types/node": "^25.
|
|
61
|
+
"@types/node": "^25.8.0",
|
|
62
62
|
"@vitest/coverage-v8": "^4.1.6",
|
|
63
63
|
"eslint-plugin-format": "^2.0.1",
|
|
64
64
|
"rimraf": "^6.1.3",
|