Skip to content

Commit

Permalink
Release 3.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Oct 23, 2024
1 parent cbc9e93 commit 3f86ae8
Show file tree
Hide file tree
Showing 8 changed files with 10,324 additions and 12,427 deletions.
12 changes: 6 additions & 6 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1261,9 +1261,9 @@ declare class OpfsDatabase extends Database {
static importDb(
filename: string,
data:
| Uint8Array
| ArrayBuffer
| (() => Uint8Array | ArrayBuffer | undefined)
| Uint8Array
| ArrayBuffer
| (() => Uint8Array | ArrayBuffer | undefined)
| (() => Promise<Uint8Array | ArrayBuffer | undefined>),
): Promise<number>;
}
Expand Down Expand Up @@ -1354,9 +1354,9 @@ type SAHPoolUtil = {
importDb: (
name: string,
data:
| Uint8Array
| ArrayBuffer
| (() => Uint8Array | ArrayBuffer | undefined)
| Uint8Array
| ArrayBuffer
| (() => Uint8Array | ArrayBuffer | undefined)
| (() => Promise<Uint8Array | ArrayBuffer | undefined>),
) => Promise<number>;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlite.org/sqlite-wasm",
"version": "3.46.1-build5",
"version": "3.47.0-build1",
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
"keywords": [
"sqlite",
Expand Down
Loading

0 comments on commit 3f86ae8

Please sign in to comment.