Skip to content

Commit 0c48c20

Browse files
committed
Update paths in index.mjs to remove *-bunder-friendly
1 parent 31e4b6e commit 0c48c20

13 files changed

+15107
-41535
lines changed

index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { default as sqlite3InitModule } from './sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs';
1+
import { default as sqlite3InitModule } from './sqlite-wasm/jswasm/sqlite3.mjs';
22
import './sqlite-wasm/jswasm/sqlite3-worker1-promiser.mjs';
33

44
const sqlite3Worker1Promiser = globalThis.sqlite3Worker1Promiser;

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.50.4-build1",
3+
"version": "3.51.0-build1",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",
@@ -64,9 +64,9 @@
6464
"module-workers-polyfill": "^0.3.2",
6565
"node-fetch": "^3.3.2",
6666
"prettier": "^3.6.2",
67-
"prettier-plugin-jsdoc": "^1.3.3",
68-
"publint": "^0.3.12",
67+
"prettier-plugin-jsdoc": "^1.5.0",
68+
"publint": "^0.3.15",
6969
"shx": "^0.4.0",
70-
"typescript": "^5.9.2"
70+
"typescript": "^5.9.3"
7171
}
7272
}

0 commit comments

Comments
 (0)