Skip to content

Commit 9b3fd05

Browse files
committed
Make public
1 parent 803c1ed commit 9b3fd05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/commonMain/kotlin/com/powersync/sync/SyncOptions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ public class SyncOptions @ExperimentalPowerSyncAPI constructor(
1717
public val newClientImplementation: Boolean = false,
1818
public val method: ConnectionMethod = ConnectionMethod.Http,
1919
) {
20-
internal companion object {
20+
public companion object {
2121
@OptIn(ExperimentalPowerSyncAPI::class)
22-
val defaults: SyncOptions = SyncOptions()
22+
public val defaults: SyncOptions = SyncOptions()
2323
}
2424
}
2525

0 commit comments

Comments
 (0)