Skip to content

Commit

Permalink
[sqflite_common_ffi_web] v0.4.3+2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 20, 2024
1 parent 9b0d8a1 commit 60d304a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages_web/sqflite_common_ffi_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.3+1
## 0.4.3+2

* Remove dependency on `dart:html`. Requires rebuilding the worker file.

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.3+1
version: 0.4.3+2
funding:
- https://github.com/sponsors/alextekartik

Expand All @@ -14,15 +14,15 @@ topics:
- database

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.4.0 <4.0.0'

dependencies:
path: '>=1.7.0 <3.0.0'
sqflite_common_ffi: '>=2.3.3 <4.0.0'
sqflite_common: '>=2.5.4 <4.0.0'
sqlite3: '>=2.3.0 <4.0.0'
http: '>=0.13.4 <2.0.0'
web: '>=0.5.0 <2.0.0'
web: '>=1.0.0 <3.0.0'
synchronized: '>=3.0.0+3 <5.0.0'
process_run: '>=0.12.3+2 <2.0.0'
dev_build: '>=0.16.3+1 <2.0.0'
Expand Down
2 changes: 1 addition & 1 deletion packages_web/sqflite_common_ffi_web_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sqflite_common:
sqflite_common_test:
path: ../../sqflite_common_test
web: '>=0.5.0'
web: '>=1.0.0 <3.0.0'
dev_dependencies:
build_runner: '>=2.1.4'
build_web_compilers: '>=3.2.1'
Expand Down

0 comments on commit 60d304a

Please sign in to comment.