Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Update myq-api
Browse files Browse the repository at this point in the history
This updates to the latest version of the myq-api dependency which fixes
SERVICE_UNREACHABLE errors that were being generated as of about a week
ago.
  • Loading branch information
parnic committed Dec 24, 2020
1 parent 9e9a601 commit e35a930
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MMM-MyQ Changelog

## [1.0.1] - 2020-12-24

### Fixed

- Updated MyQ API to fix SERVICE_UNREACHABLE errors. This change requires `npm install` to be run again after updating.

## [1.0.0]

Initial version
- Initial version
30 changes: 18 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"eslint": "^7.7.0"
},
"dependencies": {
"myq-api": "github:thomasmunduchira/myq-api#afaed86914feab6b02696d8e8c8566d0465c7f62"
"myq-api": "github:thomasmunduchira/myq-api#v2.0.3"
}
}

0 comments on commit e35a930

Please sign in to comment.