@mintlify/cli 4.0.36 → 4.0.38
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/CONTRIBUTING.md +0 -1
- package/package.json +6 -6
package/CONTRIBUTING.md
CHANGED
|
@@ -29,7 +29,6 @@ Here's how to publish new client changes to the CLI:
|
|
|
29
29
|
- [ ] clear out any existing downloaded zip with `rm -rf ~/.mintlify`
|
|
30
30
|
- [ ] `cd` to a docs folder
|
|
31
31
|
- [ ] run `mintlify dev`
|
|
32
|
-
- [ ] verify new client version is reflected in output
|
|
33
32
|
- [ ] confirm new CLI behavior is observed
|
|
34
33
|
```
|
|
35
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintlify/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.38",
|
|
4
4
|
"description": "The Mintlify CLI",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
42
|
-
"@mintlify/link-rot": "3.0.
|
|
42
|
+
"@mintlify/link-rot": "3.0.61",
|
|
43
43
|
"@mintlify/models": "0.0.49",
|
|
44
|
-
"@mintlify/prebuild": "1.0.
|
|
45
|
-
"@mintlify/previewing": "4.0.
|
|
46
|
-
"@mintlify/validation": "0.1.
|
|
44
|
+
"@mintlify/prebuild": "1.0.61",
|
|
45
|
+
"@mintlify/previewing": "4.0.37",
|
|
46
|
+
"@mintlify/validation": "0.1.89",
|
|
47
47
|
"axios": "^1.4.0",
|
|
48
48
|
"chalk": "^5.2.0",
|
|
49
49
|
"detect-port": "^1.5.1",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"typescript": "^4.9.5",
|
|
85
85
|
"vitest": "^0.34.6"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "12c530b6325dc609b79ef6bce6a61a8f7a99dedd"
|
|
88
88
|
}
|