@camstack/addon-pipeline-orchestrator 1.2.61 → 1.2.62
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/assets/viewer/.viewer-current-files.json +47 -0
- package/assets/viewer/.viewer-version +1 -1
- package/assets/viewer/_expo/static/js/web/index-5080cd1b37a92fc9034b33e20134f1b0.js +3561 -0
- package/assets/viewer/index.html +1 -1
- package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-B36q5PAB.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-DfWOzml-.mjs} +1 -1
- package/dist/{hostInit-DsJazuAQ.mjs → hostInit-M_j6daJt.mjs} +1 -1
- package/dist/index.js +10 -1
- package/dist/index.mjs +10 -1
- package/dist/remoteEntry.js +1 -1
- package/package.json +1 -1
package/assets/viewer/index.html
CHANGED
|
@@ -36,6 +36,6 @@
|
|
|
36
36
|
</noscript>
|
|
37
37
|
<!-- The root element for your Expo app. -->
|
|
38
38
|
<div id="root"></div>
|
|
39
|
-
<script src="/viewer/camstack/_expo/static/js/web/index-
|
|
39
|
+
<script src="/viewer/camstack/_expo/static/js/web/index-5080cd1b37a92fc9034b33e20134f1b0.js" defer></script>
|
|
40
40
|
</body>
|
|
41
41
|
</html>
|
package/dist/index.js
CHANGED
|
@@ -20666,7 +20666,16 @@ targets: array(object({
|
|
|
20666
20666
|
/** A sleeping battery camera: the frame is deliberately stale and will
|
|
20667
20667
|
* NOT refresh in the background. A surface should say so rather than
|
|
20668
20668
|
* present it as current. */
|
|
20669
|
-
sleeping: boolean()
|
|
20669
|
+
sleeping: boolean(),
|
|
20670
|
+
/** Current device state rendered over the cached frame. State images
|
|
20671
|
+
* remain authoritative even when their photographic background is
|
|
20672
|
+
* old; null means the link must carry a current camera frame. */
|
|
20673
|
+
stateReason: _enum([
|
|
20674
|
+
"disabled",
|
|
20675
|
+
"sleeping",
|
|
20676
|
+
"unreachable",
|
|
20677
|
+
"waking"
|
|
20678
|
+
]).nullable()
|
|
20670
20679
|
})));
|
|
20671
20680
|
/**
|
|
20672
20681
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/index.mjs
CHANGED
|
@@ -20638,7 +20638,16 @@ targets: array(object({
|
|
|
20638
20638
|
/** A sleeping battery camera: the frame is deliberately stale and will
|
|
20639
20639
|
* NOT refresh in the background. A surface should say so rather than
|
|
20640
20640
|
* present it as current. */
|
|
20641
|
-
sleeping: boolean()
|
|
20641
|
+
sleeping: boolean(),
|
|
20642
|
+
/** Current device state rendered over the cached frame. State images
|
|
20643
|
+
* remain authoritative even when their photographic background is
|
|
20644
|
+
* old; null means the link must carry a current camera frame. */
|
|
20645
|
+
stateReason: _enum([
|
|
20646
|
+
"disabled",
|
|
20647
|
+
"sleeping",
|
|
20648
|
+
"unreachable",
|
|
20649
|
+
"waking"
|
|
20650
|
+
]).nullable()
|
|
20642
20651
|
})));
|
|
20643
20652
|
/**
|
|
20644
20653
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/remoteEntry.js
CHANGED
|
@@ -30,7 +30,7 @@ async function d(e) {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
async function f() {
|
|
33
|
-
return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-
|
|
33
|
+
return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-DfWOzml-.mjs")).catch((e) => {
|
|
34
34
|
throw l = void 0, e;
|
|
35
35
|
}), l;
|
|
36
36
|
}
|
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.62",
|
|
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",
|