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:
217217
218218 - name : Web tests
219219 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
222222 dart test -P web -r expanded
223223 # If browsers behave differently on different platforms, surely that's not our fault...
224224 # So, only run browser tests on Linux to be faster.
Original file line number Diff line number Diff line change 11name : sqlite3
22description : Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3- version : 2.8.0-dev
3+ version : 2.8.0
44homepage : https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
55issue_tracker : https://github.com/simolus3/sqlite3.dart/issues
66
Original file line number Diff line number Diff line change 11name : sqlite3_flutter_libs
22description : Flutter plugin to include native sqlite3 libraries with your app
3- version : 0.5.37
3+ version : 0.5.38
44homepage : https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_flutter_libs
55issue_tracker : https://github.com/simolus3/sqlite3.dart/issues
66
You can’t perform that action at this time.
0 commit comments