hap-nodejs 0.11.0 → 0.11.1-beta.0

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 +2 -2
package/README.md CHANGED
@@ -54,7 +54,7 @@ If you wish to do a contribution please read through our [CONTRIBUTING][contribu
54
54
 
55
55
  Special thanks to [Alex Skalozub][link-alex-skalozub], who reverse-engineeredthe server side HAP.
56
56
  ~~You can find his research [here][link-homekit-research].~~
57
- (Sadly, on Nov 4, Apple sent the [DMCA][link-apple-dmca] request to Github to remove the research.)
57
+ (Sadly, on Nov 4 2014, Apple sent the [DMCA][link-apple-dmca] request to Github to remove the research.)
58
58
 
59
59
  [There](http://instagram.com/p/t4cPlcDksQ/) is a video demo running this project on Intel Edison.
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hap-nodejs",
3
- "version": "0.11.0",
3
+ "version": "0.11.1-beta.0",
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",
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "dependencies": {
55
55
  "@homebridge/ciao": "^1.1.5",
56
- "@homebridge/dbus-native": "^0.5.0",
56
+ "@homebridge/dbus-native": "^0.5.1",
57
57
  "bonjour-hap": "~3.6.4",
58
58
  "debug": "^4.3.4",
59
59
  "fast-srp-hap": "~2.0.4",