@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.42.0-build3 to 3.42.0-build4
@@ -40,4 +40,16 @@ import fs from 'fs'; | ||
await downloadAndUnzipSqliteWasm(sqliteWasmLink); | ||
try { | ||
fs.copyFileSync( | ||
'./node_modules/comlink/dist/esm/comlink.mjs', | ||
'./src/comlink.mjs', | ||
); | ||
fs.copyFileSync( | ||
'./node_modules/module-workers-polyfill/module-workers-polyfill.min.js', | ||
'./demo/module-workers-polyfill.min.js', | ||
); | ||
} catch (err) { | ||
console.error(err.name, err.message); | ||
} | ||
} | ||
main(); |
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.42.0-build3", | ||
"version": "3.42.0-build4", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2715220
17
50771