@mindexec/cli 0.2.227 → 0.2.228

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.227",
3
+ "version": "0.2.228",
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 = '20260619-ua-motion-hidden-work-v674';
8
+ const MINDMAP_CORE_BUILD_ID = '20260619-ua-motion-input-fastpath-v675';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -6632,6 +6632,17 @@ window.MindMapInteractions = (function () {
6632
6632
  }
6633
6633
  }
6634
6634
 
6635
+ const shouldSkipRaycastScrollProbe = !!(
6636
+ fallbackToTrackpadPan === true ||
6637
+ module?.isPanning === true ||
6638
+ module?.isZooming === true ||
6639
+ module?._cameraMovingThisFrame === true ||
6640
+ module?._viewSyncMotionActive === true
6641
+ );
6642
+ if (shouldSkipRaycastScrollProbe) {
6643
+ return false;
6644
+ }
6645
+
6635
6646
  setPointerFromClientPosition(module, e.clientX, e.clientY);
6636
6647
  module.raycaster.setFromCamera(module.pointer, module.camera);
6637
6648
 
@@ -7,8 +7,8 @@
7
7
  <title>MindExec | Business Execution OS for solo builders</title>
8
8
  <meta name="description" content="MindExec is an AI business execution OS for solo builders who want to turn notes, research, assets, and repeatable execution Skills into revenue-producing work." />
9
9
  <base href="/" />
10
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260619-ua-motion-hidden-work-v674" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260619-ua-motion-hidden-work-v674" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260619-ua-motion-input-fastpath-v675" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260619-ua-motion-input-fastpath-v675" />
12
12
  <!-- ?占썩뼹??Font Awesome (local) ?占썩뼹??-->
13
13
  <link rel="stylesheet" href="_content/MindExecution.Shared/lib/font-awesome/css/all.min.css" />
14
14
  <!-- ?占썩뼯??-->
@@ -579,7 +579,7 @@
579
579
  }
580
580
 
581
581
  const base = '_content/MindExecution.Shared/js/';
582
- const scriptVersion = '20260619-ua-motion-hidden-work-v674';
582
+ const scriptVersion = '20260619-ua-motion-input-fastpath-v675';
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": "LScljfof",
2
+ "version": "MMcg/gO3",
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-TNeaanW36R+XDvGKmJY535qZwhEUpP8aLnnWQudLGXI=",
81
+ "hash": "sha256-z6FT62OrkOJftOttFt32Ty/EjS1EfoS2WPz2eLDt8Dk=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -106,7 +106,7 @@
106
106
  "url": "_content/MindExecution.Shared/js/mind-map-glow-shader.js"
107
107
  },
108
108
  {
109
- "hash": "sha256-vFjVl706htlkNXSeB04YhjKIbbKPIwnXm9r+qgd/EDk=",
109
+ "hash": "sha256-DRf0M6UHfWaiQmYsfjt1EO8WyhrGgOLttseOJWU5/wk=",
110
110
  "url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
111
111
  },
112
112
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-IPbKFY3Pg97ss96niFyQ/OJUOJhtTD4Sg/kfPe3eTLI=",
837
+ "hash": "sha256-cppYkSOj+5AKjKVHxoN8IJpqDJl7KtTlWXNEowfMYAA=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: LScljfof */
1
+ /* Manifest version: MMcg/gO3 */
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