Skip to content

Commit 3f86ae8

Browse files
committed
Release 3.47.0
1 parent cbc9e93 commit 3f86ae8

File tree

8 files changed

+10324
-12427
lines changed

8 files changed

+10324
-12427
lines changed

index.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,9 +1261,9 @@ declare class OpfsDatabase extends Database {
12611261
static importDb(
12621262
filename: string,
12631263
data:
1264-
| Uint8Array
1265-
| ArrayBuffer
1266-
| (() => Uint8Array | ArrayBuffer | undefined)
1264+
| Uint8Array
1265+
| ArrayBuffer
1266+
| (() => Uint8Array | ArrayBuffer | undefined)
12671267
| (() => Promise<Uint8Array | ArrayBuffer | undefined>),
12681268
): Promise<number>;
12691269
}
@@ -1354,9 +1354,9 @@ type SAHPoolUtil = {
13541354
importDb: (
13551355
name: string,
13561356
data:
1357-
| Uint8Array
1358-
| ArrayBuffer
1359-
| (() => Uint8Array | ArrayBuffer | undefined)
1357+
| Uint8Array
1358+
| ArrayBuffer
1359+
| (() => Uint8Array | ArrayBuffer | undefined)
13601360
| (() => Promise<Uint8Array | ArrayBuffer | undefined>),
13611361
) => Promise<number>;
13621362

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.46.1-build5",
3+
"version": "3.47.0-build1",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",

0 commit comments

Comments
 (0)