@homebridge/hap-client 5.0.0-beta.2 → 5.0.0-beta.4

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 +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
7
7
  ### Changed
8
8
 
9
9
  - feat: include `homebridge-lib` custom Services and Characteristics in generated HAP type mappings
10
+ - chore: dependency updates
10
11
 
11
12
  ### Homebridge Dependencies
12
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@homebridge/hap-client",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.2",
4
+ "version": "5.0.0-beta.4",
5
5
  "description": "A client for HAP-NodeJS.",
6
6
  "author": {
7
7
  "name": "Homebridge"