kordoc 3.5.1 → 3.5.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.
@@ -6,7 +6,7 @@ import {
6
6
  blocksToMarkdown,
7
7
  safeMax,
8
8
  safeMin
9
- } from "./chunk-OXOPDVNV.js";
9
+ } from "./chunk-QXXQIZBH.js";
10
10
  import {
11
11
  parsePageRange
12
12
  } from "./chunk-GE43BE46.js";
@@ -3143,4 +3143,4 @@ export {
3143
3143
  parsePdfDocument,
3144
3144
  removeHeaderFooterBlocks
3145
3145
  };
3146
- //# sourceMappingURL=parser-GHZMDUGG.js.map
3146
+ //# sourceMappingURL=parser-4FFTFIYL.js.map
@@ -7,7 +7,7 @@ import {
7
7
  blocksToMarkdown,
8
8
  safeMax,
9
9
  safeMin
10
- } from "./chunk-IKAXUVSU.js";
10
+ } from "./chunk-NOIHZQWC.js";
11
11
  import {
12
12
  parsePageRange
13
13
  } from "./chunk-MOL7MDBG.js";
@@ -3144,4 +3144,4 @@ export {
3144
3144
  parsePdfDocument,
3145
3145
  removeHeaderFooterBlocks
3146
3146
  };
3147
- //# sourceMappingURL=parser-XXQAMYGV.js.map
3147
+ //# sourceMappingURL=parser-KDF76UCB.js.map
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  parse
4
- } from "./chunk-GMPDZD7Q.js";
4
+ } from "./chunk-DN5LTND6.js";
5
5
  import {
6
6
  detectFormat
7
7
  } from "./chunk-MEPHGCPQ.js";
8
8
  import {
9
9
  toArrayBuffer
10
- } from "./chunk-IKAXUVSU.js";
10
+ } from "./chunk-NOIHZQWC.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-IN3YN72W.js.map
150
+ //# sourceMappingURL=watch-MF7JFR7S.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kordoc",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Parse Korean documents (HWP3, HWP, HWPX, HWPML, PDF, XLS, XLSX, DOCX) to Markdown + Print Renderer",
5
5
  "type": "module",
6
6
  "exports": {
File without changes