We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10e59f commit 9077c59Copy full SHA for 9077c59
2 files changed
packages/sqlite_async/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 0.14.3 (unreleased)
+## 0.14.3
2
3
- Include identifier of mutexes when a navigator lock attempt is aborted.
4
+- Support versions `0.9.x` of `package:sqlite3_web`.
5
6
## 0.14.2
7
packages/sqlite_async/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
-version: 0.14.2
+version: 0.14.3
resolution: workspace
repository: https://github.com/powersync-ja/sqlite_async.dart
environment:
@@ -14,7 +14,7 @@ topics:
14
15
dependencies:
16
sqlite3: ^3.2.0
17
- sqlite3_web: ^0.8.0
+ sqlite3_web: '>=0.8.0 <0.10.0'
18
sqlite3_connection_pool: ^0.2.4
19
async: ^2.10.0
20
collection: ^1.17.0
0 commit comments