Skip to content

Commit 9077c59

Browse files
committed
Support latest sqlite3_web package
1 parent a10e59f commit 9077c59

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/sqlite_async/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 0.14.3 (unreleased)
1+
## 0.14.3
22

33
- Include identifier of mutexes when a navigator lock attempt is aborted.
4+
- Support versions `0.9.x` of `package:sqlite3_web`.
45

56
## 0.14.2
67

packages/sqlite_async/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.14.2
3+
version: 0.14.3
44
resolution: workspace
55
repository: https://github.com/powersync-ja/sqlite_async.dart
66
environment:
@@ -14,7 +14,7 @@ topics:
1414

1515
dependencies:
1616
sqlite3: ^3.2.0
17-
sqlite3_web: ^0.8.0
17+
sqlite3_web: '>=0.8.0 <0.10.0'
1818
sqlite3_connection_pool: ^0.2.4
1919
async: ^2.10.0
2020
collection: ^1.17.0

0 commit comments

Comments
 (0)