Skip to content

Commit 7ddaee7

Browse files
committed
chore: release v0.5.0-beta.1
1 parent 4afdb17 commit 7ddaee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@subframe7536/sqlite-wasm",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0-beta.1",
55
"description": "typesafe wa-sqlite wrapper, persist data to IndexedDB or OPFS",
66
"author": "subframe7536",
77
"license": "MIT",

src/io/export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// reference from https://github.com/rhashimoto/wa-sqlite/blob/master/demo/file/service-worker.js
2-
import type { FacadeVFS, Promisable, SQLiteDBCore } from '../types'
2+
import type { FacadeVFS, Promisable } from '../types'
33
import {
44
SQLITE_LOCK_NONE,
55
SQLITE_LOCK_SHARED,

0 commit comments

Comments
 (0)