@homebridge/hap-client 2.0.4-beta.2 → 2.0.4-beta.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,14 +12,14 @@
12
12
 
13
13
  </span>
14
14
 
15
- A client for an insecure HAP-NodeJS instance.
15
+ A client for an insecure HAP-NodeJS instance. Provides a Typescript based interface based on the homekit accessory protocol, allowing the creation of clients able to connect to and control Homebridge devices.
16
16
 
17
17
  # Dependant Applications
18
18
 
19
19
  - homebridge-config-ui-x
20
20
  - homebridge-gsh
21
21
 
22
- (NPM Dependants)[https://www.npmjs.com/package/@homebridge/hap-client?activeTab=dependents]
22
+ - [NPM Dependants](https://www.npmjs.com/package/@homebridge/hap-client?activeTab=dependents)
23
23
 
24
24
  ## Credits
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebridge/hap-client",
3
- "version": "2.0.4-beta.2",
3
+ "version": "2.0.4-beta.3",
4
4
  "description": "A client for HAP-NodeJS.",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {