@mindexec/cli 0.2.402 → 0.2.403

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.402",
3
+ "version": "0.2.403",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -6027,7 +6027,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
6027
6027
  this.isPanning !== true &&
6028
6028
  this.isZooming !== true &&
6029
6029
  !isNodeInteracting &&
6030
- !hasNonPanForcedUpdate &&
6030
+ !hasNonCameraNavigationForcedUpdate &&
6031
6031
  !hasPendingNearCssWarmup &&
6032
6032
  typeof this.lodRenderer?.shouldSkipStableResidentFrame === 'function') {
6033
6033
  canDeferResidentDirtyIdleFrame = this.lodRenderer.shouldSkipStableResidentFrame(this.camera, this) === true;
@@ -6040,7 +6040,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
6040
6040
  residentDirtyRequiresUpdate !== true &&
6041
6041
  residentBandChanging !== true &&
6042
6042
  !isNodeInteracting &&
6043
- !hasNonPanForcedUpdate &&
6043
+ !hasNonCameraNavigationForcedUpdate &&
6044
6044
  !hasPendingNearCssWarmup;
6045
6045
  const movingUpdateDue = isCameraMoving && (
6046
6046
  !isLodModeActive ||
@@ -6213,7 +6213,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
6213
6213
  this.isZooming !== true &&
6214
6214
  !shouldFreezeVisibilityDuringMotion &&
6215
6215
  !isNodeInteracting &&
6216
- !hasNonPanForcedUpdate &&
6216
+ !hasNonCameraNavigationForcedUpdate &&
6217
6217
  !hasPendingNearCssWarmup &&
6218
6218
  !isLodPanVisibilityRefreshDue &&
6219
6219
  !this.isWindowResizing;
@@ -6386,7 +6386,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
6386
6386
  residentDirty !== true &&
6387
6387
  residentBandChanging !== true &&
6388
6388
  !isNodeInteracting &&
6389
- !hasNonPanForcedUpdate &&
6389
+ !hasNonCameraNavigationForcedUpdate &&
6390
6390
  !hasPendingNearCssWarmup;
6391
6391
  if (canSkipResidentLod) {
6392
6392
  lodUpdateSkippedThisFrame = true;
@@ -6446,7 +6446,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
6446
6446
  this.isPanning === true &&
6447
6447
  this.isZooming !== true &&
6448
6448
  !isNodeInteracting &&
6449
- !hasNonPanForcedUpdate &&
6449
+ !hasNonCameraNavigationForcedUpdate &&
6450
6450
  !hasPendingNearCssWarmup &&
6451
6451
  !this.isWindowResizing;
6452
6452
  const shouldSyncCss3dForVisibilityChange =
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "1QwFTqyQ",
2
+ "version": "D0Lw/Sy6",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -78,7 +78,7 @@
78
78
  "url": "_content/MindExecution.Shared/js/marked.min.js"
79
79
  },
80
80
  {
81
- "hash": "sha256-w+HacmhIzPWqioCQJ3qhkvGgqtOlm8G/0tMPsAPtb4I=",
81
+ "hash": "sha256-z9d5HhFqgp3XZPL33ZM+jyoKP1tXbxXu8tJO10XC0gs=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: 1QwFTqyQ */
1
+ /* Manifest version: D0Lw/Sy6 */
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