space-data-module-sdk 0.8.7 → 0.8.9

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.
@@ -12,7 +12,7 @@
12
12
  * POST /done -> {runs:[...]} on completion or {fatal} on runner failure
13
13
  */
14
14
 
15
- import { createBrowserModuleHarness } from "./browserModuleHarness.js";
15
+ import { createBrowserModuleHarness } from "../host/browserModuleHarness.js";
16
16
 
17
17
  const OK = "ok";
18
18
  const GUEST_ERROR = "guest-error";
@@ -30,7 +30,7 @@ import { fileURLToPath } from "node:url";
30
30
 
31
31
  import { encodePluginInvokeRequest } from "../invoke/codec.js";
32
32
  import { toUint8Array } from "../runtime/bufferLike.js";
33
- import { toLoadableWasmBytes } from "./browserModuleHarness.js";
33
+ import { toLoadableWasmBytes } from "../bundle/artifactBytes.js";
34
34
 
35
35
  const __dirname = path.dirname(fileURLToPath(import.meta.url));
36
36