kordoc 1.7.0 → 1.7.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.
package/dist/mcp.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  parse,
13
13
  sanitizeError,
14
14
  toArrayBuffer
15
- } from "./chunk-YDXK5T53.js";
15
+ } from "./chunk-NJ3R7LNR.js";
16
16
 
17
17
  // src/mcp.ts
18
18
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
File without changes
@@ -3,7 +3,7 @@ import {
3
3
  detectFormat,
4
4
  parse,
5
5
  toArrayBuffer
6
- } from "./chunk-YDXK5T53.js";
6
+ } from "./chunk-NJ3R7LNR.js";
7
7
 
8
8
  // src/watch.ts
9
9
  import { watch, readFileSync, writeFileSync, mkdirSync, statSync, existsSync } from "fs";
@@ -117,4 +117,4 @@ async function sendWebhook(url, payload) {
117
117
  export {
118
118
  watchDirectory
119
119
  };
120
- //# sourceMappingURL=watch-C5LIQLZC.js.map
120
+ //# sourceMappingURL=watch-AKTZTPVF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kordoc",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Parse Korean documents (HWP, HWPX, PDF) to Markdown",
5
5
  "type": "module",
6
6
  "exports": {
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/node": "^18.19.130",
70
- "pdfjs-dist": "^4.0.0",
70
+ "pdfjs-dist": "^4.10.38",
71
71
  "tsup": "^8.4.0",
72
72
  "tsx": "^4.21.0",
73
73
  "typescript": "^5.9.0"