mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
server: publish beta
This commit is contained in:
4
server/package-lock.json
generated
4
server/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/server",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user