@mindexec/cli 0.2.254 → 0.2.255
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
|
@@ -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 = '20260620-ua-zoom-motion-lite-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260620-ua-zoom-motion-lite-v702';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -6025,7 +6025,8 @@ window.MindMapInteractions = (function () {
|
|
|
6025
6025
|
|
|
6026
6026
|
// ▼▼▼ [New] 휠 이벤트 버퍼링 시스템 - 렉/저장 순간에도 휠 이벤트 손실 방지 ▼▼▼
|
|
6027
6027
|
// 휠 버퍼 상태 (모듈별로 관리)
|
|
6028
|
-
const wheelBuffers = new WeakMap();
|
|
6028
|
+
const wheelBuffers = new WeakMap();
|
|
6029
|
+
const wheelAnalysisCache = new WeakMap();
|
|
6029
6030
|
|
|
6030
6031
|
function getWheelBuffer(module) {
|
|
6031
6032
|
if (!wheelBuffers.has(module)) {
|
|
@@ -6145,7 +6146,7 @@ window.MindMapInteractions = (function () {
|
|
|
6145
6146
|
};
|
|
6146
6147
|
}
|
|
6147
6148
|
|
|
6148
|
-
const cached = e
|
|
6149
|
+
const cached = wheelAnalysisCache.get(e);
|
|
6149
6150
|
if (cached && cached.module === module) {
|
|
6150
6151
|
return cached;
|
|
6151
6152
|
}
|
|
@@ -6191,14 +6192,7 @@ window.MindMapInteractions = (function () {
|
|
|
6191
6192
|
shouldHandleTrackpadPanSeparately
|
|
6192
6193
|
};
|
|
6193
6194
|
|
|
6194
|
-
|
|
6195
|
-
Object.defineProperty(e, '__mindMapWheelAnalysis', {
|
|
6196
|
-
configurable: true,
|
|
6197
|
-
value: analysis
|
|
6198
|
-
});
|
|
6199
|
-
} catch {
|
|
6200
|
-
e.__mindMapWheelAnalysis = analysis;
|
|
6201
|
-
}
|
|
6195
|
+
wheelAnalysisCache.set(e, analysis);
|
|
6202
6196
|
|
|
6203
6197
|
return analysis;
|
|
6204
6198
|
}
|
|
@@ -6775,11 +6769,6 @@ window.MindMapInteractions = (function () {
|
|
|
6775
6769
|
if (shouldRouteWheelToZoom) {
|
|
6776
6770
|
module._lastCanvasWheelAt = wheelNow;
|
|
6777
6771
|
window.__mindMapLastCanvasWheelAt = wheelNow;
|
|
6778
|
-
if ((wheelNow - Number(module._lastWheelSurfaceInteractionNotifyAt || 0)) >= 650) {
|
|
6779
|
-
module._lastWheelSurfaceInteractionNotifyAt = wheelNow;
|
|
6780
|
-
notifyMindCanvasSurfaceInteraction('wheel');
|
|
6781
|
-
}
|
|
6782
|
-
|
|
6783
6772
|
if (WHEEL_DEBUG) {
|
|
6784
6773
|
if (!module._wheelDebug) {
|
|
6785
6774
|
module._wheelDebug = { count: 0, lastLog: 0 };
|
|
@@ -6810,10 +6799,6 @@ window.MindMapInteractions = (function () {
|
|
|
6810
6799
|
|
|
6811
6800
|
module._lastCanvasWheelAt = wheelNow;
|
|
6812
6801
|
window.__mindMapLastCanvasWheelAt = wheelNow;
|
|
6813
|
-
if ((wheelNow - Number(module._lastWheelSurfaceInteractionNotifyAt || 0)) >= 650) {
|
|
6814
|
-
module._lastWheelSurfaceInteractionNotifyAt = wheelNow;
|
|
6815
|
-
notifyMindCanvasSurfaceInteraction('wheel');
|
|
6816
|
-
}
|
|
6817
6802
|
|
|
6818
6803
|
if (WHEEL_DEBUG) {
|
|
6819
6804
|
if (!module._wheelDebug) {
|
package/wwwroot/index.html
CHANGED
|
@@ -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=20260620-ua-zoom-motion-lite-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-ua-zoom-motion-lite-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-ua-zoom-motion-lite-v702" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-ua-zoom-motion-lite-v702" />
|
|
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 = '20260620-ua-zoom-motion-lite-
|
|
582
|
+
const scriptVersion = '20260620-ua-zoom-motion-lite-v702';
|
|
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": "
|
|
2
|
+
"version": "7QBlxc4s",
|
|
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-
|
|
81
|
+
"hash": "sha256-o+i+x7LpltW0e2S8nRTwwGwGy1qDpL70R+/Da/+lr/A=",
|
|
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-
|
|
109
|
+
"hash": "sha256-agCyFImDU819fOhCgWbLQpUd+XTc2lV1nmTjAqYb1Vg=",
|
|
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-
|
|
837
|
+
"hash": "sha256-KP3YKI1pVCuyzMlVYyt+Vvcs/1SafFXPv7pXpv4LIWs=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|