You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- fix TypeScript client README snippets so they pass Kiira
- export FetchBackoffAbortError from @electric-sql/client to match
documented API
- add Kiira grouping metadata and fix high-signal docs snippets in sync
docs
## Verification
- npx kiira check --entry packages/typescript-client/README.md --static
--raw
- cd packages/typescript-client && pnpm exec tsc -p tsconfig.build.json
Note: package-level `pnpm --filter @electric-sql/client typecheck`
currently fails in this fresh worktree on existing test/dependency
typing issues (uuid/pg/fast-check declarations and Vitest mock typings),
unrelated to this change.
@@ -428,13 +431,14 @@ See the [TypeScript client docs](/docs/sync/api/clients/typescript#requesting-su
428
431
429
432
Or with [TanStack DB](/sync/tanstack-db), you can use [query-driven sync](https://tanstack.com/blog/tanstack-db-0.5-query-driven-sync) where your live queries define what data to sync:
0 commit comments