@diplodoc/cli 4.14.0 → 4.15.0

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 +1 -1
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -205901,7 +205901,7 @@ import_yargs.default.command(build).command(publish).command(translate).option("
205901
205901
  default: false,
205902
205902
  describe: "Run in quiet mode. Don't write logs to stdout",
205903
205903
  type: "boolean"
205904
- }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.14.0" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
205904
+ }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.15.0" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
205905
205905
  console.timeEnd(MAIN_TIMER_ID);
205906
205906
  if (err) {
205907
205907
  console.error(err);
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.14.0",
6
+ "version": "4.15.0",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git@github.com:diplodoc-platform/cli.git"
@@ -42,7 +42,7 @@
42
42
  "@diplodoc/eslint-config": "^2.0.0",
43
43
  "@diplodoc/latex-extension": "^1.1.0",
44
44
  "@diplodoc/mermaid-extension": "^1.2.1",
45
- "@diplodoc/openapi-extension": "^2.0.0",
45
+ "@diplodoc/openapi-extension": "^2.1.0",
46
46
  "@diplodoc/prettier-config": "^2.0.0",
47
47
  "@diplodoc/transform": "^4.8.2",
48
48
  "@diplodoc/tsconfig": "^1.0.2",