@redocly/cli 2.0.0-next.6 → 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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +5 -5
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.6",
3
+ "version": "2.0.0-next.8",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -42,14 +42,14 @@
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/config": "^0.26.3",
46
- "@redocly/openapi-core": "2.0.0-next.6",
47
- "@redocly/respect-core": "2.0.0-next.6",
45
+ "@redocly/config": "^0.26.4",
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.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",