Skip to content

Commit 7d42b0e

Browse files
committed
Add comlink source map
Fixes #28
1 parent 0bda01b commit 7d42b0e

File tree

4 files changed

+23
-18
lines changed

4 files changed

+23
-18
lines changed

bin/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ async function main() {
4242
'./node_modules/comlink/dist/esm/comlink.mjs',
4343
'./src/comlink.mjs',
4444
);
45+
fs.copyFileSync(
46+
'./node_modules/comlink/dist/esm/comlink.mjs.map',
47+
'./src/comlink.mjs.map',
48+
);
4549
fs.copyFileSync(
4650
'./node_modules/module-workers-polyfill/module-workers-polyfill.min.js',
4751
'./demo/module-workers-polyfill.min.js',

package-lock.json

Lines changed: 14 additions & 14 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.42.0-build4",
3+
"version": "3.42.0-build5",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",
@@ -55,9 +55,9 @@
5555
"decompress": "^4.2.1",
5656
"http-server": "github:vapier/http-server",
5757
"module-workers-polyfill": "^0.3.2",
58-
"node-fetch": "^3.3.1",
59-
"prettier": "^3.0.0",
60-
"publint": "^0.1.16",
58+
"node-fetch": "^3.3.2",
59+
"prettier": "^3.0.1",
60+
"publint": "^0.2.0",
6161
"shx": "^0.3.4"
6262
},
6363
"optionalDependencies": {

src/comlink.mjs.map

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

0 commit comments

Comments
 (0)