@mindexec/cli 0.2.475 → 0.2.476
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 +1 -1
- package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
- package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
- package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +8 -4
- package/wwwroot/_framework/{MindExecution.Core.5oz806gln6.dll → MindExecution.Core.cx2pre7qz2.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Kernel.jfsc26t6jl.dll → MindExecution.Kernel.engfih12kr.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Admin.4f1hhljks9.dll → MindExecution.Plugins.Admin.xfunemn9zi.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Business.320s5nhcal.dll → MindExecution.Plugins.Business.ja94a5ze3i.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Concept.mdxge25pcc.dll → MindExecution.Plugins.Concept.3q05vzviqb.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Directory.j0im38uwcb.dll → MindExecution.Plugins.Directory.re4jjs91d1.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.agi5e28akr.dll → MindExecution.Plugins.PlanMaster.89etwfquz1.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.YouTube.dhjioxusa0.dll → MindExecution.Plugins.YouTube.aqf4vztjji.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Shared.2v0z3krjjz.dll → MindExecution.Shared.9b1rucdxvv.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Web.cn6dtudfnb.dll → MindExecution.Web.ssp0n0xf1e.dll} +0 -0
- package/wwwroot/_framework/blazor.boot.json +21 -21
- package/wwwroot/index.html +1 -1
- package/wwwroot/service-worker-assets.js +24 -24
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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 = '20260822-particle-idle-30fps-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260822-particle-idle-30fps-v871';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -89,7 +89,11 @@
|
|
|
89
89
|
const CURSOR_WORLD_THICKNESS = 4;
|
|
90
90
|
const RENDER_DEBUG_METRICS_CACHE_MS = 250;
|
|
91
91
|
const ANIMATION_IDLE_LOW_FPS_DELAY_MS = 500;
|
|
92
|
-
|
|
92
|
+
// Delayed wakes are followed by requestAnimationFrame. On a 60Hz display,
|
|
93
|
+
// a full 33ms timer plus that rAF produces a measured 50ms/20fps cadence.
|
|
94
|
+
// Wake one display interval early so the final presentation lands near
|
|
95
|
+
// 33ms/30fps while remaining aligned to the browser's paint cycle.
|
|
96
|
+
const PARTICLE_THEME_IDLE_WAKE_DELAY_MS = 1000 / 60;
|
|
93
97
|
const WHEEL_ZOOM_BURST_QUIET_FRAME_LIMIT = 12;
|
|
94
98
|
const HOME_CAMERA_NORMAL_MID_Z = 8250;
|
|
95
99
|
const HOME_DENSE_CLUSTER_MIN_CELL_SIZE = 1200;
|
|
@@ -7577,7 +7581,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
7577
7581
|
const idleAnimationDelayMs = this.useAnimation60Fps === true
|
|
7578
7582
|
? 0
|
|
7579
7583
|
: (shouldUseParticleAnimation30Fps === true
|
|
7580
|
-
?
|
|
7584
|
+
? PARTICLE_THEME_IDLE_WAKE_DELAY_MS
|
|
7581
7585
|
: ANIMATION_IDLE_LOW_FPS_DELAY_MS);
|
|
7582
7586
|
this._lastAnimationLoopDelayMs = idleAnimationDelayMs;
|
|
7583
7587
|
this._animationLoopExecuting = false;
|
|
@@ -7592,7 +7596,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
7592
7596
|
hasPendingAnimationWakeWork !== true;
|
|
7593
7597
|
if (shouldContinueLowFpsIdleCadence) {
|
|
7594
7598
|
nextAnimationLoopDelayMs = shouldUseParticleAnimation30Fps === true
|
|
7595
|
-
?
|
|
7599
|
+
? PARTICLE_THEME_IDLE_WAKE_DELAY_MS
|
|
7596
7600
|
: ANIMATION_IDLE_LOW_FPS_DELAY_MS;
|
|
7597
7601
|
this._lastAnimationLoopDelayMs = nextAnimationLoopDelayMs;
|
|
7598
7602
|
this._animationLoopExecuting = false;
|
package/wwwroot/_framework/{MindExecution.Core.5oz806gln6.dll → MindExecution.Core.cx2pre7qz2.dll}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/wwwroot/_framework/{MindExecution.Web.cn6dtudfnb.dll → MindExecution.Web.ssp0n0xf1e.dll}
RENAMED
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mainAssemblyName": "MindExecution.Web",
|
|
3
3
|
"resources": {
|
|
4
|
-
"hash": "sha256-
|
|
4
|
+
"hash": "sha256-KJFNFtka3NkB1eImFq2tHfpv8lxpOgkY+x3aRLN1WQg=",
|
|
5
5
|
"fingerprinting": {
|
|
6
6
|
"Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
|
|
7
7
|
"Markdig.d1j7v41cl1.dll": "Markdig.dll",
|
|
@@ -122,16 +122,16 @@
|
|
|
122
122
|
"System.brmz7yk5qh.dll": "System.dll",
|
|
123
123
|
"netstandard.b50t77veor.dll": "netstandard.dll",
|
|
124
124
|
"System.Private.CoreLib.wflwsce1yq.dll": "System.Private.CoreLib.dll",
|
|
125
|
-
"MindExecution.Core.
|
|
126
|
-
"MindExecution.Kernel.
|
|
127
|
-
"MindExecution.Plugins.Admin.
|
|
128
|
-
"MindExecution.Plugins.Business.
|
|
129
|
-
"MindExecution.Plugins.Concept.
|
|
130
|
-
"MindExecution.Plugins.Directory.
|
|
131
|
-
"MindExecution.Plugins.PlanMaster.
|
|
132
|
-
"MindExecution.Plugins.YouTube.
|
|
133
|
-
"MindExecution.Shared.
|
|
134
|
-
"MindExecution.Web.
|
|
125
|
+
"MindExecution.Core.cx2pre7qz2.dll": "MindExecution.Core.dll",
|
|
126
|
+
"MindExecution.Kernel.engfih12kr.dll": "MindExecution.Kernel.dll",
|
|
127
|
+
"MindExecution.Plugins.Admin.xfunemn9zi.dll": "MindExecution.Plugins.Admin.dll",
|
|
128
|
+
"MindExecution.Plugins.Business.ja94a5ze3i.dll": "MindExecution.Plugins.Business.dll",
|
|
129
|
+
"MindExecution.Plugins.Concept.3q05vzviqb.dll": "MindExecution.Plugins.Concept.dll",
|
|
130
|
+
"MindExecution.Plugins.Directory.re4jjs91d1.dll": "MindExecution.Plugins.Directory.dll",
|
|
131
|
+
"MindExecution.Plugins.PlanMaster.89etwfquz1.dll": "MindExecution.Plugins.PlanMaster.dll",
|
|
132
|
+
"MindExecution.Plugins.YouTube.aqf4vztjji.dll": "MindExecution.Plugins.YouTube.dll",
|
|
133
|
+
"MindExecution.Shared.9b1rucdxvv.dll": "MindExecution.Shared.dll",
|
|
134
|
+
"MindExecution.Web.ssp0n0xf1e.dll": "MindExecution.Web.dll",
|
|
135
135
|
"dotnet.native.566r55w3xu.js": "dotnet.native.js",
|
|
136
136
|
"dotnet.native.x6q5aixc38.wasm": "dotnet.native.wasm",
|
|
137
137
|
"dotnet.js": "dotnet.js",
|
|
@@ -276,18 +276,18 @@
|
|
|
276
276
|
"System.Xml.XDocument.sn51jas17n.dll": "sha256-GNI2kFgFmPTwzuzwUn8gxK+AzGLUWRJFdg9JzIbrybQ=",
|
|
277
277
|
"System.brmz7yk5qh.dll": "sha256-CfM2miyj1KHApFmqMdLYWio3S/jrdON2pW9Xr2nTwlo=",
|
|
278
278
|
"netstandard.b50t77veor.dll": "sha256-//jQGOXjb8ET8WtXgOJrAxLx6E7zDJ5RjRRutwkvmxo=",
|
|
279
|
-
"MindExecution.Core.
|
|
280
|
-
"MindExecution.Kernel.
|
|
281
|
-
"MindExecution.Plugins.Business.
|
|
282
|
-
"MindExecution.Plugins.Concept.
|
|
283
|
-
"MindExecution.Plugins.PlanMaster.
|
|
284
|
-
"MindExecution.Shared.
|
|
285
|
-
"MindExecution.Web.
|
|
279
|
+
"MindExecution.Core.cx2pre7qz2.dll": "sha256-8EFO/TFkWPKbzUSyzzQIeKT0fk71BPeGO3g/dvd7CZ0=",
|
|
280
|
+
"MindExecution.Kernel.engfih12kr.dll": "sha256-9jfnnT82jALXP26g0LHu8YjZzTh89UizyEX3wI5qUmg=",
|
|
281
|
+
"MindExecution.Plugins.Business.ja94a5ze3i.dll": "sha256-9cmlPKva+jrkETDmhTjEHSM+nszmwAtPIp4G+r+rGUg=",
|
|
282
|
+
"MindExecution.Plugins.Concept.3q05vzviqb.dll": "sha256-6+0r+jjw4jZ1Agxqqsf1TReVQlpuT6DNbYqkBj05Lzg=",
|
|
283
|
+
"MindExecution.Plugins.PlanMaster.89etwfquz1.dll": "sha256-lDatg4Vdq8m5Vx6D59AbK2xgum/kX+BOYpP9PrsDo04=",
|
|
284
|
+
"MindExecution.Shared.9b1rucdxvv.dll": "sha256-myKnzVHRh2/FxULDWFV9yjDJo6fya9ResEBr55VJGWA=",
|
|
285
|
+
"MindExecution.Web.ssp0n0xf1e.dll": "sha256-ZDaCfRaCps+ABQqwNbjgu9pxQ73Nv3IdFCZxaILfp6Q="
|
|
286
286
|
},
|
|
287
287
|
"lazyAssembly": {
|
|
288
|
-
"MindExecution.Plugins.Admin.
|
|
289
|
-
"MindExecution.Plugins.Directory.
|
|
290
|
-
"MindExecution.Plugins.YouTube.
|
|
288
|
+
"MindExecution.Plugins.Admin.xfunemn9zi.dll": "sha256-3Y/3h1JaubYdkbknLZQg5Tbg0oq6u1vSap2Sxf+cUkQ=",
|
|
289
|
+
"MindExecution.Plugins.Directory.re4jjs91d1.dll": "sha256-E1C1OEOE50l/Gk2iZR4Er1XhuebJ4fAt5CJK/vNrCAQ=",
|
|
290
|
+
"MindExecution.Plugins.YouTube.aqf4vztjji.dll": "sha256-XlyPzONOki6JuUOiazObfQP2Cnh29HpqtN4HGYrG/eU="
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
293
|
"cacheBootResources": true,
|
package/wwwroot/index.html
CHANGED
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
const base = '_content/MindExecution.Shared/js/';
|
|
617
|
-
const scriptVersion = '20260822-
|
|
617
|
+
const scriptVersion = '20260822-particle-30fps-v982';
|
|
618
618
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
619
619
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
620
620
|
const criticalScripts = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "HPm7rkFu",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -90,7 +90,7 @@ self.assetsManifest = {
|
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-board-render-ownership.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"hash": "sha256-
|
|
93
|
+
"hash": "sha256-4pOmo9eR52ndvYD21w2oJ+H20sGk6evm6LgmJH3s9RI=",
|
|
94
94
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
@@ -446,44 +446,44 @@ self.assetsManifest = {
|
|
|
446
446
|
"url": "_framework/MimeMapping.og9ys58ylm.dll"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"hash": "sha256-
|
|
450
|
-
"url": "_framework/MindExecution.Core.
|
|
449
|
+
"hash": "sha256-8EFO/TFkWPKbzUSyzzQIeKT0fk71BPeGO3g/dvd7CZ0=",
|
|
450
|
+
"url": "_framework/MindExecution.Core.cx2pre7qz2.dll"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
"hash": "sha256-
|
|
454
|
-
"url": "_framework/MindExecution.Kernel.
|
|
453
|
+
"hash": "sha256-9jfnnT82jALXP26g0LHu8YjZzTh89UizyEX3wI5qUmg=",
|
|
454
|
+
"url": "_framework/MindExecution.Kernel.engfih12kr.dll"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
|
-
"hash": "sha256-
|
|
458
|
-
"url": "_framework/MindExecution.Plugins.Admin.
|
|
457
|
+
"hash": "sha256-3Y/3h1JaubYdkbknLZQg5Tbg0oq6u1vSap2Sxf+cUkQ=",
|
|
458
|
+
"url": "_framework/MindExecution.Plugins.Admin.xfunemn9zi.dll"
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
|
-
"hash": "sha256-
|
|
462
|
-
"url": "_framework/MindExecution.Plugins.Business.
|
|
461
|
+
"hash": "sha256-9cmlPKva+jrkETDmhTjEHSM+nszmwAtPIp4G+r+rGUg=",
|
|
462
|
+
"url": "_framework/MindExecution.Plugins.Business.ja94a5ze3i.dll"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"hash": "sha256-
|
|
466
|
-
"url": "_framework/MindExecution.Plugins.Concept.
|
|
465
|
+
"hash": "sha256-6+0r+jjw4jZ1Agxqqsf1TReVQlpuT6DNbYqkBj05Lzg=",
|
|
466
|
+
"url": "_framework/MindExecution.Plugins.Concept.3q05vzviqb.dll"
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
|
-
"hash": "sha256-
|
|
470
|
-
"url": "_framework/MindExecution.Plugins.Directory.
|
|
469
|
+
"hash": "sha256-E1C1OEOE50l/Gk2iZR4Er1XhuebJ4fAt5CJK/vNrCAQ=",
|
|
470
|
+
"url": "_framework/MindExecution.Plugins.Directory.re4jjs91d1.dll"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
|
-
"hash": "sha256-
|
|
474
|
-
"url": "_framework/MindExecution.Plugins.PlanMaster.
|
|
473
|
+
"hash": "sha256-lDatg4Vdq8m5Vx6D59AbK2xgum/kX+BOYpP9PrsDo04=",
|
|
474
|
+
"url": "_framework/MindExecution.Plugins.PlanMaster.89etwfquz1.dll"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"hash": "sha256-
|
|
478
|
-
"url": "_framework/MindExecution.Plugins.YouTube.
|
|
477
|
+
"hash": "sha256-XlyPzONOki6JuUOiazObfQP2Cnh29HpqtN4HGYrG/eU=",
|
|
478
|
+
"url": "_framework/MindExecution.Plugins.YouTube.aqf4vztjji.dll"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
|
-
"hash": "sha256-
|
|
482
|
-
"url": "_framework/MindExecution.Shared.
|
|
481
|
+
"hash": "sha256-myKnzVHRh2/FxULDWFV9yjDJo6fya9ResEBr55VJGWA=",
|
|
482
|
+
"url": "_framework/MindExecution.Shared.9b1rucdxvv.dll"
|
|
483
483
|
},
|
|
484
484
|
{
|
|
485
|
-
"hash": "sha256-
|
|
486
|
-
"url": "_framework/MindExecution.Web.
|
|
485
|
+
"hash": "sha256-ZDaCfRaCps+ABQqwNbjgu9pxQ73Nv3IdFCZxaILfp6Q=",
|
|
486
|
+
"url": "_framework/MindExecution.Web.ssp0n0xf1e.dll"
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
489
|
"hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
|
|
@@ -802,7 +802,7 @@ self.assetsManifest = {
|
|
|
802
802
|
"url": "_framework/Websocket.Client.vapounvmnl.dll"
|
|
803
803
|
},
|
|
804
804
|
{
|
|
805
|
-
"hash": "sha256-
|
|
805
|
+
"hash": "sha256-FJ2gsz9lGPZl29F+ZSruUfQrC5QUJInrPE4cjp4038s=",
|
|
806
806
|
"url": "_framework/blazor.boot.json"
|
|
807
807
|
},
|
|
808
808
|
{
|
|
@@ -878,7 +878,7 @@ self.assetsManifest = {
|
|
|
878
878
|
"url": "icon-512.png"
|
|
879
879
|
},
|
|
880
880
|
{
|
|
881
|
-
"hash": "sha256-
|
|
881
|
+
"hash": "sha256-iS15ehBSXbGhfHEXPokEUpM+j8nq0cE3xDxvFpSfa7A=",
|
|
882
882
|
"url": "index.html"
|
|
883
883
|
},
|
|
884
884
|
{
|