hap-nodejs 0.11.2 → 0.11.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 +5 -2
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ <p align="center">
2
+ <a href="https://homebridge.io"><img src="https://raw.githubusercontent.com/homebridge/branding/latest/logos/homebridge-color-round-stylized.png" height="140"></a>
3
+ </p>
1
4
  <span align="center">
2
5
 
3
6
  # HAP-NodeJS
@@ -52,9 +55,9 @@ If you wish to do a contribution please read through our [CONTRIBUTING][contribu
52
55
 
53
56
  ## Notes
54
57
 
55
- Special thanks to [Alex Skalozub][link-alex-skalozub], who reverse-engineeredthe server side HAP.
58
+ Special thanks to [Alex Skalozub][link-alex-skalozub], who reverse-engineered the server side HAP.
56
59
  ~~You can find his research [here][link-homekit-research].~~
57
- (Sadly, on Nov 4 2014, Apple sent the [DMCA][link-apple-dmca] request to Github to remove the research.)
60
+ (Sadly, on Nov 4 2014, Apple sent the [DMCA][link-apple-dmca] request to GitHub to remove the research.)
58
61
 
59
62
  [There](http://instagram.com/p/t4cPlcDksQ/) is a video demo running this project on Intel Edison.
60
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hap-nodejs",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-beta.1",
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",
@@ -52,36 +52,36 @@
52
52
  "@types"
53
53
  ],
54
54
  "dependencies": {
55
- "@homebridge/ciao": "^1.1.5",
55
+ "@homebridge/ciao": "^1.1.8",
56
56
  "@homebridge/dbus-native": "^0.5.1",
57
- "bonjour-hap": "~3.6.4",
57
+ "bonjour-hap": "~3.6.5",
58
58
  "debug": "^4.3.4",
59
59
  "fast-srp-hap": "~2.0.4",
60
60
  "futoin-hkdf": "~1.4.3",
61
61
  "node-persist": "^0.0.11",
62
62
  "source-map-support": "^0.5.21",
63
- "tslib": "^2.4.0",
63
+ "tslib": "^2.6.2",
64
64
  "tweetnacl": "^1.0.3"
65
65
  },
66
66
  "devDependencies": {
67
- "@types/debug": "^4.1.7",
68
- "@types/escape-html": "^1.0.2",
69
- "@types/jest": "^27.4.1",
67
+ "@types/debug": "^4.1.12",
68
+ "@types/escape-html": "^1.0.4",
69
+ "@types/jest": "^27.5.2",
70
70
  "@types/node": "^10.17.60",
71
- "@typescript-eslint/eslint-plugin": "^5.21.0",
72
- "@typescript-eslint/parser": "^5.21.0",
71
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
72
+ "@typescript-eslint/parser": "^5.62.0",
73
+ "axios": "^0.27.2",
73
74
  "commander": "^6.2.1",
74
75
  "escape-html": "^1.0.3",
76
+ "eslint": "^8.57.0",
75
77
  "http-parser-js": "^0.5.8",
76
- "eslint": "^8.14.0",
77
78
  "jest": "^27.5.1",
78
79
  "rimraf": "^3.0.2",
79
- "semver": "^7.3.7",
80
+ "semver": "^7.6.0",
80
81
  "simple-plist": "1.1.1",
81
- "ts-jest": "^27.1.4",
82
- "ts-node": "^10.7.0",
83
- "typedoc": "^0.23.21",
84
- "typescript": "~4.9.3",
85
- "axios": "^0.27.2"
82
+ "ts-jest": "^27.1.5",
83
+ "ts-node": "^10.9.2",
84
+ "typedoc": "^0.23.28",
85
+ "typescript": "~4.9.5"
86
86
  }
87
87
  }