mintlify 4.0.261 → 4.0.263
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 -2
- package/package.json +3 -3
package/README.md
CHANGED
@@ -76,9 +76,9 @@ Steps you can take if the dev CLI is not working (After each step try to run `mi
|
|
76
76
|
|
77
77
|
### Additional Commands
|
78
78
|
|
79
|
-
#### `mintlify openapi-check <
|
79
|
+
#### `mintlify openapi-check <openapiFilenameOrUrl>`
|
80
80
|
|
81
|
-
Check your OpenAPI file for errors.
|
81
|
+
Check your OpenAPI file for errors. You can pass in a filename (e.g. `./openapi.yaml`) or a URL (e.g. `https://petstore3.swagger.io/api/v3/openapi.json`).
|
82
82
|
|
83
83
|
#### `mintlify broken-links` <sup>BETA</sup>
|
84
84
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mintlify",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.263",
|
4
4
|
"description": "Alias for @mintlify/cli",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=18.0.0"
|
@@ -25,10 +25,10 @@
|
|
25
25
|
"clean:all": "rimraf node_modules"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@mintlify/cli": "4.0.
|
28
|
+
"@mintlify/cli": "4.0.263"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"rimraf": "^5.0.1"
|
32
32
|
},
|
33
|
-
"gitHead": "
|
33
|
+
"gitHead": "071077078a7bc5df924da1c312d68d2dc2b28141"
|
34
34
|
}
|