@homebridge/hap-client 5.2.1 → 5.2.2-beta.0
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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,18 +2,36 @@
|
|
|
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
|
+
## v5.2.2 (Pending Release)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- chore(deps): dependency updates
|
|
10
|
+
|
|
11
|
+
### Homebridge Dependencies
|
|
12
|
+
|
|
13
|
+
- `@homebridge/hap-nodejs` @ `v2.2.3-beta`
|
|
14
|
+
|
|
5
15
|
## v5.2.1 (2026-08-16)
|
|
6
16
|
|
|
7
17
|
### Changed
|
|
8
18
|
|
|
9
19
|
- fix: only mention the pin for homebridge bridges, not every homekit device on the network
|
|
10
20
|
|
|
21
|
+
### Homebridge Dependencies
|
|
22
|
+
|
|
23
|
+
- `@homebridge/hap-nodejs` @ `v2.2.2`
|
|
24
|
+
|
|
11
25
|
## v5.2.0 (2026-08-16)
|
|
12
26
|
|
|
13
27
|
### Changed
|
|
14
28
|
|
|
15
29
|
- feat: accept a pin per bridge, so a child bridge with its own pin is not dropped
|
|
16
30
|
|
|
31
|
+
### Homebridge Dependencies
|
|
32
|
+
|
|
33
|
+
- `@homebridge/hap-nodejs` @ `v2.2.2`
|
|
34
|
+
|
|
17
35
|
## v5.1.3 (2026-08-15)
|
|
18
36
|
|
|
19
37
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebridge/hap-client",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.2.
|
|
4
|
+
"version": "5.2.2-beta.0",
|
|
5
5
|
"description": "A client for HAP-NodeJS.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Homebridge"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@antfu/eslint-config": "^9.3.0",
|
|
60
|
-
"@homebridge/hap-nodejs": "^2.2.
|
|
60
|
+
"@homebridge/hap-nodejs": "^2.2.3-beta.0",
|
|
61
61
|
"@types/node": "^26.2.0",
|
|
62
62
|
"@vitest/coverage-v8": "^4.1.10",
|
|
63
63
|
"eslint-plugin-format": "^2.0.1",
|