@redocly/cli 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,6 +11,11 @@ Supports OpenAPI 3.1, 3.0 and OpenAPI 2.0 (legacy Swagger), AsyncAPI 3.0 and 2.6
11
11
 
12
12
  ![OpenAPI CLI toolset](./media/redocly-cli.gif)
13
13
 
14
+ ## Migration
15
+
16
+ Migrating from Redocly CLI v1 to v2?
17
+ Here's the [guide](https://redocly.com/docs/cli/guides/migrate-to-v2) to make the transition smoother.
18
+
14
19
  ## Usage
15
20
 
16
21
  ### Node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -42,8 +42,8 @@
42
42
  "@opentelemetry/resources": "2.0.1",
43
43
  "@opentelemetry/sdk-trace-node": "2.0.1",
44
44
  "@opentelemetry/semantic-conventions": "1.34.0",
45
- "@redocly/openapi-core": "2.0.0",
46
- "@redocly/respect-core": "2.0.0",
45
+ "@redocly/openapi-core": "2.0.2",
46
+ "@redocly/respect-core": "2.0.2",
47
47
  "abort-controller": "^3.0.0",
48
48
  "chokidar": "^3.5.1",
49
49
  "colorette": "^1.2.0",