@mindexec/cli 0.2.444 → 0.2.446
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 +6 -3
- 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/remote-hub.js +170 -5
- package/scripts/remote-fast-live-rate-smoke.mjs +1 -0
- package/server.js +12 -12
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +165 -10
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +47 -58
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-nodes.js +4 -24
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-pipeline.js +31 -18
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-remote-codecs.js +6 -3
- package/wwwroot/_framework/{MindExecution.Core.4moacskf64.dll → MindExecution.Core.djyzj5mxyk.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Kernel.pa251cfsz4.dll → MindExecution.Kernel.6e5cj9aijz.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Admin.dxyuwmxv1s.dll → MindExecution.Plugins.Admin.siulh9tfrf.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Business.7uj5erqhhn.dll → MindExecution.Plugins.Business.8cjtrc7qd3.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Concept.108rmsxc96.dll → MindExecution.Plugins.Concept.rpp78mc75u.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Directory.ccsy3g0fe5.dll → MindExecution.Plugins.Directory.wfv0ff9v4u.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.1vjpuoe9ff.dll → MindExecution.Plugins.PlanMaster.jdppnbd6g4.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.YouTube.q8ml98phj9.dll → MindExecution.Plugins.YouTube.a43f2q3pkw.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Shared.2pywq19zjy.dll → MindExecution.Shared.gwtyj0e9lw.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Web.qucbls1wfr.dll → MindExecution.Web.j3zaapcxtt.dll} +0 -0
- package/wwwroot/_framework/blazor.boot.json +21 -21
- package/wwwroot/index.html +1 -1
- package/wwwroot/service-worker-assets.js +28 -28
- package/wwwroot/service-worker.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "pBnHSW0b",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
"hash": "sha256-
|
|
89
|
+
"hash": "sha256-TDGgoL98z7EsRCteDygp6BPbjkikAsWGQl2wRFPOff8=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -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-z6ei/pblSnb1icfwyIbm9GqrNuKFKA0SCeRHv0f7ifw=",
|
|
110
110
|
"url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"url": "_content/MindExecution.Shared/js/mind-map-node-search-worker.js"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"hash": "sha256-
|
|
137
|
+
"hash": "sha256-w8ARoHGjOAb0e9gV2Rgdxx8q0YKdJ2bk2yWwGq8+Rkk=",
|
|
138
138
|
"url": "_content/MindExecution.Shared/js/mind-map-nodes.js"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
@@ -150,11 +150,11 @@
|
|
|
150
150
|
"url": "_content/MindExecution.Shared/js/mind-map-object-manager.js.backup"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
|
-
"hash": "sha256-
|
|
153
|
+
"hash": "sha256-j8E7panGfk4BEh7iBNe3TLqCHtqvd00/InvVWwpPQ30=",
|
|
154
154
|
"url": "_content/MindExecution.Shared/js/mind-map-pipeline.js"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"hash": "sha256-
|
|
157
|
+
"hash": "sha256-kag26w47TCRl3HMnxrhibrBIiiJmmOLtDAZKyUPWHQI=",
|
|
158
158
|
"url": "_content/MindExecution.Shared/js/mind-map-remote-codecs.js"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
@@ -422,44 +422,44 @@
|
|
|
422
422
|
"url": "_framework/MimeMapping.og9ys58ylm.dll"
|
|
423
423
|
},
|
|
424
424
|
{
|
|
425
|
-
"hash": "sha256-
|
|
426
|
-
"url": "_framework/MindExecution.Core.
|
|
425
|
+
"hash": "sha256-mWD5B7qIqi95K+2PlXhtVYKTU0NXvGjFUMZIIKhgOJM=",
|
|
426
|
+
"url": "_framework/MindExecution.Core.djyzj5mxyk.dll"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
"hash": "sha256-
|
|
430
|
-
"url": "_framework/MindExecution.Kernel.
|
|
429
|
+
"hash": "sha256-soI6Vf+R5EO4br1BPNT8w1Dojx0MrwEpnoU3hlN/Jo4=",
|
|
430
|
+
"url": "_framework/MindExecution.Kernel.6e5cj9aijz.dll"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
|
-
"hash": "sha256-
|
|
434
|
-
"url": "_framework/MindExecution.Plugins.Admin.
|
|
433
|
+
"hash": "sha256-xJKUGBrCw9pX8r+5p5uCn5oEikqnBhhN8PQk1UQXvwk=",
|
|
434
|
+
"url": "_framework/MindExecution.Plugins.Admin.siulh9tfrf.dll"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
"hash": "sha256-
|
|
438
|
-
"url": "_framework/MindExecution.Plugins.Business.
|
|
437
|
+
"hash": "sha256-KKJ9wMXw9lRRp8Yej3hIx2A/KlT4IMnCNvE6nC15NHc=",
|
|
438
|
+
"url": "_framework/MindExecution.Plugins.Business.8cjtrc7qd3.dll"
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
|
-
"hash": "sha256-
|
|
442
|
-
"url": "_framework/MindExecution.Plugins.Concept.
|
|
441
|
+
"hash": "sha256-EeJ9pPy1kMPUMU1/VZq086s7Rpx8Kl8JNJin/q8CCk0=",
|
|
442
|
+
"url": "_framework/MindExecution.Plugins.Concept.rpp78mc75u.dll"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
|
-
"hash": "sha256-
|
|
446
|
-
"url": "_framework/MindExecution.Plugins.Directory.
|
|
445
|
+
"hash": "sha256-LPqtVKjGSWJC9OfNV3Sc/ohbNBfwPMkt/fvpx4nMRnQ=",
|
|
446
|
+
"url": "_framework/MindExecution.Plugins.Directory.wfv0ff9v4u.dll"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"hash": "sha256-
|
|
450
|
-
"url": "_framework/MindExecution.Plugins.PlanMaster.
|
|
449
|
+
"hash": "sha256-tx9+RxTaAfdk4GoSZt3mj8tZfGOwNAlK/JMf0NyrkUY=",
|
|
450
|
+
"url": "_framework/MindExecution.Plugins.PlanMaster.jdppnbd6g4.dll"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
"hash": "sha256-
|
|
454
|
-
"url": "_framework/MindExecution.Plugins.YouTube.
|
|
453
|
+
"hash": "sha256-duhXTTnMwRKd8YPDL5IkWyunMITVbxMbk0xWZXdaTPU=",
|
|
454
|
+
"url": "_framework/MindExecution.Plugins.YouTube.a43f2q3pkw.dll"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
|
-
"hash": "sha256-
|
|
458
|
-
"url": "_framework/MindExecution.Shared.
|
|
457
|
+
"hash": "sha256-4N4HdjdoXtRylfVW6OYliAy9JOlx67Vudw/CbXjCZDs=",
|
|
458
|
+
"url": "_framework/MindExecution.Shared.gwtyj0e9lw.dll"
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
|
-
"hash": "sha256-
|
|
462
|
-
"url": "_framework/MindExecution.Web.
|
|
461
|
+
"hash": "sha256-0eGBQjTRRbbCk0PMweH2fX57WJ/z8Nj2h8IRCvURzUI=",
|
|
462
|
+
"url": "_framework/MindExecution.Web.j3zaapcxtt.dll"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
465
|
"hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
"url": "_framework/Websocket.Client.vapounvmnl.dll"
|
|
779
779
|
},
|
|
780
780
|
{
|
|
781
|
-
"hash": "sha256-
|
|
781
|
+
"hash": "sha256-R66vaDDvugckSIMLdSTU0DP/rekoQy3lOMX2rkbRSS0=",
|
|
782
782
|
"url": "_framework/blazor.boot.json"
|
|
783
783
|
},
|
|
784
784
|
{
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"url": "icon-512.png"
|
|
839
839
|
},
|
|
840
840
|
{
|
|
841
|
-
"hash": "sha256-
|
|
841
|
+
"hash": "sha256-Ju9ltrGqim7VcAoGRi0eDNxiu3FS0ZAXUtzqeWRNBZA=",
|
|
842
842
|
"url": "index.html"
|
|
843
843
|
},
|
|
844
844
|
{
|