@mindexec/cli 0.2.409 → 0.2.410

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.409",
3
+ "version": "0.2.410",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -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 = '20260628-pan-raf-lerp-v843';
8
+ const MINDMAP_CORE_BUILD_ID = '20260628-pan-raf-smoother-v844';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -125,8 +125,8 @@
125
125
  ]);
126
126
  const LOD_PAN_VISIBILITY_REFRESH_INTERVAL_MS = 120;
127
127
  const CAMERA_LERP_BASE_FRAME_MS = 1000 / 60;
128
- const CAMERA_KEYBOARD_PAN_LERP_60HZ = 0.48;
129
- const CAMERA_MOUSE_PAN_LERP_60HZ = 0.58;
128
+ const CAMERA_KEYBOARD_PAN_LERP_60HZ = 0.38;
129
+ const CAMERA_MOUSE_PAN_LERP_60HZ = 0.46;
130
130
  const NODE_ADD_FRAME_BUDGET_MS = 6;
131
131
  const NODE_ADD_LOADING_FRAME_BUDGET_MS = 8;
132
132
  const NODE_ADD_MIN_SLICE = 8;
@@ -579,7 +579,7 @@
579
579
  }
580
580
 
581
581
  const base = '_content/MindExecution.Shared/js/';
582
- const scriptVersion = '20260628-pan-raf-lerp-v843';
582
+ const scriptVersion = '20260628-pan-raf-smoother-v844';
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": "HgKmURZQ",
2
+ "version": "YXA//vyZ",
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-/3YEreJ8UpVHhrJfmcSiA5I6gqFwJAwYDEe2zOe9fiw=",
81
+ "hash": "sha256-3iq/VonEb3mcD8qNJ1Y2lPvNVVbYxmH7j4g+mqg+in8=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -826,7 +826,7 @@
826
826
  "url": "icon-512.png"
827
827
  },
828
828
  {
829
- "hash": "sha256-Nl+P8a13dVe+n7OsX+lnVaqXBZiDkmgwZxdRlumhIYI=",
829
+ "hash": "sha256-o5PULOOREDEBTHvn3W1yuclsMizVVSOuqAkuOf4u0J0=",
830
830
  "url": "index.html"
831
831
  },
832
832
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: HgKmURZQ */
1
+ /* Manifest version: YXA//vyZ */
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