Skip to content
5 changes: 5 additions & 0 deletions .changeset/polite-peaches-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tanstack/db": patch
---

Refactor live query collection
3 changes: 2 additions & 1 deletion packages/db/src/query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ export { compileQuery } from "./compiler/index.js"
export {
createLiveQueryCollection,
liveQueryCollectionOptions,
type LiveQueryCollectionConfig,
} from "./live-query-collection.js"

export { type LiveQueryCollectionConfig } from "./live/types.js"
Loading
Loading