@diplodoc/cli 4.9.0 → 4.10.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.
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.9.0",
6
+ "version": "4.10.0",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git@github.com:diplodoc-platform/cli.git"
@@ -36,7 +36,7 @@
36
36
  "@diplodoc/markdown-translation": "^1.0.4",
37
37
  "@diplodoc/mermaid-extension": "^1.2.1",
38
38
  "@diplodoc/openapi-extension": "^1.4.10",
39
- "@diplodoc/transform": "^4.8.1",
39
+ "@diplodoc/transform": "^4.8.2",
40
40
  "@octokit/core": "4.2.4",
41
41
  "@yandex-cloud/nodejs-sdk": "^2.2.2",
42
42
  "ajv": "^8.11.0",
@@ -277,7 +277,7 @@ async function handler(args: Arguments<any>) {
277
277
  await publishFilesToS3({
278
278
  input: userOutputFolder,
279
279
  region: storageRegion,
280
- ignore,
280
+ ignore: [...ignore, TMP_INPUT_FOLDER, TMP_OUTPUT_FOLDER],
281
281
  endpoint,
282
282
  bucket,
283
283
  prefix,