@mindexec/cli 0.2.452 → 0.2.453

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.452",
3
+ "version": "0.2.453",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -300,7 +300,7 @@
300
300
  themeGroup.userData.lightweightAdaptiveGrid = true;
301
301
  themeGroup.userData.localSnapGrid = true;
302
302
  themeGroup.userData.localSnapGridStyle = options.localSnapGridStyle || 'line';
303
- themeGroup.userData.localSnapGridRadiusPx = 500;
303
+ themeGroup.userData.localSnapGridRadiusPx = 250;
304
304
  themeGroup.userData.themeAlias = options.themeAlias || 'LocalSnapGrid';
305
305
  themeGroup.userData.localSnapGridBackgroundColor = options.backgroundColor;
306
306
  themeGroup.animate = () => { };
@@ -5,7 +5,7 @@
5
5
  const DEBUG = false;
6
6
  const FPS_DEBUG = false;
7
7
  const FRAME_PERF_DEBUG = false;
8
- const MINDMAP_CORE_BUILD_ID = '20260727-world-grid-spotlight-v859';
8
+ const MINDMAP_CORE_BUILD_ID = '20260728-world-grid-spotlight-v860';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -103,7 +103,7 @@
103
103
  const CAMERA_MOTION_GRID_OVERSCAN_PX = 512;
104
104
  const CAMERA_MOTION_GRID_Z_BUCKET_WORLD = 80;
105
105
  const CAMERA_MOTION_GRID_FALLBACK_ENABLED = false;
106
- const LOCAL_SNAP_GRID_RADIUS_PX = 500;
106
+ const LOCAL_SNAP_GRID_RADIUS_PX = 250;
107
107
  const LOCAL_SNAP_GRID_DIAMETER_PX = LOCAL_SNAP_GRID_RADIUS_PX * 2;
108
108
  const LOCAL_SNAP_GRID_FADE_PX = 100;
109
109
  const LOCAL_SNAP_GRID_SOLID_RADIUS_PX = LOCAL_SNAP_GRID_RADIUS_PX - LOCAL_SNAP_GRID_FADE_PX;
@@ -579,7 +579,7 @@
579
579
  }
580
580
 
581
581
  const base = '_content/MindExecution.Shared/js/';
582
- const scriptVersion = '20260727-world-grid-spotlight-v953';
582
+ const scriptVersion = '20260728-world-grid-spotlight-v954';
583
583
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
584
584
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
585
585
  const criticalScripts = [
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "gjgWz+5A",
2
+ "version": "WDLLroI8",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -58,7 +58,7 @@
58
58
  "url": "_content/MindExecution.Shared/js/agent-visualization.js"
59
59
  },
60
60
  {
61
- "hash": "sha256-qCfvX9VTWXpI/7IAJyV8FXc83Z7vDq7yxYHg5rkp4ZE=",
61
+ "hash": "sha256-BKeo9VOndhs0Hype7AnU8eI5UyAL7tFyxUcz9WPxzUQ=",
62
62
  "url": "_content/MindExecution.Shared/js/background-themes.js"
63
63
  },
64
64
  {
@@ -78,7 +78,7 @@
78
78
  "url": "_content/MindExecution.Shared/js/marked.min.js"
79
79
  },
80
80
  {
81
- "hash": "sha256-BLrKOjNbUa/5P4vblFrB7DrePPcBot3rJ2r8BIZqI6M=",
81
+ "hash": "sha256-aQ8GdhmZaf1TXuW4hf60u5faUZt20bpK64uKI9AS8d8=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -846,7 +846,7 @@
846
846
  "url": "icon-512.png"
847
847
  },
848
848
  {
849
- "hash": "sha256-HUMUqSLlQJIObQIW4BYzraGd+AuERZQXXywV+UU22+4=",
849
+ "hash": "sha256-O0OldFZ8zOOWXQLQFCJn3bE77Rsgdccus3oWnURLlbI=",
850
850
  "url": "index.html"
851
851
  },
852
852
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: gjgWz+5A */
1
+ /* Manifest version: WDLLroI8 */
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