Skip to content

Commit

Permalink
update homebridge dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 10, 2024
1 parent 8220ff3 commit bc2460f
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 41 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec

## BETA

### Other Changes
### Changed

- Create `CHANGELOG.md` file
- Fix typos + add logo to `README.md`
- Refresh `package-lock.json` (no major changes to dep versions)
- general repo updates
- add alpha releases
- dependency updates
- fix typedoc generation
- update homebridge dependencies

### Homebridge Dependencies

- `@homebridge/ciao` @ `v1.2.0`
- `@homebridge/dbus-native` @ `v0.6.0`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Special thanks to [Alex Skalozub][link-alex-skalozub], who reverse-engineered th
~~You can find his research [here][link-homekit-research].~~
(Sadly, on Nov 4 2014, Apple sent the [DMCA][link-apple-dmca] request to GitHub to remove the research.)

[There](http://instagram.com/p/t4cPlcDksQ/) is a video demo running this project on Intel Edison.
[There](https://www.instagram.com/p/t4cPlcDksQ/) is a video demo running this project on Intel Edison.

If you are interested in HAP over BTLE, you might want to check [this][link-hap-over-btle].

Expand Down
74 changes: 40 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
],
"repository": {
"type": "git",
"url": "https://github.com/homebridge/HAP-NodeJS.git"
"url": "git+https://github.com/homebridge/HAP-NodeJS.git"
},
"bugs": {
"url": "https://github.com/homebridge/HAP-NodeJS/issues"
},
"engines": {
"node": ">=10.17.0"
"node": "^18 || ^20"
},
"files": [
"README.md",
Expand All @@ -52,8 +52,8 @@
"@types"
],
"dependencies": {
"@homebridge/ciao": "^1.1.9-alpha.2",
"@homebridge/dbus-native": "^0.5.1",
"@homebridge/ciao": "^1.2.0",
"@homebridge/dbus-native": "^0.6.0",
"bonjour-hap": "^3.7.2",
"debug": "^4.3.4",
"fast-srp-hap": "^2.0.4",
Expand Down Expand Up @@ -81,7 +81,7 @@
"simple-plist": "~1.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.12",
"typedoc": "^0.25.13",
"typescript": "^4.9.5"
}
}

0 comments on commit bc2460f

Please sign in to comment.