@redocly/cli 1.31.1 → 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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 1.31.1
|
|
4
11
|
|
|
5
12
|
### Patch 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,8 +37,8 @@
|
|
|
37
37
|
"Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@redocly/openapi-core": "1.31.
|
|
41
|
-
"@redocly/respect-core": "1.31.
|
|
40
|
+
"@redocly/openapi-core": "1.31.2",
|
|
41
|
+
"@redocly/respect-core": "1.31.2",
|
|
42
42
|
"abort-controller": "^3.0.0",
|
|
43
43
|
"chokidar": "^3.5.1",
|
|
44
44
|
"colorette": "^1.2.0",
|