Skip to content

Commit

Permalink
Merge pull request #245 from NRCHKB/fix/no-response
Browse files Browse the repository at this point in the history
Possible fix for no-response coming with hap-nodejs 0.6.2+
  • Loading branch information
Shaquu authored Apr 18, 2020
2 parents 027b875 + 4122682 commit 24ee0ee
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 112 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-homekit-bridged",
"version": "1.1.0-dev.2",
"version": "1.1.0-dev.3",
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
"main": "homekit.js",
"scripts": {
Expand Down Expand Up @@ -33,15 +33,15 @@
"homepage": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged#readme",
"dependencies": {
"debug": "^4.1.1",
"hap-nodejs": "^0.5.9"
"hap-nodejs": "^0.6.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.3",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"mocha": "^7.1.1",
"node-red": "^1.0.4",
"node-red": "^1.0.5",
"node-red-node-test-helper": "^0.2.3",
"prettier": "^2.0.4"
},
Expand Down
Loading

0 comments on commit 24ee0ee

Please sign in to comment.