@lerna-lite/cli
Advanced tools
Comparing version 3.8.0 to 3.9.0
{ | ||
"name": "@lerna-lite/cli", | ||
"description": "Lerna-Lite CLI for the Version/Publish commands", | ||
"version": "3.8.0", | ||
"version": "3.9.0", | ||
"bin": { | ||
@@ -36,4 +36,4 @@ "lerna": "dist/cli.js" | ||
"dependencies": { | ||
"@lerna-lite/core": "3.8.0", | ||
"@lerna-lite/init": "3.8.0", | ||
"@lerna-lite/core": "3.9.0", | ||
"@lerna-lite/init": "3.9.0", | ||
"@lerna-lite/npmlog": "3.8.0", | ||
@@ -66,3 +66,3 @@ "dedent": "^1.5.3", | ||
}, | ||
"gitHead": "c65708af1e55d42fd06b5e38e2fc32fce8ecbfc3" | ||
"gitHead": "8d028847e8237a9b8ab94e36b23050aae219629c" | ||
} |
@@ -6,3 +6,12 @@ { | ||
"type": "object", | ||
"additionalProperties": false, | ||
"properties": { | ||
"$schema": { | ||
"type": "string", | ||
"description": "The JSON schema version used to validate this configuration file" | ||
}, | ||
"extends": { | ||
"type": "string", | ||
"description": "A shareable configuration preset that will be used as the base for this configuration" | ||
}, | ||
"version": { | ||
@@ -9,0 +18,0 @@ "type": "string", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138848
2819
+ Added@lerna-lite/core@3.9.0(transitive)
+ Added@lerna-lite/init@3.9.0(transitive)
- Removed@lerna-lite/core@3.8.0(transitive)
- Removed@lerna-lite/init@3.8.0(transitive)
Updated@lerna-lite/core@3.9.0
Updated@lerna-lite/init@3.9.0