Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Few Updates #1352

Merged
merged 4 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 91 additions & 67 deletions package-lock.json

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

Binary file added packages/homebridge-ring/branding/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion packages/homebridge-ring/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "homebridge-ring",
"displayName": "Ring",
"version": "12.0.1",
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
"main": "lib/index.js",
Expand All @@ -11,7 +12,7 @@
"dev:run": "nodemon --watch . --watch ../ring-client-api/lib --exec 'RING_DEBUG=true homebridge -P ./ -U ../../.homebridge'"
},
"dependencies": {
"@homebridge/camera-utils": "^2.2.0",
"@homebridge/camera-utils": "^2.2.4",
"@homebridge/plugin-ui-utils": "^0.1.0",
"ring-client-api": "12.0.1",
"werift": "0.18.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@eneris/push-receiver": "^3.1.5",
"@homebridge/camera-utils": "^2.2.0",
"@homebridge/camera-utils": "^2.2.4",
"@peculiar/asn1-schema": "^2.3.6",
"@peculiar/webcrypto": "^1.4.3",
"@types/socket.io-client": "1.4.36",
Expand Down