@mindexec/cli 0.2.44 → 0.2.46

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 (25) hide show
  1. package/codex-runtime.js +75 -3
  2. package/package.json +1 -1
  3. package/remote-hub.js +119 -12
  4. package/scripts/remote-http-smoke.mjs +54 -0
  5. package/scripts/remote-hub-smoke.mjs +42 -0
  6. package/server.js +115 -23
  7. package/wwwroot/_content/MindExecution.Shared/css/app.css +1 -1
  8. package/wwwroot/_content/MindExecution.Shared/css/mind-map-overrides.css +19 -0
  9. package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +249 -22
  10. package/wwwroot/_content/MindExecution.Shared/js/mind-map-nodes.js +2 -0
  11. package/wwwroot/_framework/MindExecution.Core.xg9yy9l5dz.dll +0 -0
  12. package/wwwroot/_framework/{MindExecution.Kernel.z56elxihok.dll → MindExecution.Kernel.erg96341xf.dll} +0 -0
  13. package/wwwroot/_framework/{MindExecution.Plugins.Admin.p5cs4ap87v.dll → MindExecution.Plugins.Admin.11j9vpdm9u.dll} +0 -0
  14. package/wwwroot/_framework/{MindExecution.Plugins.Business.s35og5uz44.dll → MindExecution.Plugins.Business.oyskf08knn.dll} +0 -0
  15. package/wwwroot/_framework/{MindExecution.Plugins.Concept.ueuo23qx6f.dll → MindExecution.Plugins.Concept.keia4ox68c.dll} +0 -0
  16. package/wwwroot/_framework/{MindExecution.Plugins.Directory.y74f55e8x3.dll → MindExecution.Plugins.Directory.7pus9p63ym.dll} +0 -0
  17. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.lhbyievfnk.dll → MindExecution.Plugins.PlanMaster.wr3pupzfyo.dll} +0 -0
  18. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.y87u77w5nn.dll → MindExecution.Plugins.YouTube.kpfew1eggc.dll} +0 -0
  19. package/wwwroot/_framework/{MindExecution.Shared.3kkptsi9lw.dll → MindExecution.Shared.kzibxbai3y.dll} +0 -0
  20. package/wwwroot/_framework/MindExecution.Web.6fjnkr9ty4.dll +0 -0
  21. package/wwwroot/_framework/blazor.boot.json +21 -21
  22. package/wwwroot/service-worker-assets.js +26 -26
  23. package/wwwroot/service-worker.js +1 -1
  24. package/wwwroot/_framework/MindExecution.Core.6rfnfdndxq.dll +0 -0
  25. package/wwwroot/_framework/MindExecution.Web.4ddj83yo5w.dll +0 -0
@@ -1,4 +1,4 @@
1
- /* Manifest version: g30EAOUn */
1
+ /* Manifest version: nO5c8M3Z */
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