@marianmeres/stuic 2.10.0 → 2.10.1

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.
@@ -263,7 +263,7 @@
263
263
  // otherwise normal spinner will be shown
264
264
  let progress = $state<Record<string, number>>({});
265
265
  const onProgress = (id: string, value: number) => (progress[id] = Math.round(value));
266
- $inspect("progress", progress);
266
+ // $inspect("progress", progress);
267
267
 
268
268
  $effect(() => {
269
269
  if (!assets?.length) modal?.close?.();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",