@mindexec/cli 0.2.472 → 0.2.473

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.
Files changed (21) hide show
  1. package/package.json +1 -1
  2. package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
  3. package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
  4. package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
  5. package/wwwroot/_content/MindExecution.Shared/js/mind-map-automation-edge-motion.js +170 -0
  6. package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +27 -95
  7. package/wwwroot/_framework/{MindExecution.Core.94m6ejtca1.dll → MindExecution.Core.p242wvzbdm.dll} +0 -0
  8. package/wwwroot/_framework/{MindExecution.Kernel.61ttjshkyz.dll → MindExecution.Kernel.fygh6o7ah1.dll} +0 -0
  9. package/wwwroot/_framework/{MindExecution.Plugins.Admin.4b5expbfln.dll → MindExecution.Plugins.Admin.slf5qsn9pe.dll} +0 -0
  10. package/wwwroot/_framework/{MindExecution.Plugins.Business.ohwctqyt61.dll → MindExecution.Plugins.Business.hmmh2iarjz.dll} +0 -0
  11. package/wwwroot/_framework/{MindExecution.Plugins.Concept.c6i6qf13sh.dll → MindExecution.Plugins.Concept.mxak1yilgh.dll} +0 -0
  12. package/wwwroot/_framework/{MindExecution.Plugins.Directory.zh2sduii1b.dll → MindExecution.Plugins.Directory.h0k33bgkfw.dll} +0 -0
  13. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.nbp5o2qy9j.dll → MindExecution.Plugins.PlanMaster.ijbnd3xmt7.dll} +0 -0
  14. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.4pptq3ahjb.dll → MindExecution.Plugins.YouTube.aa5i2z7lvo.dll} +0 -0
  15. package/wwwroot/_framework/{MindExecution.Shared.hy5wdzjbso.dll → MindExecution.Shared.jk6h3848ht.dll} +0 -0
  16. package/wwwroot/_framework/{MindExecution.Web.pv02dm9gbq.dll → MindExecution.Web.s2oqn7b07d.dll} +0 -0
  17. package/wwwroot/_framework/blazor.boot.json +21 -21
  18. package/wwwroot/appsettings.json +81 -81
  19. package/wwwroot/index.html +2 -1
  20. package/wwwroot/service-worker-assets.js +900 -896
  21. package/wwwroot/service-worker.js +1 -1
@@ -614,7 +614,7 @@
614
614
  }
615
615
 
616
616
  const base = '_content/MindExecution.Shared/js/';
617
- const scriptVersion = '20260819-grid-single-css-representation-v978';
617
+ const scriptVersion = '20260821-edge-zoom-sync-v979';
618
618
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
619
619
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
620
620
  const criticalScripts = [
@@ -632,6 +632,7 @@
632
632
  'mind-map-remote-codecs.js',
633
633
  'mind-map-css3d-hotpath.js',
634
634
  'mind-map-image-policy.js',
635
+ 'mind-map-automation-edge-motion.js',
635
636
  'mind-map-css3d-manager.js',
636
637
  'mind-map-object-manager.js',
637
638
  'mind-map-pipeline.js',