truecourse 0.4.4 → 0.4.5

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.
Files changed (2) hide show
  1. package/cli.mjs +1 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -130440,7 +130440,7 @@ async function runHooksRun() {
130440
130440
 
130441
130441
  // tools/cli/src/index.ts
130442
130442
  var program2 = new Command();
130443
- program2.name("truecourse").version("0.4.4").description("TrueCourse CLI \u2014 analyze your repository and open the dashboard");
130443
+ program2.name("truecourse").version("0.4.5").description("TrueCourse CLI \u2014 analyze your repository and open the dashboard");
130444
130444
  var dashboardCmd = program2.command("dashboard").description("Start the TrueCourse dashboard and open it in your browser").option("--reconfigure", "Re-prompt for console vs background service mode").action(async (options) => {
130445
130445
  await runDashboard({ reconfigure: options.reconfigure });
130446
130446
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "truecourse",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Visualize your codebase architecture as an interactive graph",
5
5
  "type": "module",
6
6
  "bin": {