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
1313- Update @homebridge/ciao to 1.3.3
1414- update ` jest ` to ` v30 ` and required migration steps
1515- update ` eslint ` to ` v9 ` and required migration steps
16+ - ⚠️ republish as ` @homebridge/hap-nodejs ` for consistency
1617
1718### Homebridge Dependencies
1819
Original file line number Diff line number Diff line change 55
66# HAP-NodeJS
77
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 >
1212 <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 >
1313 <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 >
1414
Original file line number Diff line number Diff line change 22 < a href ="https://homebridge.io "> < img src ="https://raw.githubusercontent.com/homebridge/branding/latest/logos/homebridge-color-round-stylized.png " height ="140 "> </ a >
33</ p >
44< 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 >
99< 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 >
1010< 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 >
1111</ span >
Original file line number Diff line number Diff line change 11{
2- "name" : " hap-nodejs" ,
2+ "name" : " @homebridge/ hap-nodejs" ,
33 "version" : " 1.2.0" ,
44 "description" : " HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server." ,
55 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments