document-cli 1.13.9 → 1.13.11

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
@@ -13,6 +13,7 @@ graph TD
13
13
  odf("odf.js")
14
14
  pdfcodec("pdf-codec")
15
15
  mdcodec("markdown-codec")
16
+ bytecodec("byte-codec")
16
17
  documents("documents.js")
17
18
  mcp("document-mcp")
18
19
  cli("document-cli")
@@ -26,6 +27,8 @@ graph TD
26
27
  odf --> documents
27
28
  pdfcodec --> documents
28
29
  mdcodec --> documents
30
+ bytecodec --> pdfcodec
31
+ bytecodec --> documents
29
32
  documents --> mcp
30
33
  pdfcodec --> mcp
31
34
  documents --> cli
@@ -37,6 +40,7 @@ graph TD
37
40
  click odf "https://github.com/ExaDev/odf.js" "odf.js"
38
41
  click pdfcodec "https://github.com/ExaDev/pdf-codec" "pdf-codec"
39
42
  click mdcodec "https://github.com/ExaDev/markdown-codec" "markdown-codec"
43
+ click bytecodec "https://github.com/ExaDev/byte-codec" "byte-codec"
40
44
  click documents "https://github.com/ExaDev/documents.js" "documents.js"
41
45
  click mcp "https://github.com/ExaDev/document-mcp" "document-mcp"
42
46
  click cli "https://github.com/ExaDev/document-cli" "document-cli"
package/dist/cli.js CHANGED
@@ -1059,7 +1059,7 @@ function registerSetMetadataCommand(program) {
1059
1059
  }
1060
1060
  //#endregion
1061
1061
  //#region package.json
1062
- var version = "1.13.9";
1062
+ var version = "1.13.11";
1063
1063
  //#endregion
1064
1064
  //#region src/program.ts
1065
1065
  function createProgram() {
package/dist/index.cjs CHANGED
@@ -1388,7 +1388,7 @@ function registerSetMetadataCommand(program) {
1388
1388
  }
1389
1389
  //#endregion
1390
1390
  //#region package.json
1391
- var version = "1.13.9";
1391
+ var version = "1.13.11";
1392
1392
  //#endregion
1393
1393
  //#region src/program.ts
1394
1394
  function createProgram() {
package/dist/index.js CHANGED
@@ -1387,7 +1387,7 @@ function registerSetMetadataCommand(program) {
1387
1387
  }
1388
1388
  //#endregion
1389
1389
  //#region package.json
1390
- var version = "1.13.9";
1390
+ var version = "1.13.11";
1391
1391
  //#endregion
1392
1392
  //#region src/program.ts
1393
1393
  function createProgram() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-cli",
3
- "version": "1.13.9",
3
+ "version": "1.13.11",
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": {
@@ -76,7 +76,7 @@
76
76
  "ink": "^7.1.1",
77
77
  "ink-text-input": "^6.0.0",
78
78
  "odf.js": "^2.4.4",
79
- "pdf-codec": "^1.11.0",
79
+ "pdf-codec": "^2.0.0",
80
80
  "react": "^19.2.8"
81
81
  },
82
82
  "devDependencies": {