@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.
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/runtime.ts +1 -1
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.
|
|
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
package/src/runtime.ts
CHANGED