Skip to content

Commit

Permalink
Merge branch 'latest' into bp/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 16, 2024
2 parents 987b7ac + 8d7fe93 commit f2f8059
Show file tree
Hide file tree
Showing 745 changed files with 112,033 additions and 862,048 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/alpha-release.yml
@@ -0,0 +1,18 @@
name: Node-CI Alpha

on:
push:
branches: [alpha-*.*.*, alpha]
workflow_dispatch:

jobs:
publish:
if: ${{ github.repository == 'homebridge/HAP-NodeJS' }}
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
with:
tag: 'alpha'
dynamically_adjust_version: true
npm_version_command: 'pre'
pre_id: 'alpha'
secrets:
npm_auth_token: ${{ secrets.npm_token }}
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,22 @@
# Change Log

All notable changes to `hap-nodejs` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).

## BETA

### 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
- regenerate docs

### Homebridge Dependencies

- `@homebridge/ciao` @ `v1.2.0`
- `@homebridge/dbus-native` @ `v0.6.0`
9 changes: 6 additions & 3 deletions README.md
@@ -1,3 +1,6 @@
<p align="center">
<a href="https://homebridge.io"><img src="https://raw.githubusercontent.com/homebridge/branding/latest/logos/homebridge-color-round-stylized.png" height="140"></a>
</p>
<span align="center">

# HAP-NodeJS
Expand Down Expand Up @@ -52,11 +55,11 @@ If you wish to do a contribution please read through our [CONTRIBUTING][contribu

## Notes

Special thanks to [Alex Skalozub][link-alex-skalozub], who reverse-engineeredthe server side HAP.
Special thanks to [Alex Skalozub][link-alex-skalozub], who reverse-engineered the server side HAP.
~~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.)
(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
15 changes: 15 additions & 0 deletions docs/assets/icons.js

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

0 comments on commit f2f8059

Please sign in to comment.