@redocly/cli 1.31.0 → 1.31.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/CHANGELOG.md +14 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @redocly/cli
|
|
2
2
|
|
|
3
|
+
## 1.31.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed `sourceDescription` name generation in `generate-arazzo` command when using OpenAPI files that contain multiple periods "." in their filenames.
|
|
8
|
+
- Updated @redocly/respect-core to v1.31.2.
|
|
9
|
+
|
|
10
|
+
## 1.31.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Added the missing `respect-core` import in Redocly CLI package.
|
|
15
|
+
- Updated @redocly/openapi-core to v1.31.1.
|
|
16
|
+
|
|
3
17
|
## 1.31.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/cli",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
"Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@redocly/openapi-core": "1.31.
|
|
40
|
+
"@redocly/openapi-core": "1.31.2",
|
|
41
|
+
"@redocly/respect-core": "1.31.2",
|
|
41
42
|
"abort-controller": "^3.0.0",
|
|
42
43
|
"chokidar": "^3.5.1",
|
|
43
44
|
"colorette": "^1.2.0",
|