@tursodatabase/database-wasm 0.2.0-pre.11 → 0.2.0-pre.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bundle/main.es.js +3317 -3265
- package/dist/promise.test.js +4 -3
- package/dist/turso.wasm32-wasi.wasm +0 -0
- package/dist/wasm-inline.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
This package is the Turso embedded database library for JavaScript in Browser.
|
|
18
18
|
|
|
19
|
-
> **⚠️ Warning:** This software is
|
|
19
|
+
> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups.
|
|
20
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|