hap-nodejs 0.10.0-beta.10 → 0.10.0-beta.11

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.
@@ -34,9 +34,9 @@ export interface ServiceNetworkOptions {
34
34
  * If defined it restricts the service to be advertised on the specified
35
35
  * ip addresses or interface names.
36
36
  *
37
- * If a interface name is specified, ANY address on that given interface will be advertised
38
- * (if a IP address of the given interface is also given in the array, it will be overridden).
39
- * If a IP address is specified, the service will only be advertised for the given addresses.
37
+ * If an interface name is specified, ANY address on that given interface will be advertised
38
+ * (if an IP address of the given interface is also given in the array, it will be overridden).
39
+ * If an IP address is specified, the service will only be advertised for the given addresses.
40
40
  *
41
41
  * Interface names and addresses can be mixed in the array.
42
42
  * If an ip address is given, the ip address must be valid at the time of service creation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hap-nodejs",
3
- "version": "0.10.0-beta.10",
3
+ "version": "0.10.0-beta.11",
4
4
  "description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",