Skip to content

Commit

Permalink
Fixed issue #273
Browse files Browse the repository at this point in the history
Updated dependency eufy-security-client to 2.9.1
Updated version and docs
  • Loading branch information
bropat committed Nov 4, 2023
1 parent 1c48bc1 commit 6886a81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/eufy-security-ws.png)

# eufy-security-ws <small>1.7.0</small>
# eufy-security-ws <small>1.7.1</small>

> A small server wrapper around [eufy-security-client](https://github.com/bropat/eufy-security-client) library to access it via a WebSocket
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eufy-security-ws",
"version": "1.7.0",
"version": "1.7.1",
"description": "Node WebSocket server implementation to integrate Eufy Security devices",
"main": "dist/lib/index.js",
"bin": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"ansi-colors": "^4.1.3",
"commander": "^11.1.0",
"eufy-security-client": "^2.9.0",
"eufy-security-client": "^2.9.1",
"fs-extra": "^11.1.1",
"tslog": "^3.3.4",
"ws": "^8.14.2",
Expand Down

0 comments on commit 6886a81

Please sign in to comment.