document-cli 1.12.3 → 1.12.5
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/README.md +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -255,7 +255,7 @@ The package splits into two independent layers sharing one thin format-detection
|
|
|
255
255
|
```sh
|
|
256
256
|
pnpm build # tsdown -> dist/ (a library build for src/index.ts, and a separate ESM-only bin build for src/cli.ts)
|
|
257
257
|
pnpm typecheck # tsc --noEmit
|
|
258
|
-
pnpm lint # eslint . --max-warnings 0
|
|
258
|
+
pnpm lint # eslint . --fix --cache --max-warnings 0
|
|
259
259
|
pnpm test # vitest run --project unit
|
|
260
260
|
pnpm test:watch # vitest --project unit
|
|
261
261
|
pnpm test:smoke # tsdown, then vitest run --project smoke -- spawns the built dist/cli.js as a real child process
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-cli",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.5",
|
|
4
4
|
"description": "CLI and interactive Ink TUI for documents.js: every docx/pptx/odt/odp/ods/odg/odf/pdf/odm/odb/xlsx/markdown conversion, bridge, and editor as a scriptable command or a terminal app.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsdown",
|
|
45
45
|
"prepublishOnly": "pnpm run lint && pnpm run typecheck && tsdown && publint && attw --pack",
|
|
46
|
-
"lint": "eslint . --max-warnings 0",
|
|
46
|
+
"lint": "eslint . --fix --cache --max-warnings 0",
|
|
47
47
|
"typecheck": "tsc --noEmit",
|
|
48
48
|
"test": "vitest run --project unit",
|
|
49
49
|
"test:watch": "vitest --project unit",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"packageManager": "pnpm@11.6.0",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"commander": "^15.0.0",
|
|
75
|
-
"documents.js": "^1.
|
|
75
|
+
"documents.js": "^1.87.5",
|
|
76
76
|
"ink": "^7.1.1",
|
|
77
77
|
"ink-text-input": "^6.0.0",
|
|
78
|
-
"odf.js": "^2.4.
|
|
78
|
+
"odf.js": "^2.4.1",
|
|
79
79
|
"pdf-codec": "^1.11.0",
|
|
80
80
|
"react": "^19.2.8"
|
|
81
81
|
},
|