mintlify 3.0.98 → 4.0.3

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 +1 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -48,8 +48,7 @@ Run this command at the root of your Mintlify project to preview changes locally
48
48
 
49
49
  Notes
50
50
 
51
- - `mintlify dev` requires `yarn` and it's recommended you install it as a global installation. If you don't have yarn installed already run `npm install --global yarn` in your terminal.
52
- - `mintlify dev` requires Node v19. Node v20 is currently not supported due to [this bug](https://github.com/TypeStrong/ts-node/issues/1997).
51
+ - `mintlify dev` requires Node v18 or higher.
53
52
 
54
53
  #### Custom Ports
55
54
 
@@ -72,7 +71,6 @@ Steps you can take if the dev CLI is not working (After each step try to run `mi
72
71
  - Make sure you are running in a folder with a `mint.json` file.
73
72
  - Run `npm update -g mintlify` to ensure you have the most recent version of the CLI.
74
73
  - Make sure you are using Node v18 or higher.
75
- - Run `mintlify install` to re-install dependencies.
76
74
  - Navigate to the `.mintlify` folder in your home directory and delete its contents.
77
75
 
78
76
  ### Additional Commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mintlify",
3
- "version": "3.0.98",
3
+ "version": "4.0.3",
4
4
  "description": "Alias for @mintlify/cli",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "bin": "index.js",
24
24
  "dependencies": {
25
- "@mintlify/cli": "3.0.97"
25
+ "@mintlify/cli": "4.0.3"
26
26
  },
27
- "gitHead": "f9a29f3de6300880517b4748f7b4822c625680c2"
27
+ "gitHead": "ae10c3d62fe540cd9823abda5f0893522cf99523"
28
28
  }