kordoc 3.8.4 → 3.9.0

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.
@@ -6,7 +6,7 @@ import {
6
6
  blocksToMarkdown,
7
7
  safeMax,
8
8
  safeMin
9
- } from "./chunk-T4SGNVVS.js";
9
+ } from "./chunk-EZ5GBTBE.js";
10
10
  import {
11
11
  parsePageRange
12
12
  } from "./chunk-GE43BE46.js";
@@ -3356,4 +3356,4 @@ export {
3356
3356
  parsePdfDocument,
3357
3357
  removeHeaderFooterBlocks
3358
3358
  };
3359
- //# sourceMappingURL=parser-2THIF623.js.map
3359
+ //# sourceMappingURL=parser-NCNME2Z6.js.map
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  parse
4
- } from "./chunk-6EDNKPXQ.js";
4
+ } from "./chunk-ITPZD7XK.js";
5
5
  import {
6
6
  detectFormat
7
7
  } from "./chunk-MEPHGCPQ.js";
8
8
  import {
9
9
  toArrayBuffer
10
- } from "./chunk-2UDAEQPW.js";
10
+ } from "./chunk-XKDA4FDM.js";
11
11
  import "./chunk-MOL7MDBG.js";
12
12
 
13
13
  // src/watch.ts
@@ -147,4 +147,4 @@ async function sendWebhook(url, payload) {
147
147
  export {
148
148
  watchDirectory
149
149
  };
150
- //# sourceMappingURL=watch-2HYPNMOB.js.map
150
+ //# sourceMappingURL=watch-XSLV62BH.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kordoc",
3
- "version": "3.8.4",
3
+ "version": "3.9.0",
4
4
  "description": "Parse Korean documents (HWP3-5, HWPX, HWPML, PDF, XLS(X), DOCX) to Markdown — CLI + MCP server with lossless patch/roundtrip, form-filler, document diff & print renderer",
5
5
  "type": "module",
6
6
  "exports": {