Skip to content

Commit 2153b22

Browse files
cleanup
1 parent 24051f9 commit 2153b22

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ let results = try transaction.getAll(
6363
}
6464
```
6565

66-
- Client parameters now need to be specified with strictly typed `JsonParam` enums.
66+
- Client parameters now need to be specified with strictly typed `JsonValue` enums.
6767

6868
```diff
6969
try await database.connect(

Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ let package = Package(
1717
targets: ["PowerSync"]),
1818
],
1919
dependencies: [
20+
// TODO
2021
// .package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA32.0"),
21-
// .package(path: "/Users/stevenontong/Documents/platform_code/powersync/powersync-kotlin"),
22-
.package(url: "https://github.com/powersync-ja/powersync-kotlin.git", .branch("crudhasmore")),
22+
.package(path: "/Users/stevenontong/Documents/platform_code/powersync/powersync-kotlin"),
2323
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.12"..<"0.4.0")
2424
],
2525
targets: [

0 commit comments

Comments
 (0)