File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ SQLite Wasm conveniently wrapped as an ES Module.
1010> SQLite Wasm code here. Instead, please follow the
1111> [ SQLite bug filing instructions] ( https://www.sqlite.org/src/wiki?name=Bug+Reports ) .
1212
13+ > ** Warning**
14+ >
15+ > ** Breaking change:** Version ` 3.43.2-build1 ` removes ` SqliteClient ` . It will
16+ > be published as a separate package.
17+
1318## Installation
1419
1520``` bash
@@ -138,7 +143,9 @@ Pages.) An example that shows how to use this with vite is available on
138143
139144## Projects using this package
140145
141- See the list of [ npm dependents] ( https://www.npmjs.com/browse/depended/@sqlite.org/sqlite-wasm ) for this package.
146+ See the list of
147+ [ npm dependents] ( https://www.npmjs.com/browse/depended/@sqlite.org/sqlite-wasm )
148+ for this package.
142149
143150## Deploying a new version
144151
You can’t perform that action at this time.
0 commit comments