@camstack/addon-pipeline-orchestrator 1.2.85 → 1.2.86

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.
Files changed (26) hide show
  1. package/assets/viewer/.viewer-current-files.json +11 -11
  2. package/assets/viewer/.viewer-version +1 -1
  3. package/assets/viewer/_expo/static/js/web/{Clipboard-f18577b4a294413498c81380901ed038.js → Clipboard-b493c462f406087ad9239d964c04daa4.js} +8 -8
  4. package/assets/viewer/_expo/static/js/web/Clipboard-dbfb8d2b9b663367bf606c4e4156c5ed.js +8 -0
  5. package/assets/viewer/_expo/static/js/web/{Haptics-9949b397ca9e92d93a6407e7d6365160.js → Haptics-3613723d421a096726c7771e59487833.js} +3 -3
  6. package/assets/viewer/_expo/static/js/web/Haptics-575f417f8ab751744aefb2524eaf2683.js +3 -0
  7. package/assets/viewer/_expo/static/js/web/{index-c1ecd087d9dabede863be706efa6e58e.js → index-7bbff8f1469773286edb838f304a97e5.js} +1449 -1445
  8. package/assets/viewer/_expo/static/js/web/{index-12ad3050f5d1f4eae147097a862e0272.js → index-975974cc04d339416e7cc055be163ac2.js} +1448 -1445
  9. package/assets/viewer/_expo/static/js/web/{node-fs-0e1ce70c9ba2f1206c991758cb58d198.js → node-fs-3444d48a73ceb72dd0e6a45d4ba686f4.js} +1 -1
  10. package/assets/viewer/_expo/static/js/web/node-fs-946f88ca6e61401f6e74a97eb8ab9475.js +1 -0
  11. package/assets/viewer/_expo/static/js/web/{node-path-38a844643044c35be301228867d84093.js → node-path-31d2d4f03c0bb8e91685e0b2170248e7.js} +1 -1
  12. package/assets/viewer/_expo/static/js/web/node-path-d78161f939e2464dff3ec493389653bf.js +1 -0
  13. package/assets/viewer/embed/assets/{MaskShapeCanvas-DI4BY7W2-BjlEmX8b.js → MaskShapeCanvas-DI4BY7W2-CAhI6HPA.js} +1 -1
  14. package/assets/viewer/embed/assets/{MotionZonesSettings-DNdnFHso-D_PVfCj5.js → MotionZonesSettings-DNdnFHso-ClgHPzRm.js} +1 -1
  15. package/assets/viewer/embed/assets/{PrivacyMaskSettings-DNSLc6ww-CDMF3qEB.js → PrivacyMaskSettings-DNSLc6ww-Cnj4pd4U.js} +1 -1
  16. package/assets/viewer/embed/assets/{SceneMonitorEditor-d_A4kO-M-DwhAKo3A.js → SceneMonitorEditor-d_A4kO-M-D602gNI8.js} +1 -1
  17. package/assets/viewer/embed/assets/{index-CyhdNw82.css → index-0taReYko.css} +1 -1
  18. package/assets/viewer/embed/assets/{index-CGip4s6a.js → index-CmR3pWbl.js} +18 -18
  19. package/assets/viewer/embed/index.html +2 -2
  20. package/assets/viewer/index.html +1 -1
  21. package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-B0iBfXjU.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-C165HjCc.mjs} +1 -1
  22. package/dist/{hostInit-BFq3E6iz.mjs → hostInit-AIA70Kgy.mjs} +1 -1
  23. package/dist/index.js +10 -1
  24. package/dist/index.mjs +10 -1
  25. package/dist/remoteEntry.js +1 -1
  26. package/package.json +1 -1
@@ -4,8 +4,8 @@
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
  <title>CamStack Embed</title>
7
- <script type="module" crossorigin src="./assets/index-CGip4s6a.js"></script>
8
- <link rel="stylesheet" crossorigin href="./assets/index-CyhdNw82.css">
7
+ <script type="module" crossorigin src="./assets/index-CmR3pWbl.js"></script>
8
+ <link rel="stylesheet" crossorigin href="./assets/index-0taReYko.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
@@ -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-c1ecd087d9dabede863be706efa6e58e.js" defer></script>
39
+ <script src="/viewer/camstack/_expo/static/js/web/index-975974cc04d339416e7cc055be163ac2.js" defer></script>
40
40
  </body>
41
41
  </html>
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.92",
21
+ version: "1.2.93",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_pipeline_orchestrator_widgets",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.92",
39
+ version: "1.2.93",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
package/dist/index.js CHANGED
@@ -20725,6 +20725,7 @@ DeviceType.Camera, method(object({
20725
20725
  isBattery: boolean(),
20726
20726
  reason: _enum([
20727
20727
  "disabled",
20728
+ "offline",
20728
20729
  "sleeping",
20729
20730
  "unreachable",
20730
20731
  "waking"
@@ -20770,9 +20771,17 @@ targets: array(object({
20770
20771
  sleeping: boolean(),
20771
20772
  /** Current device state rendered over the cached frame. State images
20772
20773
  * remain authoritative even when their photographic background is
20773
- * old; null means the link must carry a current camera frame. */
20774
+ * old; null means the link must carry a current camera frame.
20775
+ *
20776
+ * **This is the ONLY source a surface may derive an inactive tile
20777
+ * from.** A client that reads a device's `online`/`disabled` flags and
20778
+ * draws its own verdict will disagree with the pixels it is painting
20779
+ * — the frame comes from here, and so must the sentence over it
20780
+ * (D190). Pair with `ageMs` for the age of the photograph behind the
20781
+ * state. */
20774
20782
  stateReason: _enum([
20775
20783
  "disabled",
20784
+ "offline",
20776
20785
  "sleeping",
20777
20786
  "unreachable",
20778
20787
  "waking"
package/dist/index.mjs CHANGED
@@ -20697,6 +20697,7 @@ DeviceType.Camera, method(object({
20697
20697
  isBattery: boolean(),
20698
20698
  reason: _enum([
20699
20699
  "disabled",
20700
+ "offline",
20700
20701
  "sleeping",
20701
20702
  "unreachable",
20702
20703
  "waking"
@@ -20742,9 +20743,17 @@ targets: array(object({
20742
20743
  sleeping: boolean(),
20743
20744
  /** Current device state rendered over the cached frame. State images
20744
20745
  * remain authoritative even when their photographic background is
20745
- * old; null means the link must carry a current camera frame. */
20746
+ * old; null means the link must carry a current camera frame.
20747
+ *
20748
+ * **This is the ONLY source a surface may derive an inactive tile
20749
+ * from.** A client that reads a device's `online`/`disabled` flags and
20750
+ * draws its own verdict will disagree with the pixels it is painting
20751
+ * — the frame comes from here, and so must the sentence over it
20752
+ * (D190). Pair with `ageMs` for the age of the photograph behind the
20753
+ * state. */
20746
20754
  stateReason: _enum([
20747
20755
  "disabled",
20756
+ "offline",
20748
20757
  "sleeping",
20749
20758
  "unreachable",
20750
20759
  "waking"
@@ -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-B0iBfXjU.mjs")).catch((e) => {
33
+ return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-C165HjCc.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.85",
3
+ "version": "1.2.86",
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",