@diplodoc/cli 4.14.0 → 4.15.1

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/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.1",
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
  "@diplodoc/client": "^2.1.1",
34
- "@diplodoc/translation": "^1.0.7",
34
+ "@diplodoc/translation": "^1.1.0",
35
35
  "katex": "^0.16.9",
36
36
  "shelljs": "0.8.5",
37
37
  "threads": "1.7.0",
@@ -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",
@@ -263,6 +263,7 @@ function translator(params: TranslatorParams, split: Split) {
263
263
  }
264
264
 
265
265
  const {units, skeleton} = extract(content, {
266
+ compact: true,
266
267
  source: {
267
268
  language: sourceLanguage,
268
269
  locale: 'RU',