viza 1.9.37 → 1.9.39

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.
@@ -46,13 +46,13 @@ export async function showDispatchRuns(result) {
46
46
  conclusion = "❌ failure";
47
47
  break;
48
48
  case "cancelled":
49
- conclusion = "🛑 cancelled";
49
+ conclusion = " cancelled";
50
50
  break;
51
51
  case "timed_out":
52
- conclusion = " timed_out";
52
+ conclusion = " timed_out";
53
53
  break;
54
54
  case "skipped":
55
- conclusion = " skipped";
55
+ conclusion = " skipped";
56
56
  break;
57
57
  default:
58
58
  conclusion = run.conclusion ?? "-";
@@ -64,7 +64,7 @@ export async function showDispatchRuns(result) {
64
64
  }
65
65
  else {
66
66
  status = "⏳ queued";
67
- conclusion = "-";
67
+ conclusion = "";
68
68
  }
69
69
  const committer = run.committer
70
70
  ? `${run.committer.name}`
@@ -101,7 +101,7 @@ export async function showDispatchRuns(result) {
101
101
  console.log("💡 " + "\x1b[1mQuick Hint\x1b[0m");
102
102
  if (isQueued) {
103
103
  console.log();
104
- console.log(chalk.gray(" 👉 To cancel a queued run (admin/publisher only):"));
104
+ console.log(chalk.gray(" 👉 To cancel a queued run (admin/manager/publisher only):"));
105
105
  console.log(` ${renderCommandInline(`${bin} dispatch cancel-run ${firstRunId}`)}`);
106
106
  }
107
107
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viza",
3
- "version": "1.9.37",
3
+ "version": "1.9.39",
4
4
  "type": "module",
5
5
  "description": "Viza unified command line interface",
6
6
  "bin": {