Skip to content

Commit

Permalink
Workaround for #481
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 28, 2021
1 parent 12c3809 commit 6533b75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ README.md.orig.*
Troubleshooting.md.toc.*
Troubleshooting.md.orig.*
alexaDiscovery.json
tools/output.txt
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-alexa",
"version": "0.5.43",
"version": "0.5.44",
"description": "Control your Homebridge devices with Amazon Alexa.",
"main": "plugin.js",
"scripts": {
Expand Down Expand Up @@ -32,16 +32,16 @@
"homebridge": ">=0.4.16"
},
"devDependencies": {
"documentation": "^13.0.2",
"@oznu/hap-client": "^1.8.1",
"documentation": "^13.2.5",
"nodemon": "^2.0.4"
},
"dependencies": {
"@oznu/hap-client": "^1.7.2",
"bottleneck": ">=2.18.0",
"debug": ">2.6.9",
"bottleneck": ">=2.19.5",
"debug": ">=4.3.3",
"hap-node-client": ">=0.1.16",
"is-my-json-valid": ">=2.19.0",
"mqtt": ">=2.18.8"
"is-my-json-valid": ">=2.20.6",
"mqtt": "4.2.7"
},
"author": "NorthernMan54",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6533b75

Please sign in to comment.