unhwp-wasm 0.4.0 → 0.5.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "unhwp-wasm",
3
3
  "type": "module",
4
4
  "description": "HWP/HWPX extraction to Markdown, text, and JSON (WebAssembly)",
5
- "version": "0.4.0",
5
+ "version": "0.5.1",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/unhwp_wasm.d.ts CHANGED
@@ -24,8 +24,7 @@ export class ParseOptions {
24
24
  export function parse(data: Uint8Array): HwpDocument;
25
25
 
26
26
  /**
27
- * Parse with options — options are applied where supported.
28
- * Note: full option integration requires parse_reader_with_options in unhwp core.
27
+ * Parse with options.
29
28
  */
30
29
  export function parseWithOptions(data: Uint8Array, opts: ParseOptions): HwpDocument;
31
30
 
package/unhwp_wasm.js CHANGED
@@ -219,8 +219,7 @@ export function parse(data) {
219
219
  }
220
220
 
221
221
  /**
222
- * Parse with options — options are applied where supported.
223
- * Note: full option integration requires parse_reader_with_options in unhwp core.
222
+ * Parse with options.
224
223
  * @param {Uint8Array} data
225
224
  * @param {ParseOptions} opts
226
225
  * @returns {HwpDocument}
Binary file