Skip to content

Commit

Permalink
Updated version and docs
Browse files Browse the repository at this point in the history
Updated dependency eufy-security-client to 2.6.1
  • Loading branch information
bropat committed May 13, 2023
1 parent a6077f3 commit 9037a6f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 59 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.5.0</small>
# eufy-security-ws <small>1.5.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
89 changes: 33 additions & 56 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.5.0",
"version": "1.5.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": "^10.0.1",
"eufy-security-client": "^2.6.0",
"eufy-security-client": "^2.6.1",
"fs-extra": "^11.1.1",
"tslog": "^3.3.4",
"ws": "^8.13.0",
Expand Down

0 comments on commit 9037a6f

Please sign in to comment.