Skip to content

Commit 938cb2e

Browse files
update packages
1 parent d83f847 commit 938cb2e

File tree

8 files changed

+24
-44
lines changed

8 files changed

+24
-44
lines changed

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,11 @@ packages:
479479
sqlite_async:
480480
dependency: "direct main"
481481
description:
482-
path: "packages/sqlite_async"
483-
ref: "feat/navigator-locks"
484-
resolved-ref: "588d92f3dc98ab2629d2b420ad607639b835214b"
485-
url: "https://github.com/powersync-ja/sqlite_async.dart.git"
486-
source: git
487-
version: "0.8.0"
482+
name: sqlite_async
483+
sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54"
484+
url: "https://pub.dev"
485+
source: hosted
486+
version: "0.8.1"
488487
stack_trace:
489488
dependency: transitive
490489
description:

demos/supabase-anonymous-auth/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ dependencies:
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3
1818
logging: ^1.2.0
19-
sqlite_async:
20-
git:
21-
url: https://github.com/powersync-ja/sqlite_async.dart.git
22-
ref: feat/navigator-locks
23-
path: packages/sqlite_async
19+
sqlite_async: ^0.8.1
2420
universal_io: ^2.2.2
2521

2622
dev_dependencies:

demos/supabase-edge-function-auth/pubspec.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,11 @@ packages:
479479
sqlite_async:
480480
dependency: "direct main"
481481
description:
482-
path: "packages/sqlite_async"
483-
ref: "feat/navigator-locks"
484-
resolved-ref: "588d92f3dc98ab2629d2b420ad607639b835214b"
485-
url: "https://github.com/powersync-ja/sqlite_async.dart.git"
486-
source: git
487-
version: "0.8.0"
482+
name: sqlite_async
483+
sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54"
484+
url: "https://pub.dev"
485+
source: hosted
486+
version: "0.8.1"
488487
stack_trace:
489488
dependency: transitive
490489
description:

demos/supabase-edge-function-auth/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ dependencies:
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3
1818
logging: ^1.2.0
19-
sqlite_async:
20-
git:
21-
url: https://github.com/powersync-ja/sqlite_async.dart.git
22-
ref: feat/navigator-locks
23-
path: packages/sqlite_async
19+
sqlite_async: ^0.8.1
2420
universal_io: ^2.2.2
2521

2622
dev_dependencies:

demos/supabase-simple-chat/pubspec.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -535,12 +535,11 @@ packages:
535535
sqlite_async:
536536
dependency: transitive
537537
description:
538-
path: "packages/sqlite_async"
539-
ref: "feat/navigator-locks"
540-
resolved-ref: "588d92f3dc98ab2629d2b420ad607639b835214b"
541-
url: "https://github.com/powersync-ja/sqlite_async.dart.git"
542-
source: git
543-
version: "0.8.0"
538+
name: sqlite_async
539+
sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54"
540+
url: "https://pub.dev"
541+
source: hosted
542+
version: "0.8.1"
544543
stack_trace:
545544
dependency: transitive
546545
description:

demos/supabase-todolist/pubspec.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -590,12 +590,11 @@ packages:
590590
sqlite_async:
591591
dependency: "direct main"
592592
description:
593-
path: "packages/sqlite_async"
594-
ref: "feat/navigator-locks"
595-
resolved-ref: "588d92f3dc98ab2629d2b420ad607639b835214b"
596-
url: "https://github.com/powersync-ja/sqlite_async.dart.git"
597-
source: git
598-
version: "0.8.0"
593+
name: sqlite_async
594+
sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54"
595+
url: "https://pub.dev"
596+
source: hosted
597+
version: "0.8.1"
599598
stack_trace:
600599
dependency: transitive
601600
description:

demos/supabase-todolist/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ dependencies:
2020
camera: ^0.10.5+7
2121
image: ^4.1.3
2222
universal_io: ^2.2.2
23-
sqlite_async:
24-
git:
25-
url: https://github.com/powersync-ja/sqlite_async.dart.git
26-
ref: feat/navigator-locks
27-
path: packages/sqlite_async
23+
sqlite_async: ^0.8.1
2824

2925
dev_dependencies:
3026
flutter_test:

packages/powersync/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
sqlite_async:
14-
git:
15-
url: https://github.com/powersync-ja/sqlite_async.dart.git
16-
ref: feat/navigator-locks
17-
path: packages/sqlite_async
13+
sqlite_async: ^0.8.1
1814

1915
universal_io: ^2.0.0
2016
sqlite3_flutter_libs: ^0.5.15

0 commit comments

Comments
 (0)