@camstack/addon-pipeline-orchestrator 1.2.201 → 1.2.202
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/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -46617,7 +46617,6 @@ var DeviceConfigContributions = class {
|
|
|
46617
46617
|
label: "Camera onboard AI"
|
|
46618
46618
|
}],
|
|
46619
46619
|
default: ["pipeline"],
|
|
46620
|
-
immediate: true,
|
|
46621
46620
|
value: currentDetectionSources
|
|
46622
46621
|
}]
|
|
46623
46622
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -46589,7 +46589,6 @@ var DeviceConfigContributions = class {
|
|
|
46589
46589
|
label: "Camera onboard AI"
|
|
46590
46590
|
}],
|
|
46591
46591
|
default: ["pipeline"],
|
|
46592
|
-
immediate: true,
|
|
46593
46592
|
value: currentDetectionSources
|
|
46594
46593
|
}]
|
|
46595
46594
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-pipeline-orchestrator",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.202",
|
|
4
4
|
"description": "Hub-side camera-to-agent load balancer — tracks runner capacity and dispatches attachCamera calls to the optimal pipeline-runner instance",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|