@clazic/kordoc 2.4.15 → 2.4.16
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-QR27D67R.js} +2 -2
- package/dist/{chunk-ZER7GYXK.js → chunk-RH6IBTHH.js} +2 -2
- package/dist/{chunk-ZER7GYXK.js.map → chunk-RH6IBTHH.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/index.cjs +84 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +84 -4
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +2 -2
- package/dist/{utils-ZQA6RCXN.js → utils-HHJDSSR6.js} +2 -2
- package/dist/{watch-ULSOWHFE.js → watch-YAILKKKP.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-YHPNDX7A.js.map → chunk-QR27D67R.js.map} +0 -0
- /package/dist/{utils-ZQA6RCXN.js.map → utils-HHJDSSR6.js.map} +0 -0
- /package/dist/{watch-ULSOWHFE.js.map → watch-YAILKKKP.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.15" : "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-QR27D67R.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
precheckZipSize,
|
|
11
11
|
sanitizeHref,
|
|
12
12
|
toArrayBuffer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QR27D67R.js";
|
|
14
14
|
import {
|
|
15
15
|
parsePageRange
|
|
16
16
|
} from "./chunk-MOL7MDBG.js";
|
|
@@ -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-RH6IBTHH.js.map
|