@cloud-cli/on 1.2.11 → 1.2.12

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/dist/on.js +1 -1
  2. package/package.json +1 -1
package/dist/on.js CHANGED
@@ -3815,7 +3815,7 @@ var wn, Tn, En, Dn = class {
3815
3815
  <div class="border border-gray-800 rounded-xl overflow-hidden bg-gray-900/50 mb-4">
3816
3816
  <div class="flex items-center justify-between p-4 bg-gray-800/40 border-b border-gray-800">
3817
3817
  <div class="flex items-center gap-3">
3818
- <span class="text-xs font-mono text-gray-500">#${n + 1}</span>
3818
+ <span class="text-xs font-mono text-gray-500">#${n + 1} ${t.exitCode === 0 ? "" : "(" + t.exitCode + ")"}</span>
3819
3819
  <h3 class="font-semibold text-gray-200">${t.name}</h3>
3820
3820
  <span class="px-2.5 py-0.5 rounded-full text-xs font-medium ${a}">
3821
3821
  ${t.status.toUpperCase()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-cli/on",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "CLI entry point for the on plugin ecosystem.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",