File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ jobs:
217
217
218
218
- name : Web tests
219
219
run : |
220
- curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0-dev.1 /sqlite3.wasm -o example/web/sqlite3.wasm
221
- curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0-dev.1 /sqlite3mc.wasm -o example/web/sqlite3mc.wasm
220
+ curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0/sqlite3.wasm -o example/web/sqlite3.wasm
221
+ curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0/sqlite3mc.wasm -o example/web/sqlite3mc.wasm
222
222
dart test -P web -r expanded
223
223
# If browsers behave differently on different platforms, surely that's not our fault...
224
224
# So, only run browser tests on Linux to be faster.
Original file line number Diff line number Diff line change 1
1
name : sqlite3
2
2
description : Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3
- version : 2.8.0-dev
3
+ version : 2.8.0
4
4
homepage : https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
5
5
issue_tracker : https://github.com/simolus3/sqlite3.dart/issues
6
6
Original file line number Diff line number Diff line change 1
1
name : sqlite3_flutter_libs
2
2
description : Flutter plugin to include native sqlite3 libraries with your app
3
- version : 0.5.37
3
+ version : 0.5.38
4
4
homepage : https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_flutter_libs
5
5
issue_tracker : https://github.com/simolus3/sqlite3.dart/issues
6
6
You can’t perform that action at this time.
0 commit comments