@ganakailabs/cloudeval-cli 0.20.2 → 0.20.3

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.
@@ -38,10 +38,10 @@ import {
38
38
  } from "./chunk-2D4BE3OS.js";
39
39
  import {
40
40
  Banner
41
- } from "./chunk-VUFGCS6W.js";
41
+ } from "./chunk-7B3KVSVK.js";
42
42
  import {
43
43
  CLI_VERSION
44
- } from "./chunk-ETTAAQ6J.js";
44
+ } from "./chunk-TCNIIMWL.js";
45
45
  import {
46
46
  raisedButtonStyle,
47
47
  terminalTheme
@@ -2,8 +2,8 @@ import {
2
2
  Banner,
3
3
  bannerSegmentColor,
4
4
  splitBannerLineSegments
5
- } from "./chunk-VUFGCS6W.js";
6
- import "./chunk-ETTAAQ6J.js";
5
+ } from "./chunk-7B3KVSVK.js";
6
+ import "./chunk-TCNIIMWL.js";
7
7
  import "./chunk-QKZCKI55.js";
8
8
  export {
9
9
  Banner,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CLI_VERSION
3
- } from "./chunk-ETTAAQ6J.js";
3
+ } from "./chunk-TCNIIMWL.js";
4
4
  import {
5
5
  shouldUseColor,
6
6
  terminalTheme
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var CLI_VERSION = "0.20.2";
2
+ var CLI_VERSION = "0.20.3";
3
3
 
4
4
  export {
5
5
  CLI_VERSION
package/dist/cli.js CHANGED
@@ -36,7 +36,7 @@ import {
36
36
  } from "./chunk-2D4BE3OS.js";
37
37
  import {
38
38
  CLI_VERSION
39
- } from "./chunk-ETTAAQ6J.js";
39
+ } from "./chunk-TCNIIMWL.js";
40
40
 
41
41
  // src/runtime/prepareInk.ts
42
42
  import fs from "fs";
@@ -13382,7 +13382,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
13382
13382
  const { assertSecureBaseUrl } = await import("./dist-TBAQ5KOK.js");
13383
13383
  const [{ render }, { App }] = await Promise.all([
13384
13384
  import("ink"),
13385
- import("./App-EJ63ARJ3.js")
13385
+ import("./App-7N7BOWNP.js")
13386
13386
  ]);
13387
13387
  const baseUrl = await resolveBaseUrl(options, command);
13388
13388
  assertSecureBaseUrl(baseUrl);
@@ -13434,7 +13434,7 @@ program.command("chat").description("Start an interactive chat session").option(
13434
13434
  const { assertSecureBaseUrl } = await import("./dist-TBAQ5KOK.js");
13435
13435
  const [{ render }, { App }] = await Promise.all([
13436
13436
  import("ink"),
13437
- import("./App-EJ63ARJ3.js")
13437
+ import("./App-7N7BOWNP.js")
13438
13438
  ]);
13439
13439
  const baseUrl = await resolveBaseUrl(options, command);
13440
13440
  assertSecureBaseUrl(baseUrl);
@@ -14191,7 +14191,7 @@ Error: ${errorMsg}
14191
14191
  program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
14192
14192
  const { render } = await import("ink");
14193
14193
  const BannerPreview = React.lazy(async () => ({
14194
- default: (await import("./Banner-7CWUTKMQ.js")).Banner
14194
+ default: (await import("./Banner-FTZBMWDO.js")).Banner
14195
14195
  }));
14196
14196
  render(
14197
14197
  /* @__PURE__ */ jsx(React.Suspense, { fallback: null, children: /* @__PURE__ */ jsx(BannerPreview, { disable: false }) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganakailabs/cloudeval-cli",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "license": "LicenseRef-CloudEval-CLI",
5
5
  "type": "module",
6
6
  "description": "CloudEval CLI for cloud architecture, cost, report, automation, and MCP workflows.",
package/sbom.spdx.json CHANGED
@@ -14,7 +14,7 @@
14
14
  {
15
15
  "SPDXID": "SPDXRef-Package-CloudEval-CLI",
16
16
  "name": "CloudEval CLI",
17
- "versionInfo": "0.20.2",
17
+ "versionInfo": "0.20.3",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",