@homebridge/hap-client 4.0.4-beta.6 → 4.0.4-beta.7

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/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,12 +6,12 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
6
6
 
7
7
  ### Changed
8
8
 
9
- - Fixed implementation of instanceBlacklist, so that a black listed username is blocked
10
- - Tweaked implementation of monitor-refresh to handle the scenario of a restart, but without the client port changing.
9
+ - Fixed the `instanceBlacklist` implementation so that blacklisted usernames are blocked correctly.
10
+ - Tweaked the `monitor-refresh` implementation to handle restart scenarios where the client port does not change.
11
11
 
12
12
  ### Homebridge Dependencies
13
13
 
14
- - `@homebridge/hap-nodejs` @ `v2.1.2`
14
+ - `@homebridge/hap-nodejs` @ `v2.1.3`
15
15
 
16
16
  ## v4.0.3 (2026-04-12)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebridge/hap-client",
3
- "version": "4.0.4-beta.6",
3
+ "version": "4.0.4-beta.7",
4
4
  "description": "A client for HAP-NodeJS.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",