mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 09:10:38 +01:00
core: path fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/core",
|
||||
"version": "0.0.139",
|
||||
"version": "0.0.141",
|
||||
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { BufferConverter, HttpRequest, HttpRequestHandler, HttpResponse, ScryptedDeviceBase, ScryptedMimeTypes } from "@scrypted/sdk";
|
||||
import { MediaStreamUrl, BufferConverter, FFMpegInput, HttpRequest, HttpRequestHandler, HttpResponse, ScryptedDeviceBase, ScryptedMimeTypes } from "@scrypted/sdk";
|
||||
import sdk from "@scrypted/sdk";
|
||||
import mimeTypes from "mime-types";
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ import { Automation } from './automation';
|
||||
import { AggregateDevice, createAggregateDevice } from './aggregate';
|
||||
import net from 'net';
|
||||
import { Script } from './script';
|
||||
import { addBuiltins } from "../../../common/src/wrtc-converters";
|
||||
import { addBuiltins } from "../../../common/src/wrtc-convertors";
|
||||
import { updatePluginsData } from './update-plugins';
|
||||
|
||||
addBuiltins(console, mediaManager);
|
||||
|
||||
Reference in New Issue
Block a user