File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec
13
13
- Update @homebridge/ciao to 1.3.3
14
14
- update ` jest ` to ` v30 ` and required migration steps
15
15
- update ` eslint ` to ` v9 ` and required migration steps
16
+ - ⚠️ republish as ` @homebridge/hap-nodejs ` for consistency
16
17
17
18
### Homebridge Dependencies
18
19
Original file line number Diff line number Diff line change 5
5
6
6
# HAP-NodeJS
7
7
8
- <a href =" https://www.npmjs.com/package/hap-nodejs " ><img title =" npm version " src =" https://badgen.net/npm/v/hap-nodejs " ></a >
9
- <a href =" https://www.npmjs.com/package/hap-nodejs/v/beta " ><img title =" npm version beta " src =" https://badgen.net/npm/v/hap-nodejs/beta " ></a >
10
- <a href =" https://www.npmjs.com/package/hap-nodejs/v/alpha " ><img title =" npm version apha " src =" https://badgen.net/npm/v/hap-nodejs/alpha " ></a ><br >
11
- <a href =" https://www.npmjs.com/package/hap-nodejs " ><img title =" npm downloads " src =" https://badgen.net/npm/dt/hap-nodejs " ></a >
8
+ <a href =" https://www.npmjs.com/package/@homebridge/ hap-nodejs " ><img title =" npm version " src =" https://badgen.net/npm/v/@homebridge /hap-nodejs " ></a >
9
+ <a href =" https://www.npmjs.com/package/@homebridge/ hap-nodejs/v/beta " ><img title =" npm version beta " src =" https://badgen.net/npm/v/@homebridge /hap-nodejs/beta " ></a >
10
+ <a href =" https://www.npmjs.com/package/@homebridge/ hap-nodejs/v/alpha " ><img title =" npm version alpha " src =" https://badgen.net/npm/v/@homebridge /hap-nodejs/alpha " ></a ><br >
11
+ <a href =" https://www.npmjs.com/package/@homebridge/ hap-nodejs " ><img title =" npm downloads " src =" https://badgen.net/npm/dt/@homebridge /hap-nodejs " ></a >
12
12
<a href =" https://github.com/homebridge/HAP-NodeJS/actions/workflows/build.yml " ><img title =" Node Build " src =" https://github.com/homebridge/HAP-NodeJS/actions/workflows/build.yml/badge.svg " ></a >
13
13
<a href =' https://coveralls.io/github/homebridge/HAP-NodeJS ' ><img src =' https://coveralls.io/repos/github/homebridge/HAP-NodeJS/badge.svg ' alt =' Coverage Status ' /></a >
14
14
Original file line number Diff line number Diff line change 2
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
3
</ p >
4
4
< span align ="center ">
5
- < h1 id ="hap-nodejs " class ="tsd-anchor-link "> HAP-NodeJS< a href ="#hap-nodejs " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 " aria-hidden ="true "> < use href ="assets/icons.svg#icon-anchor "> </ use > </ svg > </ a > </ h1 > < p > < a href ="https://www.npmjs.com/package/hap-nodejs "> < img title ="npm version " src ="https://badgen.net/npm/v/hap-nodejs " > </ a >
6
- < a href ="https://www.npmjs.com/package/hap-nodejs/v/beta "> < img title ="npm version beta " src ="https://badgen.net/npm/v/hap-nodejs/beta " > </ a >
7
- < a href ="https://www.npmjs.com/package/hap-nodejs/v/alpha "> < img title ="npm version apha " src ="https://badgen.net/npm/v/hap-nodejs/alpha " > </ a > < br >
8
- < a href ="https://www.npmjs.com/package/hap-nodejs "> < img title ="npm downloads " src ="https://badgen.net/npm/dt/hap-nodejs " > </ a >
5
+ < h1 id ="hap-nodejs " class ="tsd-anchor-link "> HAP-NodeJS< a href ="#hap-nodejs " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 " aria-hidden ="true "> < use href ="assets/icons.svg#icon-anchor "> </ use > </ svg > </ a > </ h1 > < p > < a href ="https://www.npmjs.com/package/hap-nodejs "> < img title ="npm version " src ="https://badgen.net/npm/v/@homebridge/ hap-nodejs " > </ a >
6
+ < a href ="https://www.npmjs.com/package/hap-nodejs/v/beta "> < img title ="npm version beta " src ="https://badgen.net/npm/v/@homebridge/ hap-nodejs/beta " > </ a >
7
+ < a href ="https://www.npmjs.com/package/hap-nodejs/v/alpha "> < img title ="npm version alpha " src ="https://badgen.net/npm/v/@homebridge /hap-nodejs/alpha " > </ a > < br >
8
+ < a href ="https://www.npmjs.com/package/hap-nodejs "> < img title ="npm downloads " src ="https://badgen.net/npm/dt/@homebridge/ hap-nodejs " > </ a >
9
9
< a href ="https://github.com/homebridge/HAP-NodeJS/actions/workflows/build.yml "> < img title ="Node Build " src ="https://github.com/homebridge/HAP-NodeJS/actions/workflows/build.yml/badge.svg " > </ a >
10
10
< a href ='https://coveralls.io/github/homebridge/HAP-NodeJS '> < img src ='https://coveralls.io/repos/github/homebridge/HAP-NodeJS/badge.svg ' alt ='Coverage Status ' /> </ a > </ p >
11
11
</ span >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " hap-nodejs" ,
2
+ "name" : " @homebridge/ hap-nodejs" ,
3
3
"version" : " 1.2.0" ,
4
4
"description" : " HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server." ,
5
5
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments