@homebridge/hap-client 2.0.3-beta.0 → 2.0.3-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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  </span>
14
14
 
15
- A client for an insecure HAP-NodeJS instance.
15
+ A typescript based client for an insecure HAP-NodeJS instance. Used to access and control homebridge exposed accessories and devices.
16
16
 
17
17
  ## Credits
18
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@homebridge/hap-client",
3
3
  "type": "module",
4
- "version": "2.0.3-beta.0",
4
+ "version": "2.0.3-beta.1",
5
5
  "description": "A client for HAP-NodeJS.",
6
6
  "author": {
7
7
  "name": "oznu",