document-cli 3.1.11 → 3.1.13

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 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 [its Contributing section](../../README.md#contributing) for the shared git hooks and history conventions. Work inside `packages/document-cli/`.
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
@@ -1204,7 +1204,7 @@ function registerSetMetadataCommand(program) {
1204
1204
  }
1205
1205
  //#endregion
1206
1206
  //#region package.json
1207
- var version = "3.1.11";
1207
+ var version = "3.1.13";
1208
1208
  //#endregion
1209
1209
  //#region src/program.ts
1210
1210
  function createProgram() {
package/dist/index.cjs CHANGED
@@ -1536,7 +1536,7 @@ function registerSetMetadataCommand(program) {
1536
1536
  }
1537
1537
  //#endregion
1538
1538
  //#region package.json
1539
- var version = "3.1.11";
1539
+ var version = "3.1.13";
1540
1540
  //#endregion
1541
1541
  //#region src/program.ts
1542
1542
  function createProgram() {
package/dist/index.js CHANGED
@@ -1535,7 +1535,7 @@ function registerSetMetadataCommand(program) {
1535
1535
  }
1536
1536
  //#endregion
1537
1537
  //#region package.json
1538
- var version = "3.1.11";
1538
+ var version = "3.1.13";
1539
1539
  //#endregion
1540
1540
  //#region src/program.ts
1541
1541
  function createProgram() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-cli",
3
- "version": "3.1.11",
3
+ "version": "3.1.13",
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.3",
93
- "document-schema.js": "^4.3.6",
94
- "documents.js": "^4.0.23",
93
+ "document-outline.js": "^1.0.4",
94
+ "document-schema.js": "^4.3.7",
95
+ "documents.js": "^4.0.25",
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.6",
117
- "pdf-codec": "^3.0.11",
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",