@rnx-kit/dep-check
Advanced tools
Comparing version 1.5.12 to 1.5.13
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Mon, 12 Jul 2021 07:51:21 GMT", | ||
"date": "Mon, 12 Jul 2021 08:34:01 GMT", | ||
"tag": "@rnx-kit/dep-check_v1.5.13", | ||
"version": "1.5.13", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Added link to documentation in output", | ||
"author": "4123478+tido64@users.noreply.github.com", | ||
"commit": "10e9415e4120495665d6f3448d89948eacc100b8", | ||
"package": "@rnx-kit/dep-check" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 12 Jul 2021 07:51:46 GMT", | ||
"tag": "@rnx-kit/dep-check_v1.5.12", | ||
@@ -8,0 +23,0 @@ "version": "1.5.12", |
# Change Log - @rnx-kit/dep-check | ||
This log was last generated on Mon, 12 Jul 2021 07:51:21 GMT and should not be manually modified. | ||
This log was last generated on Mon, 12 Jul 2021 08:34:01 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.5.13 | ||
Mon, 12 Jul 2021 08:34:01 GMT | ||
### Patches | ||
- Added link to documentation in output (4123478+tido64@users.noreply.github.com) | ||
## 1.5.12 | ||
Mon, 12 Jul 2021 07:51:21 GMT | ||
Mon, 12 Jul 2021 07:51:46 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -65,6 +65,5 @@ "use strict"; | ||
console.log(diff); | ||
const [_, depCheckPath, ...args] = process.argv; | ||
const bin = path_1.default.basename(depCheckPath); | ||
const command = [bin, "--write", ...args].join(" "); | ||
console_1.error(`Changes are needed to satisfy all requirements. Run '${command}' to have ${bin} apply them.`); | ||
console_1.error("Changes are needed to satisfy all requirements. Re-run with `--write` to have dep-check apply them."); | ||
const url = chalk_1.default.bold("https://aka.ms/dep-check"); | ||
console_1.info(`Visit ${url} for more information about dep-check.`); | ||
return 1; | ||
@@ -71,0 +70,0 @@ } |
{ | ||
"name": "@rnx-kit/dep-check", | ||
"version": "1.5.12", | ||
"version": "1.5.13", | ||
"description": "Dependency checker for React Native apps", | ||
@@ -23,2 +23,3 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/dep-check#readme", | ||
"format": "rnx-kit-scripts format", | ||
"lint": "rnx-kit-scripts lint", | ||
"test": "rnx-kit-scripts test", | ||
@@ -25,0 +26,0 @@ "update-readme": "node scripts/update-readme.js" |
Sorry, the diff of this file is not supported yet
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
147106
2242