We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/
SyncProgress.ts
1 parent 17ca3a3 commit 9b2bde3Copy full SHA for 9b2bde3
.changeset/twenty-cats-cry.md
@@ -0,0 +1,5 @@
1
+---
2
+'@powersync/common': patch
3
4
+
5
+Fix compilation error due to broken import in `SyncProgress.d.ts`
packages/common/src/db/crud/SyncProgress.ts
@@ -1,4 +1,4 @@
-import { BucketProgress } from 'src/client/sync/stream/core-instruction.js';
+import type { BucketProgress } from '../../client/sync/stream/core-instruction.js';
import type { SyncStatus } from './SyncStatus.js';
// (bucket, progress) pairs
0 commit comments