Comparing version 10.0.0 to 10.1.0
@@ -13,2 +13,5 @@ #!/usr/bin/env node | ||
}) | ||
.command('lint', 'lint all versions and ranges', { | ||
executableFile: './bin-lint/index.js', | ||
}) | ||
.command('lint-semver-ranges', 'check dependency versions comply with the given semver range format', { | ||
@@ -15,0 +18,0 @@ executableFile: './bin-lint-semver-ranges/index.js', |
{ | ||
"name": "syncpack", | ||
"description": "Consistent dependency versions in large JavaScript Monorepos", | ||
"version": "10.0.0", | ||
"version": "10.1.0", | ||
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -29,2 +29,7 @@ # syncpack | ||
### [lint](https://jamiemason.github.io/syncpack/lint) | ||
Lint all versions and ranges and exit with 0 or 1 based on whether all files match your Syncpack | ||
configuration file. | ||
### [lint-semver-ranges](https://jamiemason.github.io/syncpack/lint-semver-ranges) | ||
@@ -31,0 +36,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
156150
167
3506
66
0