@leanmcp/cli 0.5.11-alpha.69.1e96a05 → 0.5.11-alpha.71.4ccfdc9
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/dist/index.js +5 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4075,13 +4075,13 @@ PORT=3001
|
|
|
4075
4075
|
author: "",
|
|
4076
4076
|
license: "MIT",
|
|
4077
4077
|
dependencies: {
|
|
4078
|
-
"@leanmcp/core": "
|
|
4079
|
-
"@leanmcp/ui": "
|
|
4080
|
-
"@leanmcp/auth": "
|
|
4078
|
+
"@leanmcp/core": "latest",
|
|
4079
|
+
"@leanmcp/ui": "latest",
|
|
4080
|
+
"@leanmcp/auth": "latest",
|
|
4081
4081
|
dotenv: "^16.5.0"
|
|
4082
4082
|
},
|
|
4083
4083
|
devDependencies: {
|
|
4084
|
-
"@leanmcp/cli": "
|
|
4084
|
+
"@leanmcp/cli": "latest",
|
|
4085
4085
|
"@types/node": "^20.0.0",
|
|
4086
4086
|
tsx: "^4.20.3",
|
|
4087
4087
|
typescript: "^5.6.3"
|
|
@@ -4239,6 +4239,7 @@ NODE_ENV=development
|
|
|
4239
4239
|
logger.log("\nYou can install dependencies manually:", chalk.cyan);
|
|
4240
4240
|
logger.log(` cd ${projectName}`, chalk.gray);
|
|
4241
4241
|
logger.log(` npm install`, chalk.gray);
|
|
4242
|
+
process.exit(1);
|
|
4242
4243
|
}
|
|
4243
4244
|
} else {
|
|
4244
4245
|
logger.log("\nTo get started:", chalk.cyan);
|