@diplodoc/cli 4.13.9-alpha-3 → 4.13.9-alpha-5

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 -1
package/build/index.js CHANGED
@@ -205850,7 +205850,7 @@ import_yargs.default.command(build).command(publish).command(translate).option("
205850
205850
  default: false,
205851
205851
  describe: "Run in quiet mode. Don't write logs to stdout",
205852
205852
  type: "boolean"
205853
- }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.13.9-alpha-3" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
205853
+ }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.13.9-alpha-5" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
205854
205854
  console.timeEnd(MAIN_TIMER_ID);
205855
205855
  if (err) {
205856
205856
  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.13.9-alpha-3",
6
+ "version": "4.13.9-alpha-5",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git@github.com:diplodoc-platform/cli.git"
@@ -32,6 +32,7 @@
32
32
  "dependencies": {
33
33
  "@diplodoc/client": "^2.1.1",
34
34
  "@diplodoc/translation": "^1.0.7",
35
+ "katex": "^0.16.9",
35
36
  "shelljs": "0.8.5",
36
37
  "threads": "1.7.0",
37
38
  "yargs": "17.7.2"