mintlify 3.0.41 → 3.0.45

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 +4 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -48,7 +48,10 @@ Run the following command at the root of your Mintlify application to preview ch
48
48
  mintlify dev
49
49
  ```
50
50
 
51
- Note - `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.
51
+ Notes
52
+
53
+ - `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.
54
+ - `mintlify dev` requires Node v19. Node v20 is currently not supported due to [this bug](https://github.com/TypeStrong/ts-node/issues/1997).
52
55
 
53
56
  ### Custom Ports
54
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mintlify",
3
- "version": "3.0.41",
3
+ "version": "3.0.45",
4
4
  "description": "Alias for @mintlify/cli",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "bin": "index.js",
30
30
  "dependencies": {
31
- "@mintlify/cli": "3.0.40"
31
+ "@mintlify/cli": "3.0.44"
32
32
  },
33
- "gitHead": "c3c25e6a09671d8f5b89591574768ca1ccb08b11"
33
+ "gitHead": "f4b175424ac5c7516920924ce5dc6a332c857f20"
34
34
  }