@redocly/cli 0.0.0-snapshot.1744362365 → 0.0.0-snapshot.1747225307
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Then you can use it as `redocly [command] [options]`, for example:
|
|
|
31
31
|
redocly lint path-to-root-file.yaml
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
The minimum required versions of Node.js and NPM are
|
|
34
|
+
The minimum required versions of Node.js and NPM are 22.12.0 and 10.9.2 respectively.
|
|
35
35
|
|
|
36
36
|
### Docker
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/cli",
|
|
3
|
-
"version": "0.0.0-snapshot.
|
|
3
|
+
"version": "0.0.0-snapshot.1747225307",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@opentelemetry/resources": "1.26.0",
|
|
44
44
|
"@opentelemetry/sdk-trace-node": "1.26.0",
|
|
45
45
|
"@opentelemetry/semantic-conventions": "1.27.0",
|
|
46
|
-
"@redocly/config": "^0.
|
|
47
|
-
"@redocly/openapi-core": "0.0.0-snapshot.
|
|
48
|
-
"@redocly/respect-core": "0.0.0-snapshot.
|
|
46
|
+
"@redocly/config": "^0.24.1",
|
|
47
|
+
"@redocly/openapi-core": "0.0.0-snapshot.1747225307",
|
|
48
|
+
"@redocly/respect-core": "0.0.0-snapshot.1747225307",
|
|
49
49
|
"abort-controller": "^3.0.0",
|
|
50
50
|
"chokidar": "^3.5.1",
|
|
51
51
|
"colorette": "^1.2.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"pluralize": "^8.0.0",
|
|
59
59
|
"react": "^17.0.0 || ^18.2.0 || ^19.0.0",
|
|
60
60
|
"react-dom": "^17.0.0 || ^18.2.0 || ^19.0.0",
|
|
61
|
-
"redoc": "2.
|
|
61
|
+
"redoc": "2.5.0",
|
|
62
62
|
"semver": "^7.5.2",
|
|
63
63
|
"simple-websocket": "^9.0.0",
|
|
64
64
|
"styled-components": "^6.0.7",
|