@camstack/addon-pipeline 1.1.30 → 1.1.31
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.
|
@@ -6264,6 +6264,7 @@ var DetectionPipelineProvider = class DetectionPipelineProvider {
|
|
|
6264
6264
|
const storedRuntime = store["engineRuntime"];
|
|
6265
6265
|
const node = this.localProbeNodeId();
|
|
6266
6266
|
const storedBackend = readNodeEngineValue(store, "engineBackend", node);
|
|
6267
|
+
if (storedBackend === "auto") return null;
|
|
6267
6268
|
if (typeof storedBackend === "string" && storedBackend.length > 0 && storedBackend !== "auto") {
|
|
6268
6269
|
const backend = storedBackend;
|
|
6269
6270
|
const storedDeviceRaw = readNodeEngineValue(store, "engineDevice", node);
|
|
@@ -6257,6 +6257,7 @@ var DetectionPipelineProvider = class DetectionPipelineProvider {
|
|
|
6257
6257
|
const storedRuntime = store["engineRuntime"];
|
|
6258
6258
|
const node = this.localProbeNodeId();
|
|
6259
6259
|
const storedBackend = readNodeEngineValue(store, "engineBackend", node);
|
|
6260
|
+
if (storedBackend === "auto") return null;
|
|
6260
6261
|
if (typeof storedBackend === "string" && storedBackend.length > 0 && storedBackend !== "auto") {
|
|
6261
6262
|
const backend = storedBackend;
|
|
6262
6263
|
const storedDeviceRaw = readNodeEngineValue(store, "engineDevice", node);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-pipeline",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"description": "CamStack Pipeline bundle — runner, detection, motion, decoders, audio + stream broker. Multi-entry npm package shipping 7 addons under a single bundle.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|