rebroadcast: most camera plugins depend on this, so ensure snapshot and webrtc are downloaded as well

This commit is contained in:
Koushik Dutta
2025-02-19 14:55:32 -08:00
parent bb82eb6bde
commit cd3e2340b8
2 changed files with 7 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/prebuffer-mixin",
"version": "0.10.46",
"version": "0.10.47",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/prebuffer-mixin",
"version": "0.10.46",
"version": "0.10.47",
"license": "Apache-2.0",
"dependencies": {
"@scrypted/common": "file:../../common",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/prebuffer-mixin",
"version": "0.10.46",
"version": "0.10.47",
"description": "Video Stream Rebroadcast, Prebuffer, and Management Plugin for Scrypted.",
"author": "Scrypted",
"license": "Apache-2.0",
@@ -30,6 +30,10 @@
"MixinProvider",
"BufferConverter"
],
"pluginDependencies": [
"@scrypted/webrtc",
"@scrypted/snapshot"
],
"realfs": true
},
"dependencies": {