File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
packages/powersync/lib/src/database/native Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ Future<void> _powerSyncDatabaseIsolate(
325325 }
326326
327327 runZonedGuarded (() async {
328- db = await args.dbRef.openFactory
328+ db = args.dbRef.openFactory
329329 .open (SqliteOpenOptions (primaryConnection: false , readOnly: false ));
330330 final connection = SyncSqliteConnection (db! , mutex);
331331
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ packages:
266266 source: hosted
267267 version: "2.1.0"
268268 path:
269- dependency: transitive
269+ dependency: "direct dev"
270270 description:
271271 name: path
272272 sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ description: A sample command-line application.
33version : 1.0.0
44
55environment :
6- sdk : ' >=3.3.0 <4.0.0'
6+ sdk : " >=3.3.0 <4.0.0"
77
88# Add regular dependencies here.
99
1010dev_dependencies :
1111 lints : ^2.1.1
1212 melos : ^3.4.0
1313 test : ^1.25.0
14+ path : ^1.0.0
You can’t perform that action at this time.
0 commit comments