@scrypted/server 0.84.0 → 0.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/runtime.js CHANGED
@@ -64,7 +64,7 @@ const plugin_1 = require("./services/plugin");
64
64
  const service_control_1 = require("./services/service-control");
65
65
  const users_1 = require("./services/users");
66
66
  const state_1 = require("./state");
67
- const MIN_SCRYPTED_CORE_VERSION = 'v0.2.4';
67
+ const MIN_SCRYPTED_CORE_VERSION = 'v0.2.5';
68
68
  const PLUGIN_DEVICE_STATE_VERSION = 2;
69
69
  class ScryptedRuntime extends plugin_http_1.PluginHttp {
70
70
  mainFilename;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/server",
3
- "version": "0.84.0",
3
+ "version": "0.85.0",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@mapbox/node-pre-gyp": "^1.0.11",
package/src/runtime.ts CHANGED
@@ -52,7 +52,7 @@ interface DeviceProxyPair {
52
52
  proxy: ScryptedDevice;
53
53
  }
54
54
 
55
- const MIN_SCRYPTED_CORE_VERSION = 'v0.2.4';
55
+ const MIN_SCRYPTED_CORE_VERSION = 'v0.2.5';
56
56
  const PLUGIN_DEVICE_STATE_VERSION = 2;
57
57
 
58
58
  interface HttpPluginData {