@diplodoc/cli 4.57.13 → 4.57.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/build/index.js CHANGED
@@ -251518,7 +251518,7 @@ var Build = class extends (_a2 = import_program11.BaseProgram, _process_dec = [i
251518
251518
  this.run.logger.proc(entry);
251519
251519
  this.run.meta.add(entry, {
251520
251520
  metadata: {
251521
- generator: `Diplodoc Platform v${"4.57.13"}`
251521
+ generator: `Diplodoc Platform v${"4.57.14"}`
251522
251522
  }
251523
251523
  });
251524
251524
  const info2 = await this.process(entry);
@@ -257833,7 +257833,7 @@ var Program = class extends (_a8 = import_program17.BaseProgram) {
257833
257833
  super(...arguments);
257834
257834
  this.name = "Program";
257835
257835
  this.command = new import_config54.Command(NAME).helpOption(true).allowUnknownOption(false).version(
257836
- false ? "" : "4.57.13",
257836
+ false ? "" : "4.57.14",
257837
257837
  "--version",
257838
257838
  "Output the version number"
257839
257839
  ).usage(USAGE);
@@ -257860,7 +257860,7 @@ if (require.main === module) {
257860
257860
  (async () => {
257861
257861
  console.time(MAIN_TIMER_ID);
257862
257862
  if (process.env.NODE_ENV !== "test") {
257863
- console.log(`Using v${"4.57.13"} version`);
257863
+ console.log(`Using v${"4.57.14"} version`);
257864
257864
  }
257865
257865
  let exitCode = 0;
257866
257866
  try {
package/build/index.mjs CHANGED
@@ -251511,7 +251511,7 @@ var Build = class extends (_a2 = BaseProgram, _process_dec = [bounded3], _a2) {
251511
251511
  this.run.logger.proc(entry);
251512
251512
  this.run.meta.add(entry, {
251513
251513
  metadata: {
251514
- generator: `Diplodoc Platform v${"4.57.13"}`
251514
+ generator: `Diplodoc Platform v${"4.57.14"}`
251515
251515
  }
251516
251516
  });
251517
251517
  const info2 = await this.process(entry);
@@ -257846,7 +257846,7 @@ var Program = class extends (_a8 = BaseProgram6) {
257846
257846
  super(...arguments);
257847
257847
  this.name = "Program";
257848
257848
  this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
257849
- false ? "" : "4.57.13",
257849
+ false ? "" : "4.57.14",
257850
257850
  "--version",
257851
257851
  "Output the version number"
257852
257852
  ).usage(USAGE);
@@ -257873,7 +257873,7 @@ if (__require.main === module) {
257873
257873
  (async () => {
257874
257874
  console.time(MAIN_TIMER_ID);
257875
257875
  if (process.env.NODE_ENV !== "test") {
257876
- console.log(`Using v${"4.57.13"} version`);
257876
+ console.log(`Using v${"4.57.14"} version`);
257877
257877
  }
257878
257878
  let exitCode = 0;
257879
257879
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "4.57.13",
3
+ "version": "4.57.14",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",
@@ -70,7 +70,7 @@
70
70
  "dependencies": {
71
71
  "@diplodoc/client": "^3.3.1",
72
72
  "@diplodoc/liquid": "^1.3.0",
73
- "@diplodoc/translation": "^1.7.6",
73
+ "@diplodoc/translation": "^1.7.8",
74
74
  "chalk": "^4.1.2",
75
75
  "commander": "^12.0.0",
76
76
  "glob": "^10.4.5",