@clazic/kordoc 2.4.15 → 2.4.17
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-YHPNDX7A.js → chunk-W2KDIKDF.js} +2 -2
- package/dist/{chunk-ZER7GYXK.js → chunk-WM3XI23V.js} +8 -8
- package/dist/{chunk-ZER7GYXK.js.map → chunk-WM3XI23V.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/index.cjs +95 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +95 -14
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +2 -2
- package/dist/{utils-ZQA6RCXN.js → utils-DHOODYKU.js} +2 -2
- package/dist/{watch-ULSOWHFE.js → watch-RM4VNOL4.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-YHPNDX7A.js.map → chunk-W2KDIKDF.js.map} +0 -0
- /package/dist/{utils-ZQA6RCXN.js.map → utils-DHOODYKU.js.map} +0 -0
- /package/dist/{watch-ULSOWHFE.js.map → watch-RM4VNOL4.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.17" : "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-W2KDIKDF.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
precheckZipSize,
|
|
11
11
|
sanitizeHref,
|
|
12
12
|
toArrayBuffer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-W2KDIKDF.js";
|
|
14
14
|
import {
|
|
15
15
|
parsePageRange
|
|
16
16
|
} from "./chunk-MOL7MDBG.js";
|
|
@@ -9829,12 +9829,12 @@ import { performance } from "perf_hooks";
|
|
|
9829
9829
|
import libre from "libreoffice-convert";
|
|
9830
9830
|
var libreConvert = libre.convert;
|
|
9831
9831
|
var PROOFREAD_PROMPT = [
|
|
9832
|
-
"
|
|
9833
|
-
"
|
|
9834
|
-
"-
|
|
9835
|
-
"-
|
|
9836
|
-
"-
|
|
9837
|
-
"-
|
|
9832
|
+
"Perform non-destructive proofreading only on the Markdown below.",
|
|
9833
|
+
"Rules:",
|
|
9834
|
+
"- Do not add, remove, or infer any facts",
|
|
9835
|
+
"- Do not change numbers, units, or proper nouns",
|
|
9836
|
+
"- Correct only typos, spacing, line breaks, and Markdown structure",
|
|
9837
|
+
"- Output the corrected Markdown body only"
|
|
9838
9838
|
].join("\n");
|
|
9839
9839
|
|
|
9840
9840
|
// src/index.ts
|
|
@@ -10193,4 +10193,4 @@ export {
|
|
|
10193
10193
|
cfb/cfb.js:
|
|
10194
10194
|
(*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com *)
|
|
10195
10195
|
*/
|
|
10196
|
-
//# sourceMappingURL=chunk-
|
|
10196
|
+
//# sourceMappingURL=chunk-WM3XI23V.js.map
|