@donmahallem/lerna-fixer
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@donmahallem/lerna-fixer", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "CLI to fix issues with lerna as a workaround", | ||
@@ -80,2 +80,3 @@ "main": "dist/index.cjs", | ||
"rollup": "2.63.0", | ||
"semantic-release": "18.0.1", | ||
"sinon": "12.0.1", | ||
@@ -82,0 +83,0 @@ "standard-version": "9.3.2", |
@@ -10,3 +10,3 @@ /* | ||
/** | ||
* | ||
* Does create the root cli | ||
*/ | ||
@@ -13,0 +13,0 @@ export function createCli(): Command { |
@@ -9,3 +9,4 @@ /* | ||
/** | ||
* | ||
* Creates default verbose option | ||
* Parses option 'verbose' als false by default | ||
*/ | ||
@@ -31,5 +32,5 @@ export function createVerboseOption(): Option { | ||
default: | ||
throw new InvalidOptionArgumentError(`Invalid `); | ||
throw new InvalidOptionArgumentError(`Invalid value '${val}' for option 'verbose'`); | ||
} | ||
}); | ||
} |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
26924
26
13
285