@qaecy/cue-cli 0.0.30 → 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.
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.js")).href;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qaecy/cue-cli",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "Cue CLI for QAECY platform",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -1 +0,0 @@
1
- { "type": "module" }