@diplodoc/cli 4.13.1 → 4.13.2

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
@@ -4246,7 +4246,7 @@ import_yargs.default.command(build).command(publish).command(xliff).command(tran
4246
4246
  default: false,
4247
4247
  describe: "Run in quiet mode. Don't write logs to stdout",
4248
4248
  type: "boolean"
4249
- }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.13.1" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
4249
+ }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.13.2" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
4250
4250
  console.timeEnd(MAIN_TIMER_ID);
4251
4251
  if (err) {
4252
4252
  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.1",
6
+ "version": "4.13.2",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git@github.com:diplodoc-platform/cli.git"
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@aws-sdk/client-s3": "^3.369.0",
34
- "@diplodoc/client": "^2.0.2",
34
+ "@diplodoc/client": "^2.0.3",
35
35
  "@diplodoc/latex-extension": "^1.0.3",
36
36
  "@diplodoc/markdown-translation": "^1.1.0",
37
37
  "@diplodoc/mermaid-extension": "^1.2.1",