Use published version of hap-node-client
This commit is contained in:
parent
e202c0ba3a
commit
de101f9006
2 changed files with 8 additions and 7 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fastify": "^4.9.2",
|
"fastify": "^4.9.2",
|
||||||
"hap-node-client": "git+https://github.com/NorthernMan54/Hap-Node-Client.git#fe200ba",
|
"hap-node-client": "^0.1.25",
|
||||||
"zod": "^3.19.1"
|
"zod": "^3.19.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -3852,9 +3852,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/hap-node-client": {
|
"node_modules/hap-node-client": {
|
||||||
"version": "0.1.22",
|
"version": "0.1.25",
|
||||||
"resolved": "git+ssh://git@github.com/NorthernMan54/Hap-Node-Client.git#fe200ba0fa39a55deb5322733b20b298003ba9dc",
|
"resolved": "https://registry.npmjs.org/hap-node-client/-/hap-node-client-0.1.25.tgz",
|
||||||
"license": "ISC",
|
"integrity": "sha512-+v1jDorJIkgRGp/NuG3f8VsKjrS7Rv8Nt731I8si+uQYGmSEPKEkJHmcsNVHszDngig9aXgNTrEk8U2w6EoA6A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"better-queue": ">=3.8.10",
|
"better-queue": ">=3.8.10",
|
||||||
"bonjour-hap": "^3.5.10",
|
"bonjour-hap": "^3.5.10",
|
||||||
|
@ -10470,8 +10470,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"hap-node-client": {
|
"hap-node-client": {
|
||||||
"version": "git+ssh://git@github.com/NorthernMan54/Hap-Node-Client.git#fe200ba0fa39a55deb5322733b20b298003ba9dc",
|
"version": "0.1.25",
|
||||||
"from": "hap-node-client@git+https://github.com/NorthernMan54/Hap-Node-Client.git#fe200ba",
|
"resolved": "https://registry.npmjs.org/hap-node-client/-/hap-node-client-0.1.25.tgz",
|
||||||
|
"integrity": "sha512-+v1jDorJIkgRGp/NuG3f8VsKjrS7Rv8Nt731I8si+uQYGmSEPKEkJHmcsNVHszDngig9aXgNTrEk8U2w6EoA6A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"better-queue": ">=3.8.10",
|
"better-queue": ">=3.8.10",
|
||||||
"bonjour-hap": "^3.5.10",
|
"bonjour-hap": "^3.5.10",
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fastify": "^4.9.2",
|
"fastify": "^4.9.2",
|
||||||
"hap-node-client": "git+https://github.com/NorthernMan54/Hap-Node-Client.git#fe200ba",
|
"hap-node-client": "^0.1.25",
|
||||||
"zod": "^3.19.1"
|
"zod": "^3.19.1"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
Loading…
Reference in a new issue