@plasius/gpu-shared 0.1.7 → 0.1.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.
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ async function loadGltfModel(url) {
18
18
  return module.loadGltfModel(url);
19
19
  }
20
20
  async function mountGpuShowcase(options = {}) {
21
- const runtimeLoader = typeof options.__runtimeLoader === "function" ? options.__runtimeLoader : () => import("./showcase-runtime-AIPDRK7G.js");
21
+ const runtimeLoader = typeof options.__runtimeLoader === "function" ? options.__runtimeLoader : () => import("./showcase-runtime-55OVDYWT.js");
22
22
  const module = await runtimeLoader();
23
23
  if (typeof module.mountGpuShowcase !== "function") {
24
24
  throw new Error("showcase runtime loader must provide mountGpuShowcase.");