@diplodoc/cli 4.59.5 → 4.59.6

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/build/index.js CHANGED
@@ -251617,7 +251617,7 @@ var Build = class extends (_a2 = import_program11.BaseProgram, _process_dec = [i
251617
251617
  this.run.logger.proc(entry);
251618
251618
  this.run.meta.add(entry, {
251619
251619
  metadata: {
251620
- generator: `Diplodoc Platform v${"4.59.5"}`
251620
+ generator: `Diplodoc Platform v${"4.59.6"}`
251621
251621
  }
251622
251622
  });
251623
251623
  const info2 = await this.process(entry);
@@ -257945,7 +257945,7 @@ var Program = class extends (_a8 = import_program17.BaseProgram) {
257945
257945
  super(...arguments);
257946
257946
  this.name = "Program";
257947
257947
  this.command = new import_config54.Command(NAME).helpOption(true).allowUnknownOption(false).version(
257948
- false ? "" : "4.59.5",
257948
+ false ? "" : "4.59.6",
257949
257949
  "--version",
257950
257950
  "Output the version number"
257951
257951
  ).usage(USAGE);
@@ -257972,7 +257972,7 @@ var import_chalk17 = require("chalk");
257972
257972
  var import_ts_dedent4 = __toESM2(require("ts-dedent"));
257973
257973
  var run = async (argv) => {
257974
257974
  if (process.env.NODE_ENV !== "test") {
257975
- console.log(`Using v${"4.59.5"} version`);
257975
+ console.log(`Using v${"4.59.6"} version`);
257976
257976
  }
257977
257977
  let exitCode = 0;
257978
257978
  try {
package/build/index.mjs CHANGED
@@ -251609,7 +251609,7 @@ var Build = class extends (_a2 = BaseProgram, _process_dec = [bounded3], _a2) {
251609
251609
  this.run.logger.proc(entry);
251610
251610
  this.run.meta.add(entry, {
251611
251611
  metadata: {
251612
- generator: `Diplodoc Platform v${"4.59.5"}`
251612
+ generator: `Diplodoc Platform v${"4.59.6"}`
251613
251613
  }
251614
251614
  });
251615
251615
  const info2 = await this.process(entry);
@@ -257957,7 +257957,7 @@ var Program = class extends (_a8 = BaseProgram6) {
257957
257957
  super(...arguments);
257958
257958
  this.name = "Program";
257959
257959
  this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
257960
- false ? "" : "4.59.5",
257960
+ false ? "" : "4.59.6",
257961
257961
  "--version",
257962
257962
  "Output the version number"
257963
257963
  ).usage(USAGE);
@@ -257984,7 +257984,7 @@ import { red } from "chalk";
257984
257984
  import dedent4 from "ts-dedent";
257985
257985
  var run = async (argv) => {
257986
257986
  if (process.env.NODE_ENV !== "test") {
257987
- console.log(`Using v${"4.59.5"} version`);
257987
+ console.log(`Using v${"4.59.6"} version`);
257988
257988
  }
257989
257989
  let exitCode = 0;
257990
257990
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "4.59.5",
3
+ "version": "4.59.6",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",
@@ -72,7 +72,7 @@
72
72
  "dependencies": {
73
73
  "@diplodoc/client": "^3.3.4",
74
74
  "@diplodoc/liquid": "^1.3.1",
75
- "@diplodoc/translation": "^1.7.10",
75
+ "@diplodoc/translation": "^1.7.11",
76
76
  "chalk": "^4.1.2",
77
77
  "commander": "^12.0.0",
78
78
  "execa": "^9.5.3",