Use published version of hap-node-client

This commit is contained in:
Lars Strojny 2022-11-09 00:33:00 +01:00
parent e202c0ba3a
commit de101f9006
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"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"
},
"devDependencies": {
@ -3852,9 +3852,9 @@
"dev": true
},
"node_modules/hap-node-client": {
"version": "0.1.22",
"resolved": "git+ssh://git@github.com/NorthernMan54/Hap-Node-Client.git#fe200ba0fa39a55deb5322733b20b298003ba9dc",
"license": "ISC",
"version": "0.1.25",
"resolved": "https://registry.npmjs.org/hap-node-client/-/hap-node-client-0.1.25.tgz",
"integrity": "sha512-+v1jDorJIkgRGp/NuG3f8VsKjrS7Rv8Nt731I8si+uQYGmSEPKEkJHmcsNVHszDngig9aXgNTrEk8U2w6EoA6A==",
"dependencies": {
"better-queue": ">=3.8.10",
"bonjour-hap": "^3.5.10",
@ -10470,8 +10470,9 @@
"dev": true
},
"hap-node-client": {
"version": "git+ssh://git@github.com/NorthernMan54/Hap-Node-Client.git#fe200ba0fa39a55deb5322733b20b298003ba9dc",
"from": "hap-node-client@git+https://github.com/NorthernMan54/Hap-Node-Client.git#fe200ba",
"version": "0.1.25",
"resolved": "https://registry.npmjs.org/hap-node-client/-/hap-node-client-0.1.25.tgz",
"integrity": "sha512-+v1jDorJIkgRGp/NuG3f8VsKjrS7Rv8Nt731I8si+uQYGmSEPKEkJHmcsNVHszDngig9aXgNTrEk8U2w6EoA6A==",
"requires": {
"better-queue": ">=3.8.10",
"bonjour-hap": "^3.5.10",

View file

@ -51,7 +51,7 @@
},
"dependencies": {
"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"
},
"overrides": {