@ganakailabs/cloudeval-cli 0.26.9 → 0.26.10

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-2OLI5VOG.js";
39
39
  import {
40
40
  Banner
41
- } from "./chunk-6TCB66QU.js";
41
+ } from "./chunk-MDLBOB5A.js";
42
42
  import {
43
43
  CLI_VERSION
44
- } from "./chunk-NCMNBZG7.js";
44
+ } from "./chunk-IVGJTC5I.js";
45
45
  import {
46
46
  raisedButtonStyle,
47
47
  terminalTheme
@@ -3,8 +3,8 @@ import {
3
3
  bannerMetaColor,
4
4
  bannerSegmentColor,
5
5
  splitBannerLineSegments
6
- } from "./chunk-6TCB66QU.js";
7
- import "./chunk-NCMNBZG7.js";
6
+ } from "./chunk-MDLBOB5A.js";
7
+ import "./chunk-IVGJTC5I.js";
8
8
  import "./chunk-ZDKRIOMB.js";
9
9
  export {
10
10
  Banner,
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var CLI_VERSION = "0.26.9";
2
+ var CLI_VERSION = "0.26.10";
3
3
 
4
4
  export {
5
5
  CLI_VERSION
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CLI_VERSION
3
- } from "./chunk-NCMNBZG7.js";
3
+ } from "./chunk-IVGJTC5I.js";
4
4
  import {
5
5
  shouldUseColor,
6
6
  terminalTheme
package/dist/cli.js CHANGED
@@ -36,7 +36,7 @@ import {
36
36
  } from "./chunk-2OLI5VOG.js";
37
37
  import {
38
38
  CLI_VERSION
39
- } from "./chunk-NCMNBZG7.js";
39
+ } from "./chunk-IVGJTC5I.js";
40
40
 
41
41
  // src/runtime/prepareInk.ts
42
42
  import fs from "fs";
@@ -3020,13 +3020,18 @@ var buildMarkdownSummary = (data) => {
3020
3020
  );
3021
3021
  }
3022
3022
  if (cost?.amount !== void 0 || cost?.threshold !== void 0) {
3023
+ const costLines = [`- Monthly estimate: ${formatMoney(cost?.amount, cost?.currency)}`];
3024
+ if (data.gate?.cost?.estimatedSavings?.amount !== void 0) {
3025
+ costLines.push(
3026
+ `- Estimated savings: ${formatMoney(data.gate.cost.estimatedSavings.amount, data.gate.cost.estimatedSavings.currency)}`
3027
+ );
3028
+ }
3023
3029
  lines.push(
3024
3030
  "",
3025
3031
  "<details>",
3026
3032
  "<summary>Cost details</summary>",
3027
3033
  "",
3028
- `- Monthly estimate: ${formatMoney(cost?.amount, cost?.currency)}`,
3029
- data.gate?.cost?.estimatedSavings?.amount !== void 0 ? `- Estimated savings: ${formatMoney(data.gate.cost.estimatedSavings.amount, data.gate.cost.estimatedSavings.currency)}` : void 0,
3034
+ ...costLines,
3030
3035
  "",
3031
3036
  "</details>"
3032
3037
  );
@@ -15040,7 +15045,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
15040
15045
  const { assertSecureBaseUrl } = await import("./dist-MQQKC6DZ.js");
15041
15046
  const [{ render }, { App }] = await Promise.all([
15042
15047
  import("ink"),
15043
- import("./App-4NDMTVMJ.js")
15048
+ import("./App-RQYQISZ6.js")
15044
15049
  ]);
15045
15050
  const baseUrl = await resolveBaseUrl(options, command);
15046
15051
  assertSecureBaseUrl(baseUrl);
@@ -15098,7 +15103,7 @@ program.command("chat").description("Start an interactive chat session").option(
15098
15103
  const { assertSecureBaseUrl } = await import("./dist-MQQKC6DZ.js");
15099
15104
  const [{ render }, { App }] = await Promise.all([
15100
15105
  import("ink"),
15101
- import("./App-4NDMTVMJ.js")
15106
+ import("./App-RQYQISZ6.js")
15102
15107
  ]);
15103
15108
  const baseUrl = await resolveBaseUrl(options, command);
15104
15109
  assertSecureBaseUrl(baseUrl);
@@ -15852,7 +15857,7 @@ Error: ${errorMsg}
15852
15857
  program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
15853
15858
  const { render } = await import("ink");
15854
15859
  const BannerPreview = React.lazy(async () => ({
15855
- default: (await import("./Banner-LP37NIKI.js")).Banner
15860
+ default: (await import("./Banner-AMIGQPVN.js")).Banner
15856
15861
  }));
15857
15862
  render(
15858
15863
  /* @__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.26.9",
3
+ "version": "0.26.10",
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.26.9",
17
+ "versionInfo": "0.26.10",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",