@clazic/kordoc 2.4.14 → 2.4.15
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-X6NIA6BK.js → chunk-YHPNDX7A.js} +2 -2
- package/dist/{chunk-6CADPLGJ.js → chunk-ZER7GYXK.js} +3 -2
- package/dist/{chunk-6CADPLGJ.js.map → chunk-ZER7GYXK.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/index.cjs +20 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +20 -16
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +2 -2
- package/dist/{utils-EK3CPEZG.js → utils-ZQA6RCXN.js} +2 -2
- package/dist/{watch-NSWBVKQZ.js → watch-ULSOWHFE.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-X6NIA6BK.js.map → chunk-YHPNDX7A.js.map} +0 -0
- /package/dist/{utils-EK3CPEZG.js.map → utils-ZQA6RCXN.js.map} +0 -0
- /package/dist/{watch-NSWBVKQZ.js.map → watch-ULSOWHFE.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
// src/utils.ts
|
|
4
|
-
var VERSION = true ? "2.4.
|
|
4
|
+
var VERSION = true ? "2.4.14" : "0.0.0-dev";
|
|
5
5
|
function toArrayBuffer(buf) {
|
|
6
6
|
if (buf.byteOffset === 0 && buf.byteLength === buf.buffer.byteLength) {
|
|
7
7
|
return buf.buffer;
|
|
@@ -105,4 +105,4 @@ export {
|
|
|
105
105
|
classifyError,
|
|
106
106
|
normalizeKordocError
|
|
107
107
|
};
|
|
108
|
-
//# sourceMappingURL=chunk-
|
|
108
|
+
//# sourceMappingURL=chunk-YHPNDX7A.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
precheckZipSize,
|
|
11
11
|
sanitizeHref,
|
|
12
12
|
toArrayBuffer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-YHPNDX7A.js";
|
|
14
14
|
import {
|
|
15
15
|
parsePageRange
|
|
16
16
|
} from "./chunk-MOL7MDBG.js";
|
|
@@ -9825,6 +9825,7 @@ async function markdownToXlsx(markdown, options) {
|
|
|
9825
9825
|
}
|
|
9826
9826
|
|
|
9827
9827
|
// src/pipeline/unified-ocr.ts
|
|
9828
|
+
import { performance } from "perf_hooks";
|
|
9828
9829
|
import libre from "libreoffice-convert";
|
|
9829
9830
|
var libreConvert = libre.convert;
|
|
9830
9831
|
var PROOFREAD_PROMPT = [
|
|
@@ -10192,4 +10193,4 @@ export {
|
|
|
10192
10193
|
cfb/cfb.js:
|
|
10193
10194
|
(*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com *)
|
|
10194
10195
|
*/
|
|
10195
|
-
//# sourceMappingURL=chunk-
|
|
10196
|
+
//# sourceMappingURL=chunk-ZER7GYXK.js.map
|