@leanmcp/cli 0.5.11-alpha.71.4ccfdc9 → 0.5.11-alpha.72.cbc5760

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4094,7 +4094,7 @@ PORT=3001
4094
4094
  compilerOptions: {
4095
4095
  module: "ESNext",
4096
4096
  target: "ES2022",
4097
- moduleResolution: "Node",
4097
+ moduleResolution: "Bundler",
4098
4098
  esModuleInterop: true,
4099
4099
  strict: true,
4100
4100
  skipLibCheck: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanmcp/cli",
3
- "version": "0.5.11-alpha.71.4ccfdc9",
3
+ "version": "0.5.11-alpha.72.cbc5760",
4
4
  "description": "Command-line interface for scaffolding LeanMCP projects",
5
5
  "bin": {
6
6
  "leanmcp": "bin/leanmcp.js"