New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@mintlify/cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/cli - npm Package Compare versions

Comparing version 4.0.326 to 4.0.327

@@ -42,3 +42,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

export const checkForMintJson = () => __awaiter(void 0, void 0, void 0, function* () {
if (yield getConfigPath(CMD_EXEC_PATH))
if (yield getConfigPath(CMD_EXEC_PATH, 'mint'))
return;

@@ -45,0 +45,0 @@ console.error('Must be run in a directory where a mint.json file exists.');

{
"name": "@mintlify/cli",
"version": "4.0.326",
"version": "4.0.327",
"description": "The Mintlify CLI",

@@ -41,8 +41,8 @@ "engines": {

"dependencies": {
"@mintlify/common": "1.0.223",
"@mintlify/link-rot": "3.0.316",
"@mintlify/models": "0.0.159",
"@mintlify/prebuild": "1.0.315",
"@mintlify/previewing": "4.0.320",
"@mintlify/validation": "0.1.249",
"@mintlify/common": "1.0.224",
"@mintlify/link-rot": "3.0.317",
"@mintlify/models": "0.0.160",
"@mintlify/prebuild": "1.0.316",
"@mintlify/previewing": "4.0.321",
"@mintlify/validation": "0.1.250",
"chalk": "^5.2.0",

@@ -71,3 +71,3 @@ "detect-port": "^1.5.1",

},
"gitHead": "d352e2cd2255194c1f6fdd22394fb64cc6dc4aa3"
"gitHead": "33cfc8d04cb5c429328404b58c1c66e7a1acf099"
}

@@ -41,5 +41,5 @@ import { getConfigPath } from '@mintlify/prebuild';

export const checkForMintJson = async () => {
if (await getConfigPath(CMD_EXEC_PATH)) return;
if (await getConfigPath(CMD_EXEC_PATH, 'mint')) return;
console.error('Must be run in a directory where a mint.json file exists.');
process.exit(1);
};

Sorry, the diff of this file is not supported yet