@mintlify/cli 4.0.591 → 4.0.593

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/bin/constants.js CHANGED
@@ -2,4 +2,4 @@ import os from 'os';
2
2
  export const HOME_DIR = os.homedir();
3
3
  export const CMD_EXEC_PATH = process.cwd();
4
4
  export const LOCAL_LINKED_VERSION = 'linked to local package';
5
- export const MINIMUM_CLI_VERSION = '4.1.8';
5
+ export const MINIMUM_CLI_VERSION = '4.1.90';