@mindexec/cli 0.2.478 → 0.2.480
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/README.md +323 -323
- package/codex-model-catalog.js +202 -202
- package/codex-runtime.js +1608 -1608
- package/desktop-workspace-state.cjs +120 -120
- package/electron/main.cjs +517 -517
- package/electron/preload.cjs +17 -17
- package/electron/recurring-update-owner-smoke.mjs +55 -55
- package/electron/recurring-update-owner.cjs +97 -97
- package/electron/source-smoke.mjs +108 -108
- package/electron/update-feed-resolver.cjs +79 -79
- package/electron/update-feed.json +10 -10
- package/electron/update-manager-smoke.mjs +146 -146
- package/electron/update-manager.cjs +297 -297
- package/electron/windows-package-smoke.mjs +156 -156
- package/launch-bridge.cjs +236 -236
- package/lzo1x.js +110 -110
- package/mode4-atlas-worker.js +440 -440
- package/mode4-atlas.js +130 -130
- package/package.json +1 -1
- package/port-guard.cjs +285 -285
- package/remote-fast/osx-arm64/MacScreenCaptureKitH264.swift +339 -339
- package/remote-fast/osx-arm64/MacSystemAudioCapture.swift +214 -214
- package/remote-fast/osx-arm64/UnixRawCaptureHelper.mjs +80 -80
- package/remote-fast/osx-arm64/livedesk-raw-capture-resampler.mjs +73 -73
- package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
- package/remote-fast/osx-x64/MacScreenCaptureKitH264.swift +339 -339
- package/remote-fast/osx-x64/MacSystemAudioCapture.swift +214 -214
- package/remote-fast/osx-x64/UnixRawCaptureHelper.mjs +80 -80
- package/remote-fast/osx-x64/livedesk-raw-capture-resampler.mjs +73 -73
- 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 +3698 -3698
- package/scripts/auth-session-smoke.mjs +262 -262
- package/scripts/board-render-ownership-smoke.mjs +85 -85
- package/scripts/codex-model-catalog-smoke.mjs +150 -150
- package/scripts/codex-runtime-home-smoke.mjs +58 -58
- package/scripts/codex-sdk-image-live-smoke.mjs +43 -43
- package/scripts/codex-sdk-image-runtime-smoke.mjs +122 -122
- package/scripts/codex-sdk-runtime-smoke.mjs +89 -89
- package/scripts/desktop-update-publisher-smoke.mjs +89 -89
- package/scripts/desktop-update-worker-smoke.mjs +72 -72
- package/scripts/desktop-workspace-state-smoke.mjs +81 -81
- package/scripts/drive-installed-update-smoke.mjs +67 -67
- package/scripts/npm-fresh-install-smoke.mjs +216 -216
- package/scripts/publish-mindexec-desktop-updates.mjs +224 -224
- package/scripts/remote-agent-managed-smoke.mjs +318 -318
- package/scripts/remote-agent-package-smoke.mjs +64 -64
- package/scripts/remote-agent-ws-smoke.mjs +269 -269
- package/scripts/remote-fast-live-rate-smoke.mjs +343 -343
- package/scripts/remote-fast-mdm-browser-smoke.mjs +453 -453
- package/scripts/remote-fleet-render-smoke.mjs +1350 -1350
- package/scripts/remote-frame-ws-smoke.mjs +234 -234
- package/scripts/remote-http-smoke.mjs +592 -592
- package/scripts/remote-hub-identity-smoke.mjs +146 -146
- package/scripts/remote-hub-scale-smoke.mjs +124 -124
- package/scripts/remote-hub-smoke.mjs +699 -699
- package/scripts/remote-input-ws-smoke.mjs +263 -263
- package/scripts/remote-registry-follower-smoke.mjs +815 -815
- package/scripts/setup-tree-sitter-grammars.mjs +59 -59
- package/server.js +7510 -7510
- package/start-bridge.bat +32 -32
- package/start-bridge.sh +81 -81
- package/tree-sitter-grammars/README.md +18 -0
- package/tree-sitter-grammars/tree-sitter-c_sharp.wasm +0 -0
- package/tree-sitter-grammars/tree-sitter-go.wasm +0 -0
- package/tree-sitter-grammars/tree-sitter-java.wasm +0 -0
- package/tree-sitter-grammars/tree-sitter-javascript.wasm +0 -0
- package/tree-sitter-grammars/tree-sitter-python.wasm +0 -0
- package/tree-sitter-grammars/tree-sitter-rust.wasm +0 -0
- package/tree-sitter-grammars/tree-sitter-tsx.wasm +0 -0
- package/tree-sitter-grammars/tree-sitter-typescript.wasm +0 -0
- package/wwwroot/_content/MindExecution.Plugins.Admin/css/admin-dashboard.css +546 -546
- package/wwwroot/_content/MindExecution.Plugins.Directory/background.png +0 -0
- package/wwwroot/_content/MindExecution.Plugins.YouTube/css/youtube-search.css +251 -251
- package/wwwroot/_content/MindExecution.Shared/css/mind-map-overrides.css +3789 -3789
- package/wwwroot/_content/MindExecution.Shared/fonts/NotoSansKR-Bold.ttf +0 -0
- package/wwwroot/_content/MindExecution.Shared/fonts/NotoSansKR-Regular.ttf +0 -0
- package/wwwroot/_content/MindExecution.Shared/js/agent-visualization.js +27 -27
- package/wwwroot/_content/MindExecution.Shared/js/background-themes.js +1449 -1449
- package/wwwroot/_content/MindExecution.Shared/js/code-master.js +8316 -8316
- package/wwwroot/_content/MindExecution.Shared/js/file-system-helper.js +338 -338
- package/wwwroot/_content/MindExecution.Shared/js/marked.min.js +69 -69
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-animated-image-preview.js +270 -270
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-automation-edge-motion.js +170 -170
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-board-render-ownership.js +81 -81
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +10528 -10506
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js.backup +1059 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-hotpath.js +902 -902
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +24637 -24637
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-dev-guards.js +325 -325
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-dnd.js +1491 -1491
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-dnd.js.bak +434 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-glow-shader.js +70 -70
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-image-policy.js +218 -218
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +7081 -7087
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js +160 -160
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-renderer.js +9960 -9958
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-video-placeholder.js +107 -107
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-logic-workers.js +1004 -1004
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-menu-manager.js +1351 -1351
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-multi-select.js +865 -865
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-node-search-worker.js +554 -554
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-nodes.js +4771 -4744
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-normal-boundary-optimizer.js +624 -624
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-object-manager.js +241 -241
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-object-manager.js.backup +372 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-pipeline.js +2290 -2290
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-remote-codecs.js +202 -202
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-render-plan.js +1971 -1971
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-text-lod-system.js +93 -93
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-texture-factory.js +2391 -2391
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-texture-factory.js.backup +1258 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-video-playback-controls.js +95 -95
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-visibility-worker.js +895 -895
- package/wwwroot/_content/MindExecution.Shared/js/mindmap-toolbar.js +636 -636
- package/wwwroot/_content/MindExecution.Shared/js/native-drop-handler.js +45 -45
- package/wwwroot/_content/MindExecution.Shared/js/plan-master.js +117 -117
- package/wwwroot/_content/MindExecution.Shared/js/renderers/CSS3DRenderer.js +114 -114
- package/wwwroot/_content/MindExecution.Shared/js/texture-worker-manager.js +10 -10
- package/wwwroot/_content/MindExecution.Shared/js/three.min.js +6 -6
- package/wwwroot/_content/MindExecution.Shared/js/token-manager.js +7 -7
- package/wwwroot/_content/MindExecution.Shared/js/troika-bundle.js +6 -6
- package/wwwroot/_content/MindExecution.Shared/js/troika-bundle.js.map +2 -2
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/css/all.min.css +8 -8
- package/wwwroot/_content/MindExecution.Shared/models/vocab.txt +30522 -30522
- package/wwwroot/_framework/{Google.Protobuf.33g2gb5is0.dll → Google.Protobuf.9h59ukbel7.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Core.z100xo4mg0.dll → MindExecution.Core.gnj3fo0pr7.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Kernel.i9cldrx8yc.dll → MindExecution.Kernel.1qygzf8o02.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Admin.48lzqddb0a.dll → MindExecution.Plugins.Admin.n3uxh144wo.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Business.7m8u1q142p.dll → MindExecution.Plugins.Business.vl5dximn25.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Concept.cl5wmr53od.dll → MindExecution.Plugins.Concept.rutru9qeoi.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Directory.slipi39041.dll → MindExecution.Plugins.Directory.fqbmq85het.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.qfge05l671.dll → MindExecution.Plugins.PlanMaster.ko11cc9pll.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.YouTube.tn7v29ut77.dll → MindExecution.Plugins.YouTube.mt39q0to2j.dll} +0 -0
- package/wwwroot/_framework/MindExecution.Shared.umgls362or.dll +0 -0
- package/wwwroot/_framework/{MindExecution.Web.rwawrxxk38.dll → MindExecution.Web.1dwoarj2hg.dll} +0 -0
- package/wwwroot/_framework/{System.Collections.23yxgetbju.dll → System.Collections.zyvbaq6mpd.dll} +0 -0
- package/wwwroot/_framework/blazor.boot.json +25 -25
- package/wwwroot/_headers +40 -40
- package/wwwroot/_redirects +1 -1
- package/wwwroot/index.html +772 -772
- package/wwwroot/js/marketing-tool.js +180 -180
- package/wwwroot/manifest.webmanifest +23 -23
- package/wwwroot/service-worker-assets.js +109 -81
- package/wwwroot/service-worker.js +33 -33
- package/wwwroot/_framework/MindExecution.Shared.rjqlf0umjn.dll +0 -0
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "PGNukwfc",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
6
6
|
"url": "MindExecution.Web.styles.css"
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
|
-
"hash": "sha256-
|
|
9
|
+
"hash": "sha256-UPqTKbj8nau1eT5VHNC1tC0UBI4VXv1zKa+0faWxshU=",
|
|
10
10
|
"url": "_content/MindExecution.Plugins.Admin/css/admin-dashboard.css"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"hash": "sha256-OgYpbaytrvghoA2wxfCuOqt+e5Q+eQMbHnQ87cIbphI=",
|
|
14
14
|
"url": "_content/MindExecution.Plugins.Directory/MindExecution.Plugins.Directory.u7utcng611.bundle.scp.css"
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"hash": "sha256-WeOKCkI7IdJHs2kCqsKgLfiWX4/sNPbaRUspOLefkCY=",
|
|
18
|
+
"url": "_content/MindExecution.Plugins.Directory/background.png"
|
|
19
|
+
},
|
|
16
20
|
{
|
|
17
21
|
"hash": "sha256-zbSwAFkDDzT6iEeGi/bVEaBFjzNfftVBVjpzbTh4OdI=",
|
|
18
22
|
"url": "_content/MindExecution.Plugins.Directory/directory-manager.js"
|
|
@@ -22,7 +26,7 @@ self.assetsManifest = {
|
|
|
22
26
|
"url": "_content/MindExecution.Plugins.Directory/exampleJsInterop.js"
|
|
23
27
|
},
|
|
24
28
|
{
|
|
25
|
-
"hash": "sha256-
|
|
29
|
+
"hash": "sha256-qN2MAcT7NMZ8W+YK/2QZnuAH2zhmPH7r9IntDZudcp4=",
|
|
26
30
|
"url": "_content/MindExecution.Plugins.YouTube/css/youtube-search.css"
|
|
27
31
|
},
|
|
28
32
|
{
|
|
@@ -38,23 +42,31 @@ self.assetsManifest = {
|
|
|
38
42
|
"url": "_content/MindExecution.Shared/css/app.css"
|
|
39
43
|
},
|
|
40
44
|
{
|
|
41
|
-
"hash": "sha256
|
|
45
|
+
"hash": "sha256-/cMlL4AEpvBdXc/STLk0dU8CdumDaf3Zjs4y6WnNlkk=",
|
|
42
46
|
"url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
|
|
43
47
|
},
|
|
44
48
|
{
|
|
45
|
-
"hash": "sha256-
|
|
49
|
+
"hash": "sha256-xzOUCn3GhxQoSLMKSR6XE47VjcWMTK4zxE4+5S2kEcs=",
|
|
50
|
+
"url": "_content/MindExecution.Shared/fonts/NotoSansKR-Bold.ttf"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"hash": "sha256-xzOUCn3GhxQoSLMKSR6XE47VjcWMTK4zxE4+5S2kEcs=",
|
|
54
|
+
"url": "_content/MindExecution.Shared/fonts/NotoSansKR-Regular.ttf"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"hash": "sha256-MYNrz9H7GGKt0xqhRkroNlGU+3c9bI+Iy8p1nX0RZKg=",
|
|
46
58
|
"url": "_content/MindExecution.Shared/js/agent-visualization.js"
|
|
47
59
|
},
|
|
48
60
|
{
|
|
49
|
-
"hash": "sha256-
|
|
61
|
+
"hash": "sha256-N//7qFaxU/FjNZjzH3rfo+U6vTHZb7BXhx51HSNICoU=",
|
|
50
62
|
"url": "_content/MindExecution.Shared/js/background-themes.js"
|
|
51
63
|
},
|
|
52
64
|
{
|
|
53
|
-
"hash": "sha256
|
|
65
|
+
"hash": "sha256-o+cwRHSaWfV1KnCm21cuOmpU3+0jMhXKmyyIjj++WxI=",
|
|
54
66
|
"url": "_content/MindExecution.Shared/js/code-master.js"
|
|
55
67
|
},
|
|
56
68
|
{
|
|
57
|
-
"hash": "sha256-
|
|
69
|
+
"hash": "sha256-xWROAO24rxIpYwmG/pH9SJ3gXH69c6MLPsgsSlJuaIQ=",
|
|
58
70
|
"url": "_content/MindExecution.Shared/js/file-system-helper.js"
|
|
59
71
|
},
|
|
60
72
|
{
|
|
@@ -62,139 +74,155 @@ self.assetsManifest = {
|
|
|
62
74
|
"url": "_content/MindExecution.Shared/js/helpers/InfiniteGridHelper.js"
|
|
63
75
|
},
|
|
64
76
|
{
|
|
65
|
-
"hash": "sha256-
|
|
77
|
+
"hash": "sha256-Pn59f+s+XVjLbIBPaKtcJMx+XrYnD9bly7kSRzkhfQw=",
|
|
66
78
|
"url": "_content/MindExecution.Shared/js/marked.min.js"
|
|
67
79
|
},
|
|
68
80
|
{
|
|
69
|
-
"hash": "sha256-
|
|
81
|
+
"hash": "sha256-ZBBNgtayyc8tbNb6XBwvuPSuhmQOewwN81540QggcgU=",
|
|
70
82
|
"url": "_content/MindExecution.Shared/js/mind-map-animated-image-preview.js"
|
|
71
83
|
},
|
|
72
84
|
{
|
|
73
|
-
"hash": "sha256-
|
|
85
|
+
"hash": "sha256-eIEyIDJ9wvjoKlHJYZqsK+XOpdBnqvXIHQfLE2kYUgg=",
|
|
74
86
|
"url": "_content/MindExecution.Shared/js/mind-map-automation-edge-motion.js"
|
|
75
87
|
},
|
|
76
88
|
{
|
|
77
|
-
"hash": "sha256-
|
|
89
|
+
"hash": "sha256-W/h4gC38IZn54pM6q++JJFSbDBLokscPLSNvh3xMFpw=",
|
|
78
90
|
"url": "_content/MindExecution.Shared/js/mind-map-board-render-ownership.js"
|
|
79
91
|
},
|
|
80
92
|
{
|
|
81
|
-
"hash": "sha256-
|
|
93
|
+
"hash": "sha256-LRUAnzz0htMlmLIhr3eJ7a3i7pqIj61sTqiAcWJVT6c=",
|
|
82
94
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
83
95
|
},
|
|
84
96
|
{
|
|
85
|
-
"hash": "sha256-
|
|
97
|
+
"hash": "sha256-3iZ+9CNO+IpZAPIoIa8KkFViVO7bqWpzVW72fnkUAew=",
|
|
98
|
+
"url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"hash": "sha256-3OXymXLbgQLXbqa2rQrPpfUq3tnWYVv2LZR3azSeGV0=",
|
|
86
102
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-hotpath.js"
|
|
87
103
|
},
|
|
88
104
|
{
|
|
89
|
-
"hash": "sha256-
|
|
105
|
+
"hash": "sha256-B6Xgsm8b4LyGyp2L+3DZB0fxa3ZqZ9iqp+8K/UcsoB8=",
|
|
90
106
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
107
|
},
|
|
92
108
|
{
|
|
93
|
-
"hash": "sha256-
|
|
109
|
+
"hash": "sha256-ARI4hKXCfvwtwIU5T/tOyGwpdfyqA8kO+V7kmwC7TEA=",
|
|
94
110
|
"url": "_content/MindExecution.Shared/js/mind-map-dev-guards.js"
|
|
95
111
|
},
|
|
96
112
|
{
|
|
97
|
-
"hash": "sha256-
|
|
113
|
+
"hash": "sha256-NZcjN5Pbkxuki2/z029Yog58DHkZDsmDU5baRgMruis=",
|
|
98
114
|
"url": "_content/MindExecution.Shared/js/mind-map-dnd.js"
|
|
99
115
|
},
|
|
100
116
|
{
|
|
101
|
-
"hash": "sha256-
|
|
117
|
+
"hash": "sha256-pEMbimhqMmWLbimvgLk7R36whWOSvc5ygXT7DJS50MA=",
|
|
118
|
+
"url": "_content/MindExecution.Shared/js/mind-map-dnd.js.bak"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"hash": "sha256-7B7gdxe1oZBi+9GHUXcaf6njTH0c3tg8//wBYGfbBcg=",
|
|
102
122
|
"url": "_content/MindExecution.Shared/js/mind-map-glow-shader.js"
|
|
103
123
|
},
|
|
104
124
|
{
|
|
105
|
-
"hash": "sha256-
|
|
125
|
+
"hash": "sha256-2hxpxkdsYVlyDxDcw+ym5nH8SNgBuCBSm8vm4zXCN8M=",
|
|
106
126
|
"url": "_content/MindExecution.Shared/js/mind-map-image-policy.js"
|
|
107
127
|
},
|
|
108
128
|
{
|
|
109
|
-
"hash": "sha256-
|
|
129
|
+
"hash": "sha256-uVMRzWHkDDBBe6tm3VjH4cljpWgBZMQbPwLqDUoRCks=",
|
|
110
130
|
"url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
|
|
111
131
|
},
|
|
112
132
|
{
|
|
113
|
-
"hash": "sha256-
|
|
133
|
+
"hash": "sha256-2l4PHH7mcabKibIZdh7LkR+E9OVbKDnAinGxMd44cmU=",
|
|
114
134
|
"url": "_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js"
|
|
115
135
|
},
|
|
116
136
|
{
|
|
117
|
-
"hash": "sha256-
|
|
137
|
+
"hash": "sha256-2qu9aDwp1HJEuBvzN2H0SrxtTVX1d/2odbeih3fXE1Y=",
|
|
118
138
|
"url": "_content/MindExecution.Shared/js/mind-map-lod-renderer.js"
|
|
119
139
|
},
|
|
120
140
|
{
|
|
121
|
-
"hash": "sha256-
|
|
141
|
+
"hash": "sha256-Tb6u73+LehbMAmg9FQJkDz4G1XmhHdrsaQqWDX5AwEk=",
|
|
122
142
|
"url": "_content/MindExecution.Shared/js/mind-map-lod-video-placeholder.js"
|
|
123
143
|
},
|
|
124
144
|
{
|
|
125
|
-
"hash": "sha256-
|
|
145
|
+
"hash": "sha256-7rzviz00tbj15Shxyi/muYshLrYbRNk8y9tIqyvJGUM=",
|
|
126
146
|
"url": "_content/MindExecution.Shared/js/mind-map-logic-workers.js"
|
|
127
147
|
},
|
|
128
148
|
{
|
|
129
|
-
"hash": "sha256-
|
|
149
|
+
"hash": "sha256-FiJ1rmSBMgvi7GMX2kBR9rGL18x25yZHtBUt4llwNGY=",
|
|
130
150
|
"url": "_content/MindExecution.Shared/js/mind-map-menu-manager.js"
|
|
131
151
|
},
|
|
132
152
|
{
|
|
133
|
-
"hash": "sha256-
|
|
153
|
+
"hash": "sha256-wS7aOK89A/IvLSPLyxFOqkCcnPbqLgFl2Oc+bl8GLBU=",
|
|
134
154
|
"url": "_content/MindExecution.Shared/js/mind-map-multi-select.js"
|
|
135
155
|
},
|
|
136
156
|
{
|
|
137
|
-
"hash": "sha256-
|
|
157
|
+
"hash": "sha256-t9Clrdzh+IKymPvwLSXd4sHSiTkGKj6Xb8cbTl5Q/aA=",
|
|
138
158
|
"url": "_content/MindExecution.Shared/js/mind-map-node-search-worker.js"
|
|
139
159
|
},
|
|
140
160
|
{
|
|
141
|
-
"hash": "sha256-
|
|
161
|
+
"hash": "sha256-b7RtKlV7JrBOoYFt4TpehEFuE6ydN0GaIpkWDMN3pxQ=",
|
|
142
162
|
"url": "_content/MindExecution.Shared/js/mind-map-nodes.js"
|
|
143
163
|
},
|
|
144
164
|
{
|
|
145
|
-
"hash": "sha256-
|
|
165
|
+
"hash": "sha256-HfgcClrZn95e2cG9JgJec9pGJF4sglRB1/8bc9xyqOk=",
|
|
146
166
|
"url": "_content/MindExecution.Shared/js/mind-map-normal-boundary-optimizer.js"
|
|
147
167
|
},
|
|
148
168
|
{
|
|
149
|
-
"hash": "sha256-
|
|
169
|
+
"hash": "sha256-Q2QLR8a8JStPEl28svp9uzcQGDJLZ6nowoSJvL2gQ9U=",
|
|
150
170
|
"url": "_content/MindExecution.Shared/js/mind-map-object-manager.js"
|
|
151
171
|
},
|
|
152
172
|
{
|
|
153
|
-
"hash": "sha256-
|
|
173
|
+
"hash": "sha256-J6W4LtQ14coAV83CEn5izW4OQ6HgpUqi+6UsdlRGfWI=",
|
|
174
|
+
"url": "_content/MindExecution.Shared/js/mind-map-object-manager.js.backup"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"hash": "sha256-pHqW8QvxjoBSjP4026YppVd9hs3QlUePBbb9UCjFDZs=",
|
|
154
178
|
"url": "_content/MindExecution.Shared/js/mind-map-pipeline.js"
|
|
155
179
|
},
|
|
156
180
|
{
|
|
157
|
-
"hash": "sha256-
|
|
181
|
+
"hash": "sha256-kag26w47TCRl3HMnxrhibrBIiiJmmOLtDAZKyUPWHQI=",
|
|
158
182
|
"url": "_content/MindExecution.Shared/js/mind-map-remote-codecs.js"
|
|
159
183
|
},
|
|
160
184
|
{
|
|
161
|
-
"hash": "sha256-
|
|
185
|
+
"hash": "sha256-PihHBHk/uBhyozFJeiUdN/9yWB4aXkeUnoHg1Fjuiik=",
|
|
162
186
|
"url": "_content/MindExecution.Shared/js/mind-map-render-plan.js"
|
|
163
187
|
},
|
|
164
188
|
{
|
|
165
|
-
"hash": "sha256-
|
|
189
|
+
"hash": "sha256-v+uBBIrgde8GhLr8xKvC2nK4UhfzBBP69RFZW1kDkhs=",
|
|
166
190
|
"url": "_content/MindExecution.Shared/js/mind-map-text-lod-system.js"
|
|
167
191
|
},
|
|
168
192
|
{
|
|
169
|
-
"hash": "sha256-
|
|
193
|
+
"hash": "sha256-7qzaaBhBt8aSKAxStxWOnxlAmMRkxH8nMahjYjO5/nQ=",
|
|
170
194
|
"url": "_content/MindExecution.Shared/js/mind-map-texture-factory.js"
|
|
171
195
|
},
|
|
172
196
|
{
|
|
173
|
-
"hash": "sha256-
|
|
197
|
+
"hash": "sha256-aPoxruQaOIkX+R/NXEtKYw5OBa0hRFmVaSw13NgF7mU=",
|
|
198
|
+
"url": "_content/MindExecution.Shared/js/mind-map-texture-factory.js.backup"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"hash": "sha256-rgRmzBpaC5Jv9JJH1ZaW7i4IRUthOfik8McRSyuXMHs=",
|
|
174
202
|
"url": "_content/MindExecution.Shared/js/mind-map-video-playback-controls.js"
|
|
175
203
|
},
|
|
176
204
|
{
|
|
177
|
-
"hash": "sha256-
|
|
205
|
+
"hash": "sha256-MuqzAuC7Wyo7GxkOtpclozmNB+Pu9wC4txMN4I+jM84=",
|
|
178
206
|
"url": "_content/MindExecution.Shared/js/mind-map-visibility-worker.js"
|
|
179
207
|
},
|
|
180
208
|
{
|
|
181
|
-
"hash": "sha256-
|
|
209
|
+
"hash": "sha256-XrXV7l2M7v2rA3bI7rk6Wwd5J8Qaqllr0UCgmhrstpo=",
|
|
182
210
|
"url": "_content/MindExecution.Shared/js/mindmap-toolbar.js"
|
|
183
211
|
},
|
|
184
212
|
{
|
|
185
|
-
"hash": "sha256-
|
|
213
|
+
"hash": "sha256-sYXZJ0TIMNKNKVMU8D8zuY21gYaQe5nfxf38jGG5Vso=",
|
|
186
214
|
"url": "_content/MindExecution.Shared/js/native-drop-handler.js"
|
|
187
215
|
},
|
|
188
216
|
{
|
|
189
|
-
"hash": "sha256-
|
|
217
|
+
"hash": "sha256-niFZ3izTz0U6mbyeTCqTilDNVD4jUIP5m0le64bbHz4=",
|
|
190
218
|
"url": "_content/MindExecution.Shared/js/plan-master.js"
|
|
191
219
|
},
|
|
192
220
|
{
|
|
193
|
-
"hash": "sha256-
|
|
221
|
+
"hash": "sha256-bhxag0Uf6KL+a8LEeYLS3UvXAkh4nTflb7xcxtbIl+U=",
|
|
194
222
|
"url": "_content/MindExecution.Shared/js/renderers/CSS3DRenderer.js"
|
|
195
223
|
},
|
|
196
224
|
{
|
|
197
|
-
"hash": "sha256-
|
|
225
|
+
"hash": "sha256-xaeJb+RAPW+ApkaW/dGXbgKPdiEzQmFOdwIKRElSOTo=",
|
|
198
226
|
"url": "_content/MindExecution.Shared/js/texture-worker-manager.js"
|
|
199
227
|
},
|
|
200
228
|
{
|
|
@@ -202,7 +230,7 @@ self.assetsManifest = {
|
|
|
202
230
|
"url": "_content/MindExecution.Shared/js/texture-worker.js"
|
|
203
231
|
},
|
|
204
232
|
{
|
|
205
|
-
"hash": "sha256-
|
|
233
|
+
"hash": "sha256-knS7zsjZYWhibHMrXTHHdaqM+36qBZm+wMF1kIosHOI=",
|
|
206
234
|
"url": "_content/MindExecution.Shared/js/three.min.js"
|
|
207
235
|
},
|
|
208
236
|
{
|
|
@@ -210,7 +238,7 @@ self.assetsManifest = {
|
|
|
210
238
|
"url": "_content/MindExecution.Shared/js/titlebar-handler.js"
|
|
211
239
|
},
|
|
212
240
|
{
|
|
213
|
-
"hash": "sha256-
|
|
241
|
+
"hash": "sha256-gsUYKDu5S/F5AGSg2enpKoz2nUlKGtNLa/4t4+cvHd0=",
|
|
214
242
|
"url": "_content/MindExecution.Shared/js/token-manager.js"
|
|
215
243
|
},
|
|
216
244
|
{
|
|
@@ -218,15 +246,15 @@ self.assetsManifest = {
|
|
|
218
246
|
"url": "_content/MindExecution.Shared/js/token-worker.js"
|
|
219
247
|
},
|
|
220
248
|
{
|
|
221
|
-
"hash": "sha256-
|
|
249
|
+
"hash": "sha256-SI8HlP2YC8hWgaVQHkgy4scTyCbAs4au83AJuQyLbzM=",
|
|
222
250
|
"url": "_content/MindExecution.Shared/js/troika-bundle.js"
|
|
223
251
|
},
|
|
224
252
|
{
|
|
225
|
-
"hash": "sha256-
|
|
253
|
+
"hash": "sha256-k2DrPx1DXIQkdbPWv0i32DkgzFJzDmCvEj1+mFqJ3jk=",
|
|
226
254
|
"url": "_content/MindExecution.Shared/js/troika-bundle.js.map"
|
|
227
255
|
},
|
|
228
256
|
{
|
|
229
|
-
"hash": "sha256-
|
|
257
|
+
"hash": "sha256-wiz7ZSCn/btzhjKDQBms9Hx4sSeUYsDrTLg7roPstac=",
|
|
230
258
|
"url": "_content/MindExecution.Shared/lib/font-awesome/css/all.min.css"
|
|
231
259
|
},
|
|
232
260
|
{
|
|
@@ -258,12 +286,12 @@ self.assetsManifest = {
|
|
|
258
286
|
"url": "_content/MindExecution.Shared/models/all-MiniLM-L6-v2-quantized.onnx"
|
|
259
287
|
},
|
|
260
288
|
{
|
|
261
|
-
"hash": "sha256-
|
|
289
|
+
"hash": "sha256-B+ztN1zsFE0nyQAkHz4zlHjeyVj5L928VR8pXJkgOKM=",
|
|
262
290
|
"url": "_content/MindExecution.Shared/models/vocab.txt"
|
|
263
291
|
},
|
|
264
292
|
{
|
|
265
|
-
"hash": "sha256-
|
|
266
|
-
"url": "_framework/Google.Protobuf.
|
|
293
|
+
"hash": "sha256-A541k1abRTWr6MqmCXfGDYcKHirypJS19mzPQu3lJt0=",
|
|
294
|
+
"url": "_framework/Google.Protobuf.9h59ukbel7.dll"
|
|
267
295
|
},
|
|
268
296
|
{
|
|
269
297
|
"hash": "sha256-34Ry04hh+o21Q3VDOJoD0lmCasZYDBsC9CvOeWz3BjI=",
|
|
@@ -418,44 +446,44 @@ self.assetsManifest = {
|
|
|
418
446
|
"url": "_framework/MimeMapping.og9ys58ylm.dll"
|
|
419
447
|
},
|
|
420
448
|
{
|
|
421
|
-
"hash": "sha256-
|
|
422
|
-
"url": "_framework/MindExecution.Core.
|
|
449
|
+
"hash": "sha256-PJWd6kWngV5ePF8lxsb40O0lfO2YodlKC3EJ0k8mpQk=",
|
|
450
|
+
"url": "_framework/MindExecution.Core.gnj3fo0pr7.dll"
|
|
423
451
|
},
|
|
424
452
|
{
|
|
425
|
-
"hash": "sha256-
|
|
426
|
-
"url": "_framework/MindExecution.Kernel.
|
|
453
|
+
"hash": "sha256-N818Vn+nKC7+a8YwYy15b9JomNxC4biKSktO4Oj/z/Q=",
|
|
454
|
+
"url": "_framework/MindExecution.Kernel.1qygzf8o02.dll"
|
|
427
455
|
},
|
|
428
456
|
{
|
|
429
|
-
"hash": "sha256-
|
|
430
|
-
"url": "_framework/MindExecution.Plugins.Admin.
|
|
457
|
+
"hash": "sha256-o6sbCeok9vUsq2sBF5BOyXX7Cu1bU+VqmVgdp6QeKUA=",
|
|
458
|
+
"url": "_framework/MindExecution.Plugins.Admin.n3uxh144wo.dll"
|
|
431
459
|
},
|
|
432
460
|
{
|
|
433
|
-
"hash": "sha256-
|
|
434
|
-
"url": "_framework/MindExecution.Plugins.Business.
|
|
461
|
+
"hash": "sha256-o8YvDTE40NViW+DLVdSSE9z1VHEI3swdFp7tVSba6e8=",
|
|
462
|
+
"url": "_framework/MindExecution.Plugins.Business.vl5dximn25.dll"
|
|
435
463
|
},
|
|
436
464
|
{
|
|
437
|
-
"hash": "sha256-
|
|
438
|
-
"url": "_framework/MindExecution.Plugins.Concept.
|
|
465
|
+
"hash": "sha256-45HTazw8VflosL3GP1CmV/SMftV6I38C3AKvlqbraDQ=",
|
|
466
|
+
"url": "_framework/MindExecution.Plugins.Concept.rutru9qeoi.dll"
|
|
439
467
|
},
|
|
440
468
|
{
|
|
441
|
-
"hash": "sha256-
|
|
442
|
-
"url": "_framework/MindExecution.Plugins.Directory.
|
|
469
|
+
"hash": "sha256-GRERnRnH2uqlPlZRgPGq32Kh/fXEV8AfxUcIzqrk658=",
|
|
470
|
+
"url": "_framework/MindExecution.Plugins.Directory.fqbmq85het.dll"
|
|
443
471
|
},
|
|
444
472
|
{
|
|
445
|
-
"hash": "sha256-
|
|
446
|
-
"url": "_framework/MindExecution.Plugins.PlanMaster.
|
|
473
|
+
"hash": "sha256-PDWnqf6LQECXx9n9dizUP7NrCUxQJZF4QKFvEV5+GrM=",
|
|
474
|
+
"url": "_framework/MindExecution.Plugins.PlanMaster.ko11cc9pll.dll"
|
|
447
475
|
},
|
|
448
476
|
{
|
|
449
|
-
"hash": "sha256-
|
|
450
|
-
"url": "_framework/MindExecution.Plugins.YouTube.
|
|
477
|
+
"hash": "sha256-Zlq2mr9Ovi3zfKlt0Yyk4YAsOAOtXWNv2CJnHR0+YN4=",
|
|
478
|
+
"url": "_framework/MindExecution.Plugins.YouTube.mt39q0to2j.dll"
|
|
451
479
|
},
|
|
452
480
|
{
|
|
453
|
-
"hash": "sha256-
|
|
454
|
-
"url": "_framework/MindExecution.Shared.
|
|
481
|
+
"hash": "sha256-ilA4JsOjKGWl4LEcTNpZJessvEhE7qrdgqiaeh7wUWU=",
|
|
482
|
+
"url": "_framework/MindExecution.Shared.umgls362or.dll"
|
|
455
483
|
},
|
|
456
484
|
{
|
|
457
|
-
"hash": "sha256-
|
|
458
|
-
"url": "_framework/MindExecution.Web.
|
|
485
|
+
"hash": "sha256-1f+8amDPhJ8WeAGfC1YyLLAGzNAdegx1MNs+g3z0Mrc=",
|
|
486
|
+
"url": "_framework/MindExecution.Web.1dwoarj2hg.dll"
|
|
459
487
|
},
|
|
460
488
|
{
|
|
461
489
|
"hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
|
|
@@ -501,10 +529,6 @@ self.assetsManifest = {
|
|
|
501
529
|
"hash": "sha256-Kon62RCQ4pqGTawYsp9LgAVwT/66ptahk8JIgsdBQvk=",
|
|
502
530
|
"url": "_framework/Supabase.azmaw5pgcz.dll"
|
|
503
531
|
},
|
|
504
|
-
{
|
|
505
|
-
"hash": "sha256-Mj1cdAdUxZ7F/ULrOiOQEIzu8OJG+tfLz7Et4dPAkrY=",
|
|
506
|
-
"url": "_framework/System.Collections.23yxgetbju.dll"
|
|
507
|
-
},
|
|
508
532
|
{
|
|
509
533
|
"hash": "sha256-PytlRTU4Hx5iWOPXNkXYQIt24hVsUppWY5vgpx8PTIc=",
|
|
510
534
|
"url": "_framework/System.Collections.Concurrent.vow3rm1dku.dll"
|
|
@@ -521,6 +545,10 @@ self.assetsManifest = {
|
|
|
521
545
|
"hash": "sha256-opanE88Yp6SrsrXZ9LaqM1diY8Q0jMrG3jvYM8v3Rao=",
|
|
522
546
|
"url": "_framework/System.Collections.Specialized.ugkjbs6p02.dll"
|
|
523
547
|
},
|
|
548
|
+
{
|
|
549
|
+
"hash": "sha256-ZbcBWmgkYTGdeU2GzVkRs8SERVp8OCUrNQFKiPseGb0=",
|
|
550
|
+
"url": "_framework/System.Collections.zyvbaq6mpd.dll"
|
|
551
|
+
},
|
|
524
552
|
{
|
|
525
553
|
"hash": "sha256-ALmLuW4qrS6x9RlN/Gl2e3DeAW9Ms8T9YcuoATYejvc=",
|
|
526
554
|
"url": "_framework/System.ComponentModel.Annotations.clwo0z2oyu.dll"
|
|
@@ -774,7 +802,7 @@ self.assetsManifest = {
|
|
|
774
802
|
"url": "_framework/Websocket.Client.vapounvmnl.dll"
|
|
775
803
|
},
|
|
776
804
|
{
|
|
777
|
-
"hash": "sha256-
|
|
805
|
+
"hash": "sha256-NjZb6e2bY9Xxv1DCI8Jd7uu4z96vjBBux8Cd1jo95JA=",
|
|
778
806
|
"url": "_framework/blazor.boot.json"
|
|
779
807
|
},
|
|
780
808
|
{
|
|
@@ -814,11 +842,11 @@ self.assetsManifest = {
|
|
|
814
842
|
"url": "_framework/netstandard.b50t77veor.dll"
|
|
815
843
|
},
|
|
816
844
|
{
|
|
817
|
-
"hash": "sha256-
|
|
845
|
+
"hash": "sha256-bBWjhkRhAzXS2e6y84+TVWnJXH0uuenB5uCj/9vcoDY=",
|
|
818
846
|
"url": "_headers"
|
|
819
847
|
},
|
|
820
848
|
{
|
|
821
|
-
"hash": "sha256-
|
|
849
|
+
"hash": "sha256-YDaYPl/ADwFpyek5sYFu13Hu4A4n8vzFF7gZBBRgue8=",
|
|
822
850
|
"url": "_redirects"
|
|
823
851
|
},
|
|
824
852
|
{
|
|
@@ -830,7 +858,7 @@ self.assetsManifest = {
|
|
|
830
858
|
"url": "apple-touch-icon.png"
|
|
831
859
|
},
|
|
832
860
|
{
|
|
833
|
-
"hash": "sha256-
|
|
861
|
+
"hash": "sha256-H6kTJx/eEI+E+fnX9PPKo6vmaU6Hn0VOhgAtbRZ+z4E=",
|
|
834
862
|
"url": "appsettings.json"
|
|
835
863
|
},
|
|
836
864
|
{
|
|
@@ -850,15 +878,15 @@ self.assetsManifest = {
|
|
|
850
878
|
"url": "icon-512.png"
|
|
851
879
|
},
|
|
852
880
|
{
|
|
853
|
-
"hash": "sha256-
|
|
881
|
+
"hash": "sha256-XIPqZA6H2ppZ5Zp3LOjsqPkqGof0dFQG5DGQFMF2Bpg=",
|
|
854
882
|
"url": "index.html"
|
|
855
883
|
},
|
|
856
884
|
{
|
|
857
|
-
"hash": "sha256-
|
|
885
|
+
"hash": "sha256-G8+w6tkPTngFXEIXytZJduwZJlRwz8/Cui1HXACSILE=",
|
|
858
886
|
"url": "js/marketing-tool.js"
|
|
859
887
|
},
|
|
860
888
|
{
|
|
861
|
-
"hash": "sha256-
|
|
889
|
+
"hash": "sha256-frd6sPh7tgjSCok2wHO7u+f1wVJ59nt31DiXKLTvJug=",
|
|
862
890
|
"url": "manifest.webmanifest"
|
|
863
891
|
},
|
|
864
892
|
{
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
/* Manifest version:
|
|
2
|
-
// Hosted deployments should prefer the network over stale offline caches.
|
|
3
|
-
// This service worker immediately clears old Blazor offline caches and unregisters itself.
|
|
4
|
-
|
|
5
|
-
self.addEventListener('install', () => {
|
|
6
|
-
self.skipWaiting();
|
|
7
|
-
});
|
|
8
|
-
|
|
9
|
-
self.addEventListener('activate', event => event.waitUntil((async () => {
|
|
10
|
-
try {
|
|
11
|
-
const cacheKeys = await caches.keys();
|
|
12
|
-
await Promise.allSettled(
|
|
13
|
-
cacheKeys
|
|
14
|
-
.filter(key => key.startsWith('offline-cache-'))
|
|
15
|
-
.map(key => caches.delete(key))
|
|
16
|
-
);
|
|
17
|
-
} catch { }
|
|
18
|
-
|
|
19
|
-
try {
|
|
20
|
-
await self.clients.claim();
|
|
21
|
-
} catch { }
|
|
22
|
-
|
|
23
|
-
try {
|
|
24
|
-
await self.registration.unregister();
|
|
25
|
-
} catch { }
|
|
26
|
-
|
|
27
|
-
try {
|
|
28
|
-
const clients = await self.clients.matchAll({ type: 'window', includeUncontrolled: true });
|
|
29
|
-
await Promise.allSettled(clients.map(client => client.navigate(client.url)));
|
|
30
|
-
} catch { }
|
|
31
|
-
})()));
|
|
32
|
-
|
|
33
|
-
self.addEventListener('fetch', () => { });
|
|
1
|
+
/* Manifest version: PGNukwfc */
|
|
2
|
+
// Hosted deployments should prefer the network over stale offline caches.
|
|
3
|
+
// This service worker immediately clears old Blazor offline caches and unregisters itself.
|
|
4
|
+
|
|
5
|
+
self.addEventListener('install', () => {
|
|
6
|
+
self.skipWaiting();
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
self.addEventListener('activate', event => event.waitUntil((async () => {
|
|
10
|
+
try {
|
|
11
|
+
const cacheKeys = await caches.keys();
|
|
12
|
+
await Promise.allSettled(
|
|
13
|
+
cacheKeys
|
|
14
|
+
.filter(key => key.startsWith('offline-cache-'))
|
|
15
|
+
.map(key => caches.delete(key))
|
|
16
|
+
);
|
|
17
|
+
} catch { }
|
|
18
|
+
|
|
19
|
+
try {
|
|
20
|
+
await self.clients.claim();
|
|
21
|
+
} catch { }
|
|
22
|
+
|
|
23
|
+
try {
|
|
24
|
+
await self.registration.unregister();
|
|
25
|
+
} catch { }
|
|
26
|
+
|
|
27
|
+
try {
|
|
28
|
+
const clients = await self.clients.matchAll({ type: 'window', includeUncontrolled: true });
|
|
29
|
+
await Promise.allSettled(clients.map(client => client.navigate(client.url)));
|
|
30
|
+
} catch { }
|
|
31
|
+
})()));
|
|
32
|
+
|
|
33
|
+
self.addEventListener('fetch', () => { });
|
|
Binary file
|