@lerna-lite/init
Advanced tools
@@ -81,4 +81,6 @@ import { join } from 'node:path'; | ||
| if (this.exact) { | ||
| const commandConfig = config.command || (config.command = {}); | ||
| const initConfig = commandConfig.init || (commandConfig.init = {}); | ||
| config.command ??= {}; | ||
| const commandConfig = config.command; | ||
| commandConfig.init ??= {}; | ||
| const initConfig = commandConfig.init; | ||
| initConfig.exact = true; | ||
@@ -85,0 +87,0 @@ } |
+3
-3
| { | ||
| "name": "@lerna-lite/init", | ||
| "version": "4.10.5", | ||
| "version": "4.11.0", | ||
| "description": "Lerna-Lite init commmand - Create a new Lerna repo or upgrade an existing repo to the current version of Lerna", | ||
@@ -29,3 +29,3 @@ "homepage": "https://github.com/lerna-lite/lerna-lite", | ||
| "dependencies": { | ||
| "@lerna-lite/core": "4.10.5", | ||
| "@lerna-lite/core": "4.11.0", | ||
| "fs-extra": "^11.3.3", | ||
@@ -38,3 +38,3 @@ "p-map": "^7.0.4", | ||
| }, | ||
| "gitHead": "79d10542f456270112478d011785e6a73ad99d8f" | ||
| "gitHead": "ef74c147bb15c007acf5815a848563ce669259a2" | ||
| } |
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14032
0.09%123
1.65%+ Added
+ Added
- Removed
- Removed
Updated