@launchmatic/cli 0.6.4 → 0.6.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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22623,6 +22623,7 @@ function renderServiceBlock(data, { indent }) {
22623
22623
  }
22624
22624
  }
22625
22625
  function statusColor(status) {
22626
+ if (!status) return source_default.dim("unknown");
22626
22627
  switch (status.toUpperCase()) {
22627
22628
  case "ACTIVE":
22628
22629
  case "RUNNING":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchmatic/cli",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Launchmatic CLI — deploy from your terminal",
5
5
  "private": false,
6
6
  "type": "module",