Skip to content

Commit

Permalink
[sqflite_common_ffi_web] v0.4.5+4
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Nov 21, 2024
1 parent e784126 commit aeaebfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages_web/sqflite_common_ffi_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 0.4.5+3
## 0.4.5+4

* Setup for sqlite3 2.3.6
* Improved Wasm support
* Mark it wasm ready for pub.dev

## 0.4.3+2

Expand Down
6 changes: 3 additions & 3 deletions 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.5+3
version: 0.4.5+4
funding:
- https://github.com/sponsors/alextekartik

Expand All @@ -18,8 +18,8 @@ environment:

dependencies:
path: '>=1.7.0 <3.0.0'
sqflite_common_ffi: '>=2.3.3 <4.0.0'
sqflite_common: '>=2.5.4+1 <4.0.0'
sqflite_common_ffi: '>=2.3.4+3 <4.0.0'
sqflite_common: '>=2.5.4+6 <4.0.0'
sqlite3: '>=2.4.6 <4.0.0'
http: '>=0.13.4 <2.0.0'
web: '>=1.0.0 <3.0.0'
Expand Down

0 comments on commit aeaebfb

Please sign in to comment.