@clazic/kordoc 2.4.10 → 2.4.11
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/{chunk-KZ2OG25G.js → chunk-34WIGIQC.js} +2 -2
- package/dist/{chunk-KZ2OG25G.js.map → chunk-34WIGIQC.js.map} +1 -1
- package/dist/{chunk-5TIGMK34.js → chunk-JGMLDBW5.js} +4 -4
- package/dist/{chunk-GKN4GHFO.js → chunk-PJSXZBZB.js} +2 -2
- package/dist/cli.js +6 -6
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +3 -3
- package/dist/{resolve-OH2Z6K4I.js → resolve-4I65IGMM.js} +2 -2
- package/dist/{utils-RTIB3XBQ.js → utils-HKVOS2O3.js} +2 -2
- package/dist/{watch-NLQN25GV.js → watch-EYOGF3HY.js} +4 -4
- package/package.json +1 -1
- /package/dist/{chunk-5TIGMK34.js.map → chunk-JGMLDBW5.js.map} +0 -0
- /package/dist/{chunk-GKN4GHFO.js.map → chunk-PJSXZBZB.js.map} +0 -0
- /package/dist/{resolve-OH2Z6K4I.js.map → resolve-4I65IGMM.js.map} +0 -0
- /package/dist/{utils-RTIB3XBQ.js.map → utils-HKVOS2O3.js.map} +0 -0
- /package/dist/{watch-NLQN25GV.js.map → watch-EYOGF3HY.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -2034,7 +2034,7 @@ import { join } from "path";
|
|
|
2034
2034
|
import { tmpdir } from "os";
|
|
2035
2035
|
function getTempDir() {
|
|
2036
2036
|
if (!_tempDir) {
|
|
2037
|
-
_tempDir = join(process.cwd(), "
|
|
2037
|
+
_tempDir = join(process.cwd(), ".kordoc_ocr_tmp");
|
|
2038
2038
|
mkdirSync(_tempDir, { recursive: true });
|
|
2039
2039
|
}
|
|
2040
2040
|
return _tempDir;
|
|
@@ -2856,7 +2856,7 @@ import JSZip2 from "jszip";
|
|
|
2856
2856
|
import { DOMParser } from "@xmldom/xmldom";
|
|
2857
2857
|
|
|
2858
2858
|
// src/utils.ts
|
|
2859
|
-
var VERSION = true ? "2.4.
|
|
2859
|
+
var VERSION = true ? "2.4.11" : "0.0.0-dev";
|
|
2860
2860
|
function toArrayBuffer(buf) {
|
|
2861
2861
|
if (buf.byteOffset === 0 && buf.byteLength === buf.buffer.byteLength) {
|
|
2862
2862
|
return buf.buffer;
|