Skip to content

Commit

Permalink
switched to use sql-wasm.js instead of importing directly from index.…
Browse files Browse the repository at this point in the history
… bump version.
  • Loading branch information
TzeYiing committed Jul 8, 2021
1 parent 59f3419 commit 39c54ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import initSqlJs from "sql.js";
import initSqlJs from "sql.js/dist/sql-wasm.js";
import internals from "./internals";
export type App = {
init: (initArgs?, Options?) => Promise<App>;
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": "memlite",
"version": "0.1.5",
"version": "0.1.6",
"description": "",
"main": "dist/lib/index",
"typings": "dist/lib/index",
Expand Down

0 comments on commit 39c54ce

Please sign in to comment.