document-cli 1.11.13 → 1.11.14
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/cli.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -347,7 +347,7 @@ function registerFontsCommand(program) {
|
|
|
347
347
|
}
|
|
348
348
|
//#endregion
|
|
349
349
|
//#region src/commands/formats.ts
|
|
350
|
-
const COMMANDS_NOT_LISTED = "odm-to-pdf, odb-to-csv, odb-to-xlsx, odb-tables, odb-forms, odb-reports, pdf-inspect, from-package, fonts, docx-extras, metadata, set-metadata";
|
|
350
|
+
const COMMANDS_NOT_LISTED = "odm-to-pdf, odb-to-csv, odb-to-xlsx, odb-tables, odb-forms, odb-reports, odb-query, odb-render-report, pdf-inspect, from-package, fonts, docx-extras, metadata, set-metadata";
|
|
351
351
|
function registerFormatsCommand(program) {
|
|
352
352
|
program.command("formats").description("list every source -> target conversion this CLI supports via a <source>-to-<target> command").option("--json", "emit the conversion list as a JSON array instead of a human-readable table", false).action((options) => {
|
|
353
353
|
const { conversions } = createLocalDocumentConverter();
|
|
@@ -1046,7 +1046,7 @@ function registerSetMetadataCommand(program) {
|
|
|
1046
1046
|
}
|
|
1047
1047
|
//#endregion
|
|
1048
1048
|
//#region package.json
|
|
1049
|
-
var version = "1.11.
|
|
1049
|
+
var version = "1.11.14";
|
|
1050
1050
|
//#endregion
|
|
1051
1051
|
//#region src/program.ts
|
|
1052
1052
|
function createProgram() {
|
package/dist/index.cjs
CHANGED
|
@@ -509,7 +509,7 @@ function registerFontsCommand(program) {
|
|
|
509
509
|
}
|
|
510
510
|
//#endregion
|
|
511
511
|
//#region src/commands/formats.ts
|
|
512
|
-
const COMMANDS_NOT_LISTED = "odm-to-pdf, odb-to-csv, odb-to-xlsx, odb-tables, odb-forms, odb-reports, pdf-inspect, from-package, fonts, docx-extras, metadata, set-metadata";
|
|
512
|
+
const COMMANDS_NOT_LISTED = "odm-to-pdf, odb-to-csv, odb-to-xlsx, odb-tables, odb-forms, odb-reports, odb-query, odb-render-report, pdf-inspect, from-package, fonts, docx-extras, metadata, set-metadata";
|
|
513
513
|
function registerFormatsCommand(program) {
|
|
514
514
|
program.command("formats").description("list every source -> target conversion this CLI supports via a <source>-to-<target> command").option("--json", "emit the conversion list as a JSON array instead of a human-readable table", false).action((options) => {
|
|
515
515
|
const { conversions } = (0, documents_js.createLocalDocumentConverter)();
|
|
@@ -1364,7 +1364,7 @@ function registerSetMetadataCommand(program) {
|
|
|
1364
1364
|
}
|
|
1365
1365
|
//#endregion
|
|
1366
1366
|
//#region package.json
|
|
1367
|
-
var version = "1.11.
|
|
1367
|
+
var version = "1.11.14";
|
|
1368
1368
|
//#endregion
|
|
1369
1369
|
//#region src/program.ts
|
|
1370
1370
|
function createProgram() {
|
package/dist/index.js
CHANGED
|
@@ -508,7 +508,7 @@ function registerFontsCommand(program) {
|
|
|
508
508
|
}
|
|
509
509
|
//#endregion
|
|
510
510
|
//#region src/commands/formats.ts
|
|
511
|
-
const COMMANDS_NOT_LISTED = "odm-to-pdf, odb-to-csv, odb-to-xlsx, odb-tables, odb-forms, odb-reports, pdf-inspect, from-package, fonts, docx-extras, metadata, set-metadata";
|
|
511
|
+
const COMMANDS_NOT_LISTED = "odm-to-pdf, odb-to-csv, odb-to-xlsx, odb-tables, odb-forms, odb-reports, odb-query, odb-render-report, pdf-inspect, from-package, fonts, docx-extras, metadata, set-metadata";
|
|
512
512
|
function registerFormatsCommand(program) {
|
|
513
513
|
program.command("formats").description("list every source -> target conversion this CLI supports via a <source>-to-<target> command").option("--json", "emit the conversion list as a JSON array instead of a human-readable table", false).action((options) => {
|
|
514
514
|
const { conversions } = createLocalDocumentConverter();
|
|
@@ -1363,7 +1363,7 @@ function registerSetMetadataCommand(program) {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
//#endregion
|
|
1365
1365
|
//#region package.json
|
|
1366
|
-
var version = "1.11.
|
|
1366
|
+
var version = "1.11.14";
|
|
1367
1367
|
//#endregion
|
|
1368
1368
|
//#region src/program.ts
|
|
1369
1369
|
function createProgram() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-cli",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.14",
|
|
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": {
|