File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
supabase-edge-function-auth Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.4.1
14
+ powersync : ^1.4.2
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.4.1
14
+ powersync : ^1.4.2
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
38
38
supabase_flutter : ^1.10.25
39
39
timeago : ^3.6.0
40
- powersync : ^1.4.1
40
+ powersync : ^1.4.2
41
41
path_provider : ^2.1.1
42
42
path : ^1.8.3
43
43
logging : ^1.2.0
Original file line number Diff line number Diff line change
1
+ ## 1.4.2
2
+
3
+ - Fix ` Bad state: Future already completed ` error when calling ` disconnectAndClear() ` .
4
+
1
5
## 1.4.1
2
6
3
7
- Upgrades dependency ` powersync_flutter_libs ` to version ` 0.1.0 ` .
Original file line number Diff line number Diff line change 1
1
name : powersync
2
- version : 1.4.1
2
+ version : 1.4.2
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
You can’t perform that action at this time.
0 commit comments