document-cli 3.1.11 → 3.1.12
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 +8 -7
package/README.md
CHANGED
|
@@ -290,7 +290,7 @@ pnpm test:workers # turbo run _test:workers -> vitest run --config vitest.worke
|
|
|
290
290
|
|
|
291
291
|
## Contributing
|
|
292
292
|
|
|
293
|
-
Release, CI, and commit-message conventions are all workspace-wide, not package-local — see the [monorepo root README](../../README.md#releases) for the release mechanism and [
|
|
293
|
+
Release, CI, and commit-message conventions are all workspace-wide, not package-local — see the [monorepo root README](../../README.md#releases) for the release mechanism and [CONTRIBUTING.md](../../CONTRIBUTING.md) for the shared git hooks and history conventions. Work inside `packages/document-cli/`.
|
|
294
294
|
|
|
295
295
|
## License
|
|
296
296
|
|
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": "3.1.
|
|
3
|
+
"version": "3.1.12",
|
|
4
4
|
"description": "CLI and interactive Ink TUI for documents.js: every docx/pptx/odt/odp/ods/odg/odf/pdf/odm/odb/xlsx/csv/svg/markdown conversion, bridge, and editor as a scriptable command or a terminal app.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -55,8 +55,9 @@
|
|
|
55
55
|
"prepublishOnly": "pnpm run lint && pnpm run typecheck && tsdown && publint && attw --pack",
|
|
56
56
|
"lint": "turbo run _lint",
|
|
57
57
|
"_lint": "eslint . --fix --cache --max-warnings 0",
|
|
58
|
-
"typecheck": "turbo run _typecheck",
|
|
58
|
+
"typecheck": "turbo run _typecheck _typecheck:attw",
|
|
59
59
|
"_typecheck": "tsc --noEmit",
|
|
60
|
+
"_typecheck:attw": "attw --pack",
|
|
60
61
|
"test": "turbo run _test",
|
|
61
62
|
"_test": "vitest run --project unit",
|
|
62
63
|
"test:watch": "vitest --project unit",
|
|
@@ -89,9 +90,9 @@
|
|
|
89
90
|
"packageManager": "pnpm@11.6.0",
|
|
90
91
|
"dependencies": {
|
|
91
92
|
"commander": "^15.0.0",
|
|
92
|
-
"document-outline.js": "^1.0.
|
|
93
|
-
"document-schema.js": "^4.3.
|
|
94
|
-
"documents.js": "^4.0.
|
|
93
|
+
"document-outline.js": "^1.0.4",
|
|
94
|
+
"document-schema.js": "^4.3.7",
|
|
95
|
+
"documents.js": "^4.0.24",
|
|
95
96
|
"ink": "^7.1.1",
|
|
96
97
|
"ink-text-input": "^6.0.0",
|
|
97
98
|
"react": "^19.2.8"
|
|
@@ -113,8 +114,8 @@
|
|
|
113
114
|
"husky": "^9.1.7",
|
|
114
115
|
"ink-testing-library": "^4.0.0",
|
|
115
116
|
"lint-staged": "^17.3.0",
|
|
116
|
-
"odf.js": "^5.0.
|
|
117
|
-
"pdf-codec": "^3.0.
|
|
117
|
+
"odf.js": "^5.0.7",
|
|
118
|
+
"pdf-codec": "^3.0.12",
|
|
118
119
|
"publint": "^0.3.22",
|
|
119
120
|
"semantic-release": "^25.0.8",
|
|
120
121
|
"tsdown": "^0.22.14",
|