@lerna-lite/cli
Advanced tools
+8
-8
| { | ||
| "name": "@lerna-lite/cli", | ||
| "version": "4.11.0", | ||
| "version": "4.11.2", | ||
| "description": "Lerna-Lite CLI for the Version/Publish commands", | ||
@@ -24,6 +24,6 @@ "homepage": "https://github.com/lerna-lite/lerna-lite", | ||
| "type": "module", | ||
| "types": "./dist/index.d.ts", | ||
| "types": "./dist/cli.d.ts", | ||
| "exports": { | ||
| "types": "./dist/index.d.ts", | ||
| "import": "./dist/index.js" | ||
| "types": "./dist/cli.d.ts", | ||
| "import": "./dist/cli.js" | ||
| }, | ||
@@ -34,7 +34,7 @@ "publishConfig": { | ||
| "dependencies": { | ||
| "@lerna-lite/core": "4.11.0", | ||
| "@lerna-lite/init": "4.11.0", | ||
| "@lerna-lite/core": "4.11.2", | ||
| "@lerna-lite/init": "4.11.2", | ||
| "@lerna-lite/npmlog": "4.11.0", | ||
| "dedent": "^1.7.1", | ||
| "dotenv": "^17.2.3", | ||
| "dotenv": "^17.2.4", | ||
| "import-local": "^3.2.0", | ||
@@ -67,3 +67,3 @@ "load-json-file": "^7.0.1", | ||
| }, | ||
| "gitHead": "ef74c147bb15c007acf5815a848563ce669259a2" | ||
| "gitHead": "3b63fabbaecec450e25768e90e5d5162046a8541" | ||
| } |
146621
0+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated