Skip to content

Commit

Permalink
[sqflite_web] 0.4.4 bump to sqlite3 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 26, 2024
1 parent 1f04379 commit 01b9d71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages_web/sqflite_common_ffi_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.4

* Setup for sqlite3 2.3.5

## 0.4.3+2

* Remove dependency on `dart:html`. Requires rebuilding the worker file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Downloaded wasm version.
var sqlite3WasmRelease = 'sqlite3-2.4.0/sqlite3.wasm';
var sqlite3WasmRelease = 'sqlite3-2.4.5/sqlite3.wasm';

// Previous version
// var sqlite3WasmRelease = 'sqlite3_flutter_libs-0.5.18/sqlite3.wasm';
2 changes: 1 addition & 1 deletion packages_web/sqflite_common_ffi_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sqflite_common_ffi_web
repository: https://github.com/tekartik/sqflite/tree/master/packages_web/sqflite_common_ffi_web
description: Sqflite web implementation using sqlite3 ffi and sqlite3 wasm.
version: 0.4.3+2
version: 0.4.4
funding:
- https://github.com/sponsors/alextekartik

Expand Down

0 comments on commit 01b9d71

Please sign in to comment.