server: publish beta

This commit is contained in:
Koushik Dutta
2023-01-02 14:49:29 -08:00
parent 7309835dc9
commit e68e834ecf
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/server",
"version": "0.5.1",
"version": "0.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.5.1",
"version": "0.5.2",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.5.1",
"version": "0.5.2",
"description": "",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",

View File

@@ -53,7 +53,7 @@ export class ScryptedStateManager extends EventRegistry {
// TODO: mixin masking of property-less events is disabled due to ObjectDetector.
// Running opencv and tensorflow-lite masks one or the other object events.
// Need to think this through more.
if (eventInterface !== ScryptedInterface.Settings) {
if (false && eventInterface !== ScryptedInterface.Settings) {
const implementerId = await this.getImplementerId(pluginDevice, eventInterface);
if (implementerId !== mixinId) {
const event = getMixinEventName({