@mindexec/cli 0.2.483 → 0.2.494

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 (70) hide show
  1. package/codex-runtime.js +6 -2
  2. package/electron/main.cjs +56 -32
  3. package/electron/preload.cjs +178 -0
  4. package/electron/source-smoke.mjs +14 -1
  5. package/electron/windows-package-smoke.mjs +16 -0
  6. package/package.json +11 -10
  7. package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
  8. package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
  9. package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
  10. package/wwwroot/_content/MindExecution.Shared/css/app.css +1 -1
  11. package/wwwroot/_content/MindExecution.Shared/js/canvas-chat-task-switch.js +122 -0
  12. package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +161 -16
  13. package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +68 -2
  14. package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js +44 -8
  15. package/wwwroot/_content/MindExecution.Shared/js/mind-map-logic-workers.js +823 -111
  16. package/wwwroot/_content/MindExecution.Shared/js/mind-map-native-core-bridge.js +399 -0
  17. package/wwwroot/_content/MindExecution.Shared/js/mind-map-node-search-worker.js +53 -10
  18. package/wwwroot/_content/MindExecution.Shared/js/mind-map-visibility-worker.js +71 -11
  19. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core-simd.js +18 -0
  20. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core-simd.wasm +0 -0
  21. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core.js +18 -0
  22. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core.wasm +0 -0
  23. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-native-core-adapter.js +566 -0
  24. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-native-core-worker.js +89 -0
  25. package/wwwroot/_content/MindExecution.Shared/native-core/native-core-manifest.json +59 -0
  26. package/wwwroot/_framework/BenchmarkUtils.ytz7pn9azy.dll +0 -0
  27. package/wwwroot/_framework/Edgar.9yqq548b45.dll +0 -0
  28. package/wwwroot/_framework/GraphPlanarityTesting.lgk3vd0bh9.dll +0 -0
  29. package/wwwroot/_framework/Microsoft.Win32.SystemEvents.f8qhom7uq5.dll +0 -0
  30. package/wwwroot/_framework/{MindExecution.Core.zs4n1f9hjc.dll → MindExecution.Core.tre9kny2uo.dll} +0 -0
  31. package/wwwroot/_framework/{MindExecution.Kernel.l9idvg7mp7.dll → MindExecution.Kernel.lvfnhwdksf.dll} +0 -0
  32. package/wwwroot/_framework/{MindExecution.Plugins.Admin.l37qx5d8zi.dll → MindExecution.Plugins.Admin.k2vbe4lt64.dll} +0 -0
  33. package/wwwroot/_framework/{MindExecution.Plugins.Business.d7b282yazn.dll → MindExecution.Plugins.Business.u7i3r45xp5.dll} +0 -0
  34. package/wwwroot/_framework/{MindExecution.Plugins.Concept.iw98n0qz5k.dll → MindExecution.Plugins.Concept.7eoasvev17.dll} +0 -0
  35. package/wwwroot/_framework/{MindExecution.Plugins.Directory.cqgn6pa8di.dll → MindExecution.Plugins.Directory.rhh13u0z6c.dll} +0 -0
  36. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.j8xoa8nl57.dll → MindExecution.Plugins.PlanMaster.xzl2x2cqk4.dll} +0 -0
  37. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.zvpzk7om4z.dll → MindExecution.Plugins.YouTube.945tf0zc9m.dll} +0 -0
  38. package/wwwroot/_framework/{MindExecution.Shared.ovot7q606x.dll → MindExecution.Shared.e0w408b0ti.dll} +0 -0
  39. package/wwwroot/_framework/{MindExecution.Web.bzuaz35jv0.dll → MindExecution.Web.vc6ux7xjcw.dll} +0 -0
  40. package/wwwroot/_framework/RangeTree.iw8h1x5u2y.dll +0 -0
  41. package/wwwroot/_framework/System.Collections.Concurrent.jzwteolu29.dll +0 -0
  42. package/wwwroot/_framework/System.Collections.NonGeneric.uqtvwssxuq.dll +0 -0
  43. package/wwwroot/_framework/System.Collections.Specialized.85qtrfslgb.dll +0 -0
  44. package/wwwroot/_framework/System.Collections.xmhu72xgrp.dll +0 -0
  45. package/wwwroot/_framework/System.ComponentModel.Primitives.excbd02v5j.dll +0 -0
  46. package/wwwroot/_framework/System.ComponentModel.TypeConverter.ek2jcwibb9.dll +0 -0
  47. package/wwwroot/_framework/System.ComponentModel.wfe9zz2icv.dll +0 -0
  48. package/wwwroot/_framework/System.Console.5j283so6ps.dll +0 -0
  49. package/wwwroot/_framework/System.Drawing.Common.xzizafq144.dll +0 -0
  50. package/wwwroot/_framework/System.Private.CoreLib.7ouudb2fbl.dll +0 -0
  51. package/wwwroot/_framework/{System.Text.RegularExpressions.cvkox11l6l.dll → System.Text.RegularExpressions.b0vqxbob08.dll} +0 -0
  52. package/wwwroot/_framework/System.Threading.Tasks.Parallel.9tqazg1b0u.dll +0 -0
  53. package/wwwroot/_framework/System.Threading.Tasks.zl4yo3otxa.dll +0 -0
  54. package/wwwroot/_framework/YamlDotNet.dtey92juka.dll +0 -0
  55. package/wwwroot/_framework/blazor.boot.json +63 -45
  56. package/wwwroot/_framework/{dotnet.native.60hhmnxyoo.wasm → dotnet.native.58bvs6q392.wasm} +0 -0
  57. package/wwwroot/_framework/netstandard.he3m3p1s9q.dll +0 -0
  58. package/wwwroot/index.html +2 -1
  59. package/wwwroot/service-worker-assets.js +128 -56
  60. package/wwwroot/service-worker.js +1 -1
  61. package/wwwroot/_framework/System.Collections.3iuoxbe8my.dll +0 -0
  62. package/wwwroot/_framework/System.Collections.Concurrent.vow3rm1dku.dll +0 -0
  63. package/wwwroot/_framework/System.Collections.NonGeneric.npjkaz40oc.dll +0 -0
  64. package/wwwroot/_framework/System.Collections.Specialized.ugkjbs6p02.dll +0 -0
  65. package/wwwroot/_framework/System.ComponentModel.Primitives.end4v0xe2c.dll +0 -0
  66. package/wwwroot/_framework/System.ComponentModel.TypeConverter.tgtp5sm4iv.dll +0 -0
  67. package/wwwroot/_framework/System.ComponentModel.wupoltkk1t.dll +0 -0
  68. package/wwwroot/_framework/System.Console.9dik0wogo2.dll +0 -0
  69. package/wwwroot/_framework/System.Private.CoreLib.7s8wte759y.dll +0 -0
  70. package/wwwroot/_framework/netstandard.b50t77veor.dll +0 -0
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "Xc2iV1/U",
2
+ "version": "FL27lJqF",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -38,7 +38,7 @@ self.assetsManifest = {
38
38
  "url": "_content/MindExecution.Shared/css/admin-dashboard.css"
39
39
  },
