Skip to content

Commit 0d52dc8

Browse files
chore: update powersync-sqlite-core (#12)
* chore: update powersync-sqlite-core * chore: update package
1 parent 2f5a2e0 commit 0d52dc8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"kind" : "remoteSourceControl",
1616
"location" : "https://github.com/powersync-ja/powersync-kotlin.git",
1717
"state" : {
18-
"revision" : "ebdb9addc0494ad17f964e8c45617715d2ab6725",
19-
"version" : "1.0.0-BETA11.0"
18+
"revision" : "bedbece7be3576010830e0a7240979ec47de5526",
19+
"version" : "1.0.0-BETA15.0"
2020
}
2121
},
2222
{
2323
"identity" : "powersync-sqlite-core-swift",
2424
"kind" : "remoteSourceControl",
2525
"location" : "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
2626
"state" : {
27-
"revision" : "6aaa0606d8053fe2e2f57015a8a275c0440ee643",
28-
"version" : "0.3.4"
27+
"revision" : "a43d8c855a5461d0176135445eb6f425a3b38964",
28+
"version" : "0.3.8"
2929
}
3030
},
3131
{

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/powersync-ja/powersync-kotlin.git",
77
"state" : {
8-
"revision" : "ebdb9addc0494ad17f964e8c45617715d2ab6725",
9-
"version" : "1.0.0-BETA11.0"
8+
"revision" : "bedbece7be3576010830e0a7240979ec47de5526",
9+
"version" : "1.0.0-BETA15.0"
1010
}
1111
},
1212
{
1313
"identity" : "powersync-sqlite-core-swift",
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
1616
"state" : {
17-
"revision" : "6aaa0606d8053fe2e2f57015a8a275c0440ee643",
18-
"version" : "0.3.4"
17+
"revision" : "a43d8c855a5461d0176135445eb6f425a3b38964",
18+
"version" : "0.3.8"
1919
}
2020
}
2121
],

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
targets: ["PowerSync"]),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA11.0"),
21-
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.1"..<"0.4.0"),
20+
.package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA15.0"),
21+
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.8"..<"0.4.0")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)