@qaecy/cue-cli 0.0.29 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/main.js
CHANGED
|
@@ -5882,7 +5882,7 @@ var _wasmInitPromise = null;
|
|
|
5882
5882
|
async function _initWasm() {
|
|
5883
5883
|
const wasmDir = (0, import_path3.join)(__dirname, "assets", "wasm");
|
|
5884
5884
|
const wasmBinary = await (0, import_promises3.readFile)((0, import_path3.join)(wasmDir, "dir_scanner_wasm_bg.wasm"));
|
|
5885
|
-
const glueUrl = (0, import_url.pathToFileURL)((0, import_path3.join)(wasmDir, "dir_scanner_wasm.
|
|
5885
|
+
const glueUrl = (0, import_url.pathToFileURL)((0, import_path3.join)(wasmDir, "dir_scanner_wasm.mjs")).href;
|
|
5886
5886
|
const mod = await import(
|
|
5887
5887
|
/* @vite-ignore */
|
|
5888
5888
|
glueUrl
|
package/package.json
CHANGED
|
File without changes
|