40
40
  {
41
- "hash": "sha256-PtsXxiHGqEU9K4ROZezstWpye2aYp+bKPiynrOZhZp0=",
41
+ "hash": "sha256-0MloZm8NXsyoLrAw70ijr542y8XBh9+V5qMGqSryoTI=",
42
42
  "url": "_content/MindExecution.Shared/css/app.css"
43
43
  },
44
44
  {
@@ -61,6 +61,10 @@ self.assetsManifest = {
61
61
  "hash": "sha256-N//7qFaxU/FjNZjzH3rfo+U6vTHZb7BXhx51HSNICoU=",
62
62
  "url": "_content/MindExecution.Shared/js/background-themes.js"
63
63
  },
64
+ {
65
+ "hash": "sha256-/QkRSYAAgxdsF2ktMVlb47h6zssuvcujrcNjG9oGg1w=",
66
+ "url": "_content/MindExecution.Shared/js/canvas-chat-task-switch.js"
67
+ },
64
68
  {
65
69
  "hash": "sha256-o+cwRHSaWfV1KnCm21cuOmpU3+0jMhXKmyyIjj++WxI=",
66
70
  "url": "_content/MindExecution.Shared/js/code-master.js"
@@ -106,7 +110,7 @@ self.assetsManifest = {
106
110
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-hotpath.js"
107
111
  },
108
112
  {
109
- "hash": "sha256-agt+cyYP3mh+j+38obj+qziQPfOltovg2kWJUndOJXI=",
113
+ "hash": "sha256-iQC8ViZr6VwI/xdbIowq2OgOFpoJ24GeYRLPVvbsMjo=",
110
114
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
111
115
  },
112
116
  {
@@ -130,11 +134,11 @@ self.assetsManifest = {
130
134
  "url": "_content/MindExecution.Shared/js/mind-map-image-policy.js"
131
135
  },
132
136
  {
133
- "hash": "sha256-uVMRzWHkDDBBe6tm3VjH4cljpWgBZMQbPwLqDUoRCks=",
137
+ "hash": "sha256-5FrHGQ3xF8miIK5tmZ0iwkNZvn9vAM/mptunnvtzSgs=",
134
138
  "url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
135
139
  },
136
140
  {
137
- "hash": "sha256-2l4PHH7mcabKibIZdh7LkR+E9OVbKDnAinGxMd44cmU=",
141
+ "hash": "sha256-X3qaSe0ufrDVCTIrrXC6WhamFTACZziwW4c8EnhWRCE=",
138
142
  "url": "_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js"
139
143
  },
140
144
  {
@@ -146,7 +150,7 @@ self.assetsManifest = {
146
150
  "url": "_content/MindExecution.Shared/js/mind-map-lod-video-placeholder.js"
147
151
  },
148
152
  {
149
- "hash": "sha256-7rzviz00tbj15Shxyi/muYshLrYbRNk8y9tIqyvJGUM=",
153
+ "hash": "sha256-M0RYvi4189vTfGKGna3YvTG7ZpR0Tdy7z7DS16ejT/A=",
150
154
  "url": "_content/MindExecution.Shared/js/mind-map-logic-workers.js"
151
155
  },
152
156
  {
@@ -158,7 +162,11 @@ self.assetsManifest = {
158
162
  "url": "_content/MindExecution.Shared/js/mind-map-multi-select.js"
159
163
  },
160
164
  {
161
- "hash": "sha256-t9Clrdzh+IKymPvwLSXd4sHSiTkGKj6Xb8cbTl5Q/aA=",
165
+ "hash": "sha256-5HNoeOpxJHfj7ynpPoLL+9qR7yHeJdwd2N766jh519s=",
166
+ "url": "_content/MindExecution.Shared/js/mind-map-native-core-bridge.js"
167
+ },
168
+ {
169
+ "hash": "sha256-Eqqpgj63LSnvwpcI94sEIkP7avXqc1b/qeiNe5aeymE=",
162
170
  "url": "_content/MindExecution.Shared/js/mind-map-node-search-worker.js"
163
171
  },
164
172
  {
@@ -206,7 +214,7 @@ self.assetsManifest = {
206
214
  "url": "_content/MindExecution.Shared/js/mind-map-video-playback-controls.js"
207
215
  },
208
216
  {
209
- "hash": "sha256-MuqzAuC7Wyo7GxkOtpclozmNB+Pu9wC4txMN4I+jM84=",
217
+ "hash": "sha256-rEj9V29AWnMLRP0o90lBN0hS0WtoG/M89FOnCEvkPk8=",
210
218
  "url": "_content/MindExecution.Shared/js/mind-map-visibility-worker.js"
211
219
  },
212
220
  {
@@ -293,10 +301,50 @@ self.assetsManifest = {
293
301
  "hash": "sha256-B+ztN1zsFE0nyQAkHz4zlHjeyVj5L928VR8pXJkgOKM=",
294
302
  "url": "_content/MindExecution.Shared/models/vocab.txt"
295
303
  },
304
+ {
305
+ "hash": "sha256-1QiKgK04U+ioAo9QbnT0LbGyKz0WV8k+30Ip01V30XI=",
306
+ "url": "_content/MindExecution.Shared/native-core/mindexec-core-simd.js"
307
+ },
308
+ {
309
+ "hash": "sha256-kupqfILFMSmLU6LjMGSORC0e+5xHYMFTV8fqyJ2i5Kc=",
310
+ "url": "_content/MindExecution.Shared/native-core/mindexec-core-simd.wasm"
311
+ },
312
+ {
313
+ "hash": "sha256-LjiF/xdMU8+X1dQDt+8ObgfAO4CPsEcounerr1+lkl4=",
314
+ "url": "_content/MindExecution.Shared/native-core/mindexec-core.js"
315
+ },
316
+ {
317
+ "hash": "sha256-9syX/eW+h0QiDiZPhVOEAF5jeNnF0KHJAdL2tB6g9Yk=",
318
+ "url": "_content/MindExecution.Shared/native-core/mindexec-core.wasm"
319
+ },
320
+ {
321
+ "hash": "sha256-pRp71eoI5Cpiso3igo5I1/BiCI9e+IUXilLuVPRYwTg=",
322
+ "url": "_content/MindExecution.Shared/native-core/mindexec-native-core-adapter.js"
323
+ },
324
+ {
325
+ "hash": "sha256-fC3j+RJPhDbVGyvuspUL4F3IlwgcucKittyyvoqs4FM=",
326
+ "url": "_content/MindExecution.Shared/native-core/mindexec-native-core-worker.js"
327
+ },
328
+ {
329
+ "hash": "sha256-HZPsI52HkYqD6U3qozs/w4j2xMQw9BwNQRCBTxA/A74=",
330
+ "url": "_content/MindExecution.Shared/native-core/native-core-manifest.json"
331
+ },
332
+ {
333
+ "hash": "sha256-2snDJj4nAyC763C1PU4JeysJ2a5UbfIXdDcplKd6I0o=",
334
+ "url": "_framework/BenchmarkUtils.ytz7pn9azy.dll"
335
+ },
336
+ {
337
+ "hash": "sha256-8f8qinK60uoI6GWEFYjiYJTpZthml6jnBCuOvQ6dcjA=",
338
+ "url": "_framework/Edgar.9yqq548b45.dll"
339
+ },
296
340
  {
297
341
  "hash": "sha256-A541k1abRTWr6MqmCXfGDYcKHirypJS19mzPQu3lJt0=",
298
342
  "url": "_framework/Google.Protobuf.9h59ukbel7.dll"
299
343
  },
344
+ {
345
+ "hash": "sha256-VR15glc4LmY3yVeuRcjGhtWL8mWRw/2zaDVvtFYxrI4=",
346
+ "url": "_framework/GraphPlanarityTesting.lgk3vd0bh9.dll"
347
+ },
300
348
  {
301
349
  "hash": "sha256-34Ry04hh+o21Q3VDOJoD0lmCasZYDBsC9CvOeWz3BjI=",
302
350
  "url": "_framework/Markdig.d1j7v41cl1.dll"
@@ -445,54 +493,62 @@ self.assetsManifest = {
445
493
  "hash": "sha256-5RyGeP1gKiHCSbNp6DOWYBmTUTJHb5Q02olr74CLo7E=",
446
494
  "url": "_framework/Microsoft.NET.StringTools.3qbrf4v2ki.dll"
447
495
  },
496
+ {
497
+ "hash": "sha256-D7/QoXfYa20RZHuExkOiCEt2+Mpfwoo4lWWe5UbvRno=",
498
+ "url": "_framework/Microsoft.Win32.SystemEvents.f8qhom7uq5.dll"
499
+ },
448
500
  {
449
501
  "hash": "sha256-aDT1phBFbtQuu2dKG0fMtPeNJLuPRJ+CH2/3h8BGAzs=",
450
502
  "url": "_framework/MimeMapping.og9ys58ylm.dll"
451
503
  },
452
504
  {
453
- "hash": "sha256-7XrZrL5PkRnemA1LjFguxgE7rqR8wOLZXdACUZG0MWg=",
454
- "url": "_framework/MindExecution.Core.zs4n1f9hjc.dll"
505
+ "hash": "sha256-91zZBeeqVua/7HXoiGEqryXvGNM4izL+l8z4Kh0C0fQ=",
506
+ "url": "_framework/MindExecution.Core.tre9kny2uo.dll"
455
507
  },
456
508
  {
457
- "hash": "sha256-uUzGo7hkUYV9pS1KkxLa5+9cFsVlHBGjV/9K0NYwl8Y=",
458
- "url": "_framework/MindExecution.Kernel.l9idvg7mp7.dll"
509
+ "hash": "sha256-IbFx8JxXa+QRUNm9pqBTSmFo7ghuQnBToTiXbHwmVWk=",
510
+ "url": "_framework/MindExecution.Kernel.lvfnhwdksf.dll"
459
511
  },
460
512
  {
461
- "hash": "sha256-cWsGhcCLF1k1nJxbJosjPxO4RwkkmEkW+SwPRqnIWhM=",
462
- "url": "_framework/MindExecution.Plugins.Admin.l37qx5d8zi.dll"
513
+ "hash": "sha256-9J/m3xgDb5mm7Iq8Pj17SESapskdzW9cGjsLTbjqRSo=",
514
+ "url": "_framework/MindExecution.Plugins.Admin.k2vbe4lt64.dll"
463
515
  },
464
516
  {
465
- "hash": "sha256-x2oOQwLMyVaZxKffXxSG3RCoRjXlINsX90AHK9sLqQk=",
466
- "url": "_framework/MindExecution.Plugins.Business.d7b282yazn.dll"
517
+ "hash": "sha256-BmYgSNMKLzOXhtW3hladCk/DnzPqB9tZtlGEYL4fLNs=",
518
+ "url": "_framework/MindExecution.Plugins.Business.u7i3r45xp5.dll"
467
519
  },
468
520
  {
469
- "hash": "sha256-3kSdSqvBJAqTuy//MpLkJbupPx0hTSS3nL7nmpvyZFs=",
470
- "url": "_framework/MindExecution.Plugins.Concept.iw98n0qz5k.dll"
521
+ "hash": "sha256-AU7HZTLvW82YaSb4MhCUvT82f22sEnuHTpyIU6VEmd4=",
522
+ "url": "_framework/MindExecution.Plugins.Concept.7eoasvev17.dll"
471
523
  },
472
524
  {
473
- "hash": "sha256-dB6SrNy6adA7R6ubKq0YDreLSzAA2ws0m13aFP/wWVc=",
474
- "url": "_framework/MindExecution.Plugins.Directory.cqgn6pa8di.dll"
525
+ "hash": "sha256-z+nlo4PUKukFfztUGISdXKarSzf18L1QjG0aPTlNuh4=",
526
+ "url": "_framework/MindExecution.Plugins.Directory.rhh13u0z6c.dll"
475
527
  },
476
528
  {
477
- "hash": "sha256-Q9g9/Xs3dhJT+2RVAXb5ZoCT0ep5DeXYPy/8W5TWtvY=",
478
- "url": "_framework/MindExecution.Plugins.PlanMaster.j8xoa8nl57.dll"
529
+ "hash": "sha256-3SRAAp8G04dLhv4hOlc2I6TwPIu2Jf5zqrTX1MmExPE=",
530
+ "url": "_framework/MindExecution.Plugins.PlanMaster.xzl2x2cqk4.dll"
479
531
  },
480
532
  {
481
- "hash": "sha256-z31H/4EKYUcn0Ev09Yd1r9F9j6NvemCmjQzZhVHuehY=",
482
- "url": "_framework/MindExecution.Plugins.YouTube.zvpzk7om4z.dll"
533
+ "hash": "sha256-16G/XU3ruiPabnxisVAy4YVTZcZ3u0fED6u1adzTHFw=",
534
+ "url": "_framework/MindExecution.Plugins.YouTube.945tf0zc9m.dll"
483
535
  },
484
536
  {
485
- "hash": "sha256-zG0OUiZmgQ3P0BbT/fTv5PLjerpbYsHPyYB4qYl7l00=",
486
- "url": "_framework/MindExecution.Shared.ovot7q606x.dll"
537
+ "hash": "sha256-DksjGVFvlR0gB4apcyqX7uFRDBVmB3DaDluLKaDXJWc=",
538
+ "url": "_framework/MindExecution.Shared.e0w408b0ti.dll"
487
539
  },
488
540
  {
489
- "hash": "sha256-V7qhdSCSM+AG31Pc8swykgZwg1EN4Agz4VA/kCma+98=",
490
- "url": "_framework/MindExecution.Web.bzuaz35jv0.dll"
541
+ "hash": "sha256-UXcmU/KJXjmvG/mBkeVrXffAoAldr6D+A85/g34BGas=",
542
+ "url": "_framework/MindExecution.Web.vc6ux7xjcw.dll"
491
543
  },
492
544
  {
493
545
  "hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
494
546
  "url": "_framework/Newtonsoft.Json.a56zs13vug.dll"
495
547
  },
548
+ {
549
+ "hash": "sha256-UtwlCz0MvLZWL5jltYSJE0BZGilTB0Nk22ZCwJsRHZA=",
550
+ "url": "_framework/RangeTree.iw8h1x5u2y.dll"
551
+ },
496
552
  {
497
553
  "hash": "sha256-6DrtHULYroBqvrAvAjOkdydbgrXbkskqoMJDJVq2p5M=",
498
554
  "url": "_framework/SQLitePCLRaw.batteries_v2.sfbkwlzomg.dll"
@@ -534,44 +590,44 @@ self.assetsManifest = {
534
590
  "url": "_framework/Supabase.azmaw5pgcz.dll"
535
591
  },
536
592
  {
537
- "hash": "sha256-a103KEA3xZ0tBaSi99B7VXuEscpr6RMGe1/eFNuz670=",
538
- "url": "_framework/System.Collections.3iuoxbe8my.dll"
539
- },
540
- {
541
- "hash": "sha256-PytlRTU4Hx5iWOPXNkXYQIt24hVsUppWY5vgpx8PTIc=",
542
- "url": "_framework/System.Collections.Concurrent.vow3rm1dku.dll"
593
+ "hash": "sha256-P0pJGYwPdFMJvPYn4Gp+mNMM2KPdRh8nmB64xT82AP8=",
594
+ "url": "_framework/System.Collections.Concurrent.jzwteolu29.dll"
543
595
  },
544
596
  {
545
597
  "hash": "sha256-op5xSkGyOSKVhFHn5U0j7SiJ3WEPLqA02/ss1NKf2Yg=",
546
598
  "url": "_framework/System.Collections.Immutable.ap9596utv5.dll"
547
599
  },
548
600
  {
549
- "hash": "sha256-y5bX6NSbxA8o7EJ9C0vujUNU93Wd2UhdpA5+C8WpRPY=",
550
- "url": "_framework/System.Collections.NonGeneric.npjkaz40oc.dll"
601
+ "hash": "sha256-VriW31HN4J8CRIvpWXKDXlJlxL9e2cR6QPcYWvU1KCo=",
602
+ "url": "_framework/System.Collections.NonGeneric.uqtvwssxuq.dll"
551
603
  },
552
604
  {
553
- "hash": "sha256-opanE88Yp6SrsrXZ9LaqM1diY8Q0jMrG3jvYM8v3Rao=",
554
- "url": "_framework/System.Collections.Specialized.ugkjbs6p02.dll"
605
+ "hash": "sha256-ZD8aGvSaJvuZo++yimZKJIo4Txu1k7U90UAFVqg/CMA=",
606
+ "url": "_framework/System.Collections.Specialized.85qtrfslgb.dll"
607
+ },
608
+ {
609
+ "hash": "sha256-yXOixwLQnI4k8H/ezGRbdm94f4UO/kFnO9V9IxU1Ut4=",
610
+ "url": "_framework/System.Collections.xmhu72xgrp.dll"
555
611
  },
556
612
  {
557
613
  "hash": "sha256-ALmLuW4qrS6x9RlN/Gl2e3DeAW9Ms8T9YcuoATYejvc=",
558
614
  "url": "_framework/System.ComponentModel.Annotations.clwo0z2oyu.dll"
559
615
  },
560
616
  {
561
- "hash": "sha256-Gi1I/XBckUQXoJLoNNMmz5spL9eqeCkS/D1vYEgV57g=",
562
- "url": "_framework/System.ComponentModel.Primitives.end4v0xe2c.dll"
617
+ "hash": "sha256-MiM+8EaM6KcdaQ7Gll8kg7EZrdoiSvMhbeUafnpsfL8=",
618
+ "url": "_framework/System.ComponentModel.Primitives.excbd02v5j.dll"
563
619
  },
564
620
  {
565
- "hash": "sha256-bdYu+4aR6MdkA7o/05m1kwDrWA4dxqHs1kRme5Xna24=",
566
- "url": "_framework/System.ComponentModel.TypeConverter.tgtp5sm4iv.dll"
621
+ "hash": "sha256-vn8wdhspY4JWoaZzeQNOeYHVj9THYICYFq4sZaLYcY4=",
622
+ "url": "_framework/System.ComponentModel.TypeConverter.ek2jcwibb9.dll"
567
623
  },
568
624
  {
569
- "hash": "sha256-GF4wfa72heuiKR0QdZ/8Ymye9Y3EVSF1z6s2jR/JY58=",
570
- "url": "_framework/System.ComponentModel.wupoltkk1t.dll"
625
+ "hash": "sha256-XMCin2SIb1VIA8LMSW1NNi9ZSSzko+Ige16opOR+frA=",
626
+ "url": "_framework/System.ComponentModel.wfe9zz2icv.dll"
571
627
  },
572
628
  {
573
- "hash": "sha256-A2aPqU1mVMnFbvAEFnOow4pPPZzWmVR4lx+2bckalPk=",
574
- "url": "_framework/System.Console.9dik0wogo2.dll"
629
+ "hash": "sha256-L24bD7lkinXoP2JGzvoJcWJ/YS8+G3Qdncjnqla4XRY=",
630
+ "url": "_framework/System.Console.5j283so6ps.dll"
575
631
  },
576
632
  {
577
633
  "hash": "sha256-YBIdmzUK8AHHhWlk8QlmSRrXaJ7InCu27DcHcVDBkvA=",
@@ -597,6 +653,10 @@ self.assetsManifest = {
597
653
  "hash": "sha256-FtcNl2uDwAdfYJach968OF5Yv8KPBiVjl1D0PlQGrDA=",
598
654
  "url": "_framework/System.Drawing.64oovy8qts.dll"
599
655
  },
656
+ {
657
+ "hash": "sha256-E+/s4U4Xt/iFr/+Dd7ZSqXXAOJZKgnOAW4C5r7OPcHc=",
658
+ "url": "_framework/System.Drawing.Common.xzizafq144.dll"
659
+ },
600
660
  {
601
661
  "hash": "sha256-YLDcvfUXTdid9GCo3fMKbyW5WTJ2lJPuMb3YkJhcRkA=",
602
662
  "url": "_framework/System.Drawing.Primitives.o6jiqpgbgl.dll"
@@ -674,8 +734,8 @@ self.assetsManifest = {
674
734
  "url": "_framework/System.ObjectModel.yct1gdirzf.dll"
675
735
  },
676
736
  {
677
- "hash": "sha256-iSaryfzFI9zYnC5XopFpIBHr1sej8SGOWduSn1XMmvs=",
678
- "url": "_framework/System.Private.CoreLib.7s8wte759y.dll"
737
+ "hash": "sha256-xw97UmFSAJ5MoCXzyGE1ZyCjhqlNCYPc1H4xVvqjTxI=",
738
+ "url": "_framework/System.Private.CoreLib.7ouudb2fbl.dll"
679
739
  },
680
740
  {
681
741
  "hash": "sha256-MB8kD4MSWVtneMtZ06c8cKXJCO/EBXrSY3H535KTU9o=",
@@ -762,13 +822,21 @@ self.assetsManifest = {
762
822
  "url": "_framework/System.Text.Json.0v0qgmri0w.dll"
763
823
  },
764
824
  {
765
- "hash": "sha256-WMuhtIW2iGfPEIJN2je+ijXB+VM7uodRrUIdvsXl4Q4=",
766
- "url": "_framework/System.Text.RegularExpressions.cvkox11l6l.dll"
825
+ "hash": "sha256-eyzsQWOOJNsQ2s6tidlAWMecwaqj3yIUYJOBjsRzXZI=",
826
+ "url": "_framework/System.Text.RegularExpressions.b0vqxbob08.dll"
767
827
  },
768
828
  {
769
829
  "hash": "sha256-uBskY7pwTdtCHuVyY04ihoSM1DZ2QXqthW9t/BCLBIk=",
770
830
  "url": "_framework/System.Threading.Channels.419493szqu.dll"
771
831
  },
832
+ {
833
+ "hash": "sha256-PbmmvD21J1hyghhOcrmIeJxtnNbnQ54SZ8GGER0vckQ=",
834
+ "url": "_framework/System.Threading.Tasks.Parallel.9tqazg1b0u.dll"
835
+ },
836
+ {
837
+ "hash": "sha256-1w+v8Jj5yWBUJ4oTIi0ua4ajguNVLmy8eJKKCuNsOfU=",
838
+ "url": "_framework/System.Threading.Tasks.zl4yo3otxa.dll"
839
+ },
772
840
  {
773
841
  "hash": "sha256-ZRIAn9jRxhpyGpYyBH+MJbsb2SxgzNESn5/JGjqIVkY=",
774
842
  "url": "_framework/System.Threading.Thread.xhmys87xh5.dll"
@@ -806,7 +874,11 @@ self.assetsManifest = {
806
874
  "url": "_framework/Websocket.Client.vapounvmnl.dll"
807
875
  },
808
876
  {
809
- "hash": "sha256-PhUrI4I2+YbbML6TFXABhXBOVOkTCkSjSyLFEU3MV6w=",
877
+ "hash": "sha256-gSCqQLWZvo5ND65tmoGv1PfPxhiksjWpa2bhLfME+4I=",
878
+ "url": "_framework/YamlDotNet.dtey92juka.dll"
879
+ },
880
+ {
881
+ "hash": "sha256-WC4gg0Gw4IEYB9AbfTJbCVMEgqUDlmTBGLnT2Hy7GwA=",
810
882
  "url": "_framework/blazor.boot.json"
811
883
  },
812
884
  {
@@ -822,8 +894,8 @@ self.assetsManifest = {
822
894
  "url": "_framework/dotnet.native.566r55w3xu.js"
823
895
  },
824
896
  {
825
- "hash": "sha256-VpLSM7+jVkgAxK0IdGVTMs1H8WAqeTX3Qqjhf85yP0s=",
826
- "url": "_framework/dotnet.native.60hhmnxyoo.wasm"
897
+ "hash": "sha256-a+Ho0Did2MGBOuIW6AN4LpaT8cOG0wPZAo49jNltjig=",
898
+ "url": "_framework/dotnet.native.58bvs6q392.wasm"
827
899
  },
828
900
  {
829
901
  "hash": "sha256-vM4cfmuAtxs/dLoxiTCzPyPCyNkwOJu14cp6lXv3Sak=",
@@ -842,8 +914,8 @@ self.assetsManifest = {
842
914
  "url": "_framework/icudt_no_CJK.lfu7j35m59.dat"
843
915
  },
844
916
  {
845
- "hash": "sha256-//jQGOXjb8ET8WtXgOJrAxLx6E7zDJ5RjRRutwkvmxo=",
846
- "url": "_framework/netstandard.b50t77veor.dll"
917
+ "hash": "sha256-R07q1Ea5Z2eVFySUmx9qr3C0fUyQE7IG+sF232eocjQ=",
918
+ "url": "_framework/netstandard.he3m3p1s9q.dll"
847
919
  },
848
920
  {
849
921
  "hash": "sha256-bBWjhkRhAzXS2e6y84+TVWnJXH0uuenB5uCj/9vcoDY=",
@@ -882,7 +954,7 @@ self.assetsManifest = {
882
954
  "url": "icon-512.png"
883
955
  },
884
956
  {
885
- "hash": "sha256-/4FO6qWSOiPW1lArHLy42ItKBPAa8YEu4eEs058CFJs=",
957
+ "hash": "sha256-/G9bkXHll1ss5irMIETcxZZWex/4hyaM1iQ5udqQE/8=",
886
958
  "url": "index.html"
887
959
  },
888
960
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: Xc2iV1/U */
1
+ /* Manifest version: FL27lJqF */
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