@redocly/cli 2.0.0-next.7 → 2.0.0-next.8
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/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -101,6 +101,8 @@ The `stylish` output is as good as it sounds, but if you need JSON, Markdown, Ch
|
|
|
101
101
|
|
|
102
102
|
[Learn more about API standards and configuring Redocly rules](https://redocly.com/docs/cli/api-standards).
|
|
103
103
|
|
|
104
|
+
Looking for more examples? Check out our [Cookbook](https://github.com/Redocly/redocly-cli-cookbook).
|
|
105
|
+
|
|
104
106
|
### API contract testing with Respect
|
|
105
107
|
|
|
106
108
|
Ensure your APIs match their OpenAPI descriptions with **Respect**, Redocly's API contract testing system. Respect sends real HTTP requests to your API server and validates that responses match the expectations defined in your OpenAPI description and Arazzo workflows.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/cli",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@opentelemetry/sdk-trace-node": "2.0.1",
|
|
44
44
|
"@opentelemetry/semantic-conventions": "1.34.0",
|
|
45
45
|
"@redocly/config": "^0.26.4",
|
|
46
|
-
"@redocly/openapi-core": "2.0.0-next.
|
|
47
|
-
"@redocly/respect-core": "2.0.0-next.
|
|
46
|
+
"@redocly/openapi-core": "2.0.0-next.8",
|
|
47
|
+
"@redocly/respect-core": "2.0.0-next.8",
|
|
48
48
|
"abort-controller": "^3.0.0",
|
|
49
49
|
"chokidar": "^3.5.1",
|
|
50
50
|
"colorette": "^1.2.0",
|
|
51
51
|
"dotenv": "16.4.7",
|
|
52
|
-
"form-data": "^4.0.
|
|
52
|
+
"form-data": "^4.0.4",
|
|
53
53
|
"glob": "^11.0.1",
|
|
54
54
|
"handlebars": "^4.7.6",
|
|
55
55
|
"https-proxy-agent": "^7.0.5",
|