@clazic/kordoc 2.1.4 → 2.1.6

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/mcp.js CHANGED
@@ -8,13 +8,13 @@ import {
8
8
  extractHwpxMetadataOnly,
9
9
  extractPdfMetadataOnly,
10
10
  parse
11
- } from "./chunk-N2UPMKGJ.js";
11
+ } from "./chunk-H7HMKSLX.js";
12
12
  import {
13
13
  KordocError,
14
14
  VERSION,
15
15
  sanitizeError,
16
16
  toArrayBuffer
17
- } from "./chunk-NNYD6QUN.js";
17
+ } from "./chunk-TFYOEQE2.js";
18
18
  import "./chunk-MOL7MDBG.js";
19
19
 
20
20
  // src/mcp.ts
@@ -8,7 +8,7 @@ import {
8
8
  sanitizeError,
9
9
  sanitizeHref,
10
10
  toArrayBuffer
11
- } from "./chunk-NNYD6QUN.js";
11
+ } from "./chunk-TFYOEQE2.js";
12
12
  export {
13
13
  KordocError,
14
14
  VERSION,
@@ -19,4 +19,4 @@ export {
19
19
  sanitizeHref,
20
20
  toArrayBuffer
21
21
  };
22
- //# sourceMappingURL=utils-7VR5ORIC.js.map
22
+ //# sourceMappingURL=utils-7JE5SKSL.js.map
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  detectFormat,
4
4
  parse
5
- } from "./chunk-N2UPMKGJ.js";
5
+ } from "./chunk-H7HMKSLX.js";
6
6
  import {
7
7
  toArrayBuffer
8
- } from "./chunk-NNYD6QUN.js";
8
+ } from "./chunk-TFYOEQE2.js";
9
9
  import "./chunk-MOL7MDBG.js";
10
10
 
11
11
  // src/watch.ts
@@ -125,4 +125,4 @@ async function sendWebhook(url, payload) {
125
125
  export {
126
126
  watchDirectory
127
127
  };
128
- //# sourceMappingURL=watch-5RZ4YQPC.js.map
128
+ //# sourceMappingURL=watch-XALC6VOR.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clazic/kordoc",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "Parse Korean documents (HWP, HWPX, PDF, XLSX, DOCX) to Markdown",
5
5
  "type": "module",
6
6
  "exports": {