@shotleybuilder/svelte-gridlite-kit 0.4.3 → 0.4.4

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.
@@ -279,6 +279,7 @@ async function rebuildGroupedQuery() {
279
279
  await fetchGroupChildren(group);
280
280
  }
281
281
  }
282
+ storeState = { ...storeState, loading: false };
282
283
  } catch (err) {
283
284
  error = err instanceof Error ? err.message : String(err);
284
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shotleybuilder/svelte-gridlite-kit",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "A SQL-native data grid component for Svelte and SvelteKit, powered by PGLite",
5
5
  "author": "Sertantai",
6
6
  "license": "MIT",