core: path fix

This commit is contained in:
Koushik Dutta
2021-11-13 21:32:51 -08:00
parent d90b4d70cb
commit 44ff285148
3 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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";

View File

@@ -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);