@camstack/addon-pipeline-orchestrator 1.2.4 → 1.2.5
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-version +1 -1
- package/assets/viewer/_expo/static/js/web/{Clipboard-2b3a3b41457cedb4c92b5b20a05806d2.js → Clipboard-8c2e39d6e1b6f27aa4883a842ef017f8.js} +8 -8
- package/assets/viewer/_expo/static/js/web/{Haptics-ca3accc33d4628c9ad1b252a3fda2c75.js → Haptics-7415443949f145adbb0e0fae7f7a96bd.js} +3 -3
- package/assets/viewer/_expo/static/js/web/{index-b77bea8706ad2fc83aa464fef72bb69a.js → index-5e633d13baecf50a31de03dc466e7f3a.js} +126 -123
- package/assets/viewer/index.html +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-5e633d13baecf50a31de03dc466e7f3a.js" defer></script>
|
|
40
40
|
</body>
|
|
41
41
|
</html>
|
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.5",
|
|
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",
|