We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0960b3c commit ef0eb65Copy full SHA for ef0eb65
sqlite3/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.4.1-dev
+## 2.4.1
2
3
- Allow version `0.7.x` of the `js` package.
4
- Reduce size of `sqlite3.wasm` bundle by removing symbols not referenced in
sqlite3/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
-version: 2.4.1-dev
+version: 2.4.1
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
5
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
6
@@ -33,8 +33,8 @@ dev_dependencies:
33
build_daemon: ^4.0.0
34
build_runner: ^2.1.7
35
build_web_compilers: ^4.0.3
36
- ffigen: ^8.0.1
37
- http: ^0.13.4
+ ffigen: ^11.0.0
+ http: ^1.2.1
38
lints: ^3.0.0
39
shelf: ^1.4.0
40
shelf_proxy: ^1.0.2
0 commit comments