@sqliteai/sqlite-wasm 3.50.4-sync.0.8.61-vector.0.9.60 → 3.50.4-sync.0.8.62-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 CHANGED
@@ -70,8 +70,7 @@ declare type FlexibleString =
70
70
  * this is with a `try`/`finally` block, as in this example:
71
71
  *
72
72
  * @example
73
- * const
74
- * stmt = myDb.prepare("...");
73
+ * const stmt = myDb.prepare("...");
75
74
  * try {
76
75
  * ... use the stmt object ...
77
76
  * } finally {
@@ -625,7 +624,6 @@ declare type WindowFunctionOptions = FunctionOptions & {
625
624
  *
626
625
  * @example
627
626
  * ```typescript
628
- *
629
627
  * const db = new sqlite3.DB();
630
628
  * try {
631
629
  * 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.61-vector.0.9.60",
3
+ "version": "3.50.4-sync.0.8.62-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