@sqliteai/sqlite-wasm 3.50.4-sync.0.8.60-vector.0.9.52 → 3.50.4-sync.0.8.61-vector.0.9.60
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/index.d.ts +3 -1
- package/package.json +1 -1
- package/sqlite-wasm/jswasm/sqlite3.wasm +0 -0
package/index.d.ts
CHANGED
|
@@ -70,7 +70,8 @@ declare type FlexibleString =
|
|
|
70
70
|
* this is with a `try`/`finally` block, as in this example:
|
|
71
71
|
*
|
|
72
72
|
* @example
|
|
73
|
-
* const
|
|
73
|
+
* const
|
|
74
|
+
* stmt = myDb.prepare("...");
|
|
74
75
|
* try {
|
|
75
76
|
* ... use the stmt object ...
|
|
76
77
|
* } finally {
|
|
@@ -624,6 +625,7 @@ declare type WindowFunctionOptions = FunctionOptions & {
|
|
|
624
625
|
*
|
|
625
626
|
* @example
|
|
626
627
|
* ```typescript
|
|
628
|
+
*
|
|
627
629
|
* const db = new sqlite3.DB();
|
|
628
630
|
* try {
|
|
629
631
|
* db.exec([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqliteai/sqlite-wasm",
|
|
3
|
-
"version": "3.50.4-sync.0.8.
|
|
3
|
+
"version": "3.50.4-sync.0.8.61-vector.0.9.60",
|
|
4
4
|
"description": "SQLite Wasm compiled with automatically initialized sqlite-sync and sqlite-vector extensions. Conveniently packaged as an ES Module for effortless integration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sqlite",
|
|
Binary file
|