Skip to content

Commit 52f8978

Browse files
authored
Version 1.9.2
2 parents ed32dd4 + 9b6cfe3 commit 52f8978

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 bropat <[email protected]>
3+
Copyright (c) 2021-2025 bropat <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](_media/eufy-security-ws.png)
22

3-
# eufy-security-ws <small>1.9.1</small>
3+
# eufy-security-ws <small>1.9.2</small>
44

55
> A small server wrapper around [eufy-security-client](https://github.com/bropat/eufy-security-client) library to access it via a WebSocket
66

docs/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MIT License
44

5-
Copyright (c) 2021-2024 bropat <[email protected]>
5+
Copyright (c) 2021-2025 bropat <[email protected]>
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eufy-security-ws",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Node WebSocket server implementation to integrate Eufy Security devices",
55
"exports": {
66
"import": "./dist/lib/index.js"
@@ -49,8 +49,8 @@
4949
},
5050
"dependencies": {
5151
"ansi-colors": "^4.1.3",
52-
"commander": "^13.1.0",
53-
"eufy-security-client": "^3.1.1",
52+
"commander": "^12.1.0",
53+
"eufy-security-client": "^3.2.0",
5454
"fs-extra": "^11.2.0",
5555
"tslog": "^4.9.3",
5656
"ws": "^8.18.0",

0 commit comments

Comments
 (0)