@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindexec/cli",
3
- "version": "0.2.128",
3
+ "version": "0.2.129",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -17991,7 +17991,10 @@
17991
17991
  return liveIds.length > 0 ? liveIds : getVisibleFrameDeviceIds();
17992
17992
  });
17993
17993
  if (!binaryFrameSocketStarted) {
17994
- startRemoteFleetFrameLoop(bodyView, REMOTE_FLEET_LIVE_FRAME_REFRESH_MS, () => refreshRemoteFleetVisibleLiveFrames());
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": "spx46FdE",
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-g1BhxjO7bWZgkU1pMxOmGH/Z3n7XsZQYBIx31/Ptsu0=",
89
+ "hash": "sha256-t3ZoaaIrShUpwIPOgELhLfHFR6L91XatB46jRhe0O8s=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: spx46FdE */
1
+ /* Manifest version: KG10QAOi */
2
2
  // Hosted deployments should prefer the network over stale offline caches.
3
3
  // This service worker immediately clears old Blazor offline caches and unregisters itself.
4
4