@diplodoc/cli 4.37.0-beta-2 → 4.37.0-beta-3

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 +3 -3
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -285901,7 +285901,7 @@ function handler(args2) {
285901
285901
  const tmpInputFolder = (0, import_path32.resolve)(args2.output, TMP_INPUT_FOLDER);
285902
285902
  const tmpOutputFolder = (0, import_path32.resolve)(args2.output, TMP_OUTPUT_FOLDER);
285903
285903
  if (true) {
285904
- console.log(`Using v${"4.37.0-beta-2"} version`);
285904
+ console.log(`Using v${"4.37.0-beta-3"} version`);
285905
285905
  }
285906
285906
  try {
285907
285907
  argv_default2.init(__spreadProps(__spreadValues({}, args2), {
@@ -286014,7 +286014,7 @@ var parser3 = import_yargs.default.command(build).option("config", {
286014
286014
  default: false,
286015
286015
  describe: "Run in quiet mode. Don't write logs to stdout",
286016
286016
  type: "boolean"
286017
- }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.37.0-beta-2" : "").help();
286017
+ }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.37.0-beta-3" : "").help();
286018
286018
  var Build = class extends BaseProgram(command, {
286019
286019
  config: {
286020
286020
  // scope: 'build',
@@ -290585,7 +290585,7 @@ var Program = class extends BaseProgram("Program", {
290585
290585
  constructor() {
290586
290586
  super(...arguments);
290587
290587
  this.command = new Command2(NAME).helpOption(true).allowUnknownOption(false).version(
290588
- true ? "4.37.0-beta-2" : "",
290588
+ true ? "4.37.0-beta-3" : "",
290589
290589
  "--version",
290590
290590
  "Output the version number"
290591
290591
  ).usage(USAGE);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Yandex Data UI Team <data-ui@yandex-team.ru>",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "license": "MIT",
6
- "version": "4.37.0-beta-2",
6
+ "version": "4.37.0-beta-3",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git@github.com:diplodoc-platform/cli.git"
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@diplodoc/client": "^3.0.3",
39
- "@diplodoc/search-extension": "^1.1.0",
39
+ "@diplodoc/search-extension": "^1.1.1",
40
40
  "@diplodoc/translation": "^1.4.3",
41
41
  "katex": "^0.16.9",
42
42
  "shelljs": "0.8.5",