@extend-ai/react-docx 0.7.0-alpha.0 → 0.7.0-alpha.1

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.
@@ -339,7 +339,7 @@ async function __wbg_init(module_or_path) {
339
339
  }
340
340
  }
341
341
  if (module_or_path === void 0) {
342
- module_or_path = new URL("docx_wasm_bg.wasm", import.meta.url);
342
+ throw new Error("react-docx wasm: initWasm must be called with inlined wasm bytes");
343
343
  }
344
344
  const imports = __wbg_get_imports();
345
345
  if (typeof module_or_path === "string" || typeof Request === "function" && module_or_path instanceof Request || typeof URL === "function" && module_or_path instanceof URL) {
@@ -502,4 +502,4 @@ export {
502
502
  getPart,
503
503
  withPart
504
504
  };
505
- //# sourceMappingURL=chunk-ULEO2IBU.js.map
505
+ //# sourceMappingURL=chunk-AWFSO3IU.js.map