diff --git a/package-lock.json b/package-lock.json index 8c1a70a..0ab4762 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 1a972af..1783af7 100644 --- a/package.json +++ b/package.json @@ -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": {