@mintlify/cli 4.0.36 → 4.0.37

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/CONTRIBUTING.md +0 -1
  2. package/package.json +3 -3
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.36",
3
+ "version": "4.0.37",
4
4
  "description": "The Mintlify CLI",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -42,7 +42,7 @@
42
42
  "@mintlify/link-rot": "3.0.60",
43
43
  "@mintlify/models": "0.0.49",
44
44
  "@mintlify/prebuild": "1.0.60",
45
- "@mintlify/previewing": "4.0.35",
45
+ "@mintlify/previewing": "4.0.36",
46
46
  "@mintlify/validation": "0.1.88",
47
47
  "axios": "^1.4.0",
48
48
  "chalk": "^5.2.0",
@@ -84,5 +84,5 @@
84
84
  "typescript": "^4.9.5",
85
85
  "vitest": "^0.34.6"
86
86
  },
87
- "gitHead": "e2ed8063f572f4759043dfa42113f774325b92d0"
87
+ "gitHead": "97bcad4aeb1509dbb62e2ee5d8daff1dc6f711b2"
88
88
  }