@scrypted/server 0.0.153 → 0.0.154

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.

Potentially problematic release.


This version of @scrypted/server might be problematic. Click here for more details.

package/dist/runtime.js CHANGED
@@ -31,7 +31,7 @@ const rimraf_1 = __importDefault(require("rimraf"));
31
31
  const plugin_volume_1 = require("./plugin/plugin-volume");
32
32
  const plugin_http_1 = require("./plugin/plugin-http");
33
33
  const adm_zip_1 = __importDefault(require("adm-zip"));
34
- const MIN_SCRYPTED_CORE_VERSION = 'v0.0.146';
34
+ const MIN_SCRYPTED_CORE_VERSION = 'v0.0.217';
35
35
  const PLUGIN_DEVICE_STATE_VERSION = 2;
36
36
  class ScryptedRuntime extends plugin_http_1.PluginHttp {
37
37
  datastore;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/server",
3
- "version": "0.0.153",
3
+ "version": "0.0.154",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@mapbox/node-pre-gyp": "^1.0.8",
package/src/runtime.ts CHANGED
@@ -37,7 +37,7 @@ interface DeviceProxyPair {
37
37
  proxy: ScryptedDevice;
38
38
  }
39
39
 
40
- const MIN_SCRYPTED_CORE_VERSION = 'v0.0.146';
40
+ const MIN_SCRYPTED_CORE_VERSION = 'v0.0.217';
41
41
  const PLUGIN_DEVICE_STATE_VERSION = 2;
42
42
 
43
43
  interface HttpPluginData {