@diplodoc/cli 5.0.0-alpha-6 → 5.0.0-alpha-7

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.
Files changed (2) hide show
  1. package/build/index.js +2 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -255726,7 +255726,7 @@ var Program = class extends (_a12 = BaseProgram) {
255726
255726
  super(...arguments);
255727
255727
  this.name = "Program";
255728
255728
  this.command = new Command2(NAME).helpOption(true).allowUnknownOption(false).version(
255729
- true ? "5.0.0-alpha-6" : "",
255729
+ true ? "5.0.0-alpha-7" : "",
255730
255730
  "--version",
255731
255731
  "Output the version number"
255732
255732
  ).usage(USAGE);
@@ -255752,7 +255752,7 @@ if (require.main === module) {
255752
255752
  (() => __async(void 0, null, function* () {
255753
255753
  console.time(MAIN_TIMER_ID);
255754
255754
  if (process.env.NODE_ENV !== "test") {
255755
- console.log(`Using v${"5.0.0-alpha-6"} version`);
255755
+ console.log(`Using v${"5.0.0-alpha-7"} version`);
255756
255756
  }
255757
255757
  let exitCode = 0;
255758
255758
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.0.0-alpha-6",
3
+ "version": "5.0.0-alpha-7",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",