server: fix core rpc mismatch bug

This commit is contained in:
Koushik Dutta
2021-11-20 09:02:59 -08:00
parent 9f008d519c
commit 10459457ca
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/server",
"version": "0.0.77",
"version": "0.0.78",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.0.77",
"version": "0.0.78",
"license": "ISC",
"dependencies": {
"@scrypted/sdk": "^0.0.122",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.0.77",
"version": "0.0.78",
"description": "",
"dependencies": {
"@scrypted/sdk": "^0.0.122",

View File

@@ -39,7 +39,7 @@ interface DeviceProxyPair {
proxy: ScryptedDevice;
}
const MIN_SCRYPTED_CORE_VERSION = '0.0.135';
const MIN_SCRYPTED_CORE_VERSION = 'v0.0.146';
const PLUGIN_DEVICE_STATE_VERSION = 2;
export class ScryptedRuntime {