@mindexec/cli 0.2.128 → 0.2.129
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/package.json
CHANGED
|
@@ -17991,7 +17991,10 @@
|
|
|
17991
17991
|
return liveIds.length > 0 ? liveIds : getVisibleFrameDeviceIds();
|
|
17992
17992
|
});
|
|
17993
17993
|
if (!binaryFrameSocketStarted) {
|
|
17994
|
-
|
|
17994
|
+
window.RuntimeTrace?.emit?.('remote.frame.wsUnavailable', {
|
|
17995
|
+
nodeId,
|
|
17996
|
+
reason: 'binary-frame-socket-not-started'
|
|
17997
|
+
});
|
|
17995
17998
|
}
|
|
17996
17999
|
bodyView._remoteFleetLiveRefreshTimer = setInterval(async () => {
|
|
17997
18000
|
if (!document.body.contains(bodyView)) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "KG10QAOi",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
"hash": "sha256-
|
|
89
|
+
"hash": "sha256-t3ZoaaIrShUpwIPOgELhLfHFR6L91XatB46jRhe0O8s=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|