server: bump min core

This commit is contained in:
Koushik Dutta
2026-09-02 08:47:49 -07:00
parent abd37e416d
commit eed2dab4a0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/server",
"version": "0.144.4",
"version": "0.145.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.144.4",
"version": "0.145.0",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.144.4",
"version": "0.145.0",
"description": "",
"dependencies": {
"@scrypted/ffmpeg-static": "^6.1.0-build3",

View File

@@ -53,7 +53,7 @@ interface DeviceProxyPair {
proxy: ScryptedDevice;
}
const MIN_SCRYPTED_CORE_VERSION = 'v0.2.6';
const MIN_SCRYPTED_CORE_VERSION = 'v0.3.149';
const PLUGIN_DEVICE_STATE_VERSION = 2;
interface HttpPluginData {