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

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.
@@ -4,7 +4,7 @@ import {
4
4
  packageToArrayBuffer,
5
5
  parseDocx,
6
6
  withPart
7
- } from "./chunk-AWFSO3IU.js";
7
+ } from "./chunk-BGCGPO6Q.js";
8
8
  export {
9
9
  createMinimalDocxPackage,
10
10
  getPart,
@@ -12,4 +12,4 @@ export {
12
12
  parseDocx,
13
13
  withPart
14
14
  };
15
- //# sourceMappingURL=src-JDYUD5TO.js.map
15
+ //# sourceMappingURL=src-XA2NEWYM.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extend-ai/react-docx",
3
- "version": "0.7.0-alpha.1",
3
+ "version": "0.7.0-alpha.2",
4
4
  "description": "React components/hooks for DOCX viewing",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -28,7 +28,9 @@
28
28
  "types": "./dist/index.d.ts",
29
29
  "import": "./dist/index.js",
30
30
  "require": "./dist/index.cjs"
31
- }
31
+ },
32
+ "./docx_wasm_bg.wasm": "./dist/docx_wasm_bg.wasm",
33
+ "./package.json": "./package.json"
32
34
  },
33
35
  "files": [
34
36
  "dist"