@clazic/kordoc 2.4.19 → 2.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/dist/mcp.js CHANGED
@@ -10,13 +10,13 @@ import {
10
10
  markdownToHwpx,
11
11
  markdownToXlsx,
12
12
  parse
13
- } from "./chunk-463YQ2WL.js";
13
+ } from "./chunk-QG6BYZMR.js";
14
14
  import {
15
15
  KordocError,
16
16
  VERSION,
17
17
  sanitizeError,
18
18
  toArrayBuffer
19
- } from "./chunk-MZN7PLTZ.js";
19
+ } from "./chunk-IJGNPAK2.js";
20
20
  import "./chunk-MOL7MDBG.js";
21
21
  import "./chunk-Y4WFKJ5P.js";
22
22
  import "./chunk-YW5G6BCJ.js";
@@ -9,7 +9,7 @@ import {
9
9
  sanitizeError,
10
10
  sanitizeHref,
11
11
  toArrayBuffer
12
- } from "./chunk-MZN7PLTZ.js";
12
+ } from "./chunk-IJGNPAK2.js";
13
13
  import "./chunk-ZWE3DS7E.js";
14
14
  export {
15
15
  KordocError,
@@ -22,4 +22,4 @@ export {
22
22
  sanitizeHref,
23
23
  toArrayBuffer
24
24
  };
25
- //# sourceMappingURL=utils-YUAT7LFD.js.map
25
+ //# sourceMappingURL=utils-RBXHHCLI.js.map
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  detectFormat,
4
4
  parse
5
- } from "./chunk-463YQ2WL.js";
5
+ } from "./chunk-QG6BYZMR.js";
6
6
  import {
7
7
  toArrayBuffer
8
- } from "./chunk-MZN7PLTZ.js";
8
+ } from "./chunk-IJGNPAK2.js";
9
9
  import "./chunk-MOL7MDBG.js";
10
10
  import "./chunk-Y4WFKJ5P.js";
11
11
  import "./chunk-YW5G6BCJ.js";
@@ -136,4 +136,4 @@ async function sendWebhook(url, payload) {
136
136
  export {
137
137
  watchDirectory
138
138
  };
139
- //# sourceMappingURL=watch-WEOFVVDO.js.map
139
+ //# sourceMappingURL=watch-5CCMTZ7F.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clazic/kordoc",
3
- "version": "2.4.19",
3
+ "version": "2.5.1",
4
4
  "description": "Parse Korean documents (HWP, HWPX, PDF, XLSX, DOCX) to Markdown",
5
5
  "type": "module",
6
6
  "exports": {