Skip to content

Commit

Permalink
Update camera utils package and homebridge ui info (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker authored Dec 13, 2023
1 parent ea472dd commit 7be94d3
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 69 deletions.
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

0 comments on commit 7be94d3

Please sign in to comment.