@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.
- package/dist/{chunk-ULEO2IBU.js → chunk-AWFSO3IU.js} +2 -2
- package/dist/chunk-AWFSO3IU.js.map +1 -0
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/{src-QLGK7AGO.js → src-JDYUD5TO.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-ULEO2IBU.js.map +0 -1
- /package/dist/{src-QLGK7AGO.js.map → src-JDYUD5TO.js.map} +0 -0
|
@@ -339,7 +339,7 @@ async function __wbg_init(module_or_path) {
|
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
if (module_or_path === void 0) {
|
|
342
|
-
|
|
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-
|
|
505
|
+
//# sourceMappingURL=chunk-AWFSO3IU.js.map
|