truecourse 0.7.0-next.6 → 0.7.0-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli.mjs
CHANGED
|
@@ -171176,7 +171176,7 @@ function readToolVersion() {
|
|
|
171176
171176
|
if (cachedVersion)
|
|
171177
171177
|
return cachedVersion;
|
|
171178
171178
|
if (true) {
|
|
171179
|
-
cachedVersion = "0.7.0-next.
|
|
171179
|
+
cachedVersion = "0.7.0-next.7";
|
|
171180
171180
|
return cachedVersion;
|
|
171181
171181
|
}
|
|
171182
171182
|
try {
|
|
@@ -212438,7 +212438,7 @@ async function runHooksRun() {
|
|
|
212438
212438
|
|
|
212439
212439
|
// tools/cli/src/index.ts
|
|
212440
212440
|
var program2 = new Command();
|
|
212441
|
-
program2.name("truecourse").version("0.7.0-next.
|
|
212441
|
+
program2.name("truecourse").version("0.7.0-next.7").description("TrueCourse CLI \u2014 analyze your repository and open the dashboard");
|
|
212442
212442
|
function warnDiscontinued(command) {
|
|
212443
212443
|
process.stderr.write(
|
|
212444
212444
|
`\u26A0 \`${command}\` is discontinued in favor of \`truecourse guard\` \u2014 see the README. Planned removal: 0.8.
|