@ganakailabs/cloudeval-cli 0.24.2 → 0.24.4

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-KBHRBGSX.js";
39
39
  import {
40
40
  Banner
41
- } from "./chunk-HG47W2ZM.js";
41
+ } from "./chunk-ALXP3LJK.js";
42
42
  import {
43
43
  CLI_VERSION
44
- } from "./chunk-4IQ53VGC.js";
44
+ } from "./chunk-YEKKVQCN.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-HG47W2ZM.js";
7
- import "./chunk-4IQ53VGC.js";
6
+ } from "./chunk-ALXP3LJK.js";
7
+ import "./chunk-YEKKVQCN.js";
8
8
  import "./chunk-ZDKRIOMB.js";
9
9
  export {
10
10
  Banner,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CLI_VERSION
3
- } from "./chunk-4IQ53VGC.js";
3
+ } from "./chunk-YEKKVQCN.js";
4
4
  import {
5
5
  shouldUseColor,
6
6
  terminalTheme
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var CLI_VERSION = "0.24.2";
2
+ var CLI_VERSION = "0.24.4";
3
3
 
4
4
  export {
5
5
  CLI_VERSION
package/dist/cli.js CHANGED
@@ -36,7 +36,7 @@ import {
36
36
  } from "./chunk-KBHRBGSX.js";
37
37
  import {
38
38
  CLI_VERSION
39
- } from "./chunk-4IQ53VGC.js";
39
+ } from "./chunk-YEKKVQCN.js";
40
40
 
41
41
  // src/runtime/prepareInk.ts
42
42
  import fs from "fs";
@@ -6598,9 +6598,15 @@ var createApplicationInsightsClient = async (connectionString) => {
6598
6598
  const client = new appInsights.TelemetryClient(connectionString, {
6599
6599
  useGlobalProviders: false
6600
6600
  });
6601
- client.setUseDiskRetryCaching(false);
6601
+ disableDiskRetryCaching(client);
6602
6602
  return client;
6603
6603
  };
6604
+ var disableDiskRetryCaching = (client) => {
6605
+ try {
6606
+ client.setUseDiskRetryCaching?.(false);
6607
+ } catch {
6608
+ }
6609
+ };
6604
6610
  var flushClient = async (client) => {
6605
6611
  try {
6606
6612
  const flush = client.flush;
@@ -14096,7 +14102,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
14096
14102
  const { assertSecureBaseUrl } = await import("./dist-CFLR5FML.js");
14097
14103
  const [{ render }, { App }] = await Promise.all([
14098
14104
  import("ink"),
14099
- import("./App-GMIKOAEB.js")
14105
+ import("./App-NGGAERHH.js")
14100
14106
  ]);
14101
14107
  const baseUrl = await resolveBaseUrl(options, command);
14102
14108
  assertSecureBaseUrl(baseUrl);
@@ -14154,7 +14160,7 @@ program.command("chat").description("Start an interactive chat session").option(
14154
14160
  const { assertSecureBaseUrl } = await import("./dist-CFLR5FML.js");
14155
14161
  const [{ render }, { App }] = await Promise.all([
14156
14162
  import("ink"),
14157
- import("./App-GMIKOAEB.js")
14163
+ import("./App-NGGAERHH.js")
14158
14164
  ]);
14159
14165
  const baseUrl = await resolveBaseUrl(options, command);
14160
14166
  assertSecureBaseUrl(baseUrl);
@@ -14922,7 +14928,7 @@ Error: ${errorMsg}
14922
14928
  program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
14923
14929
  const { render } = await import("ink");
14924
14930
  const BannerPreview = React.lazy(async () => ({
14925
- default: (await import("./Banner-EF5TP62K.js")).Banner
14931
+ default: (await import("./Banner-6POGUWTT.js")).Banner
14926
14932
  }));
14927
14933
  render(
14928
14934
  /* @__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.24.2",
3
+ "version": "0.24.4",
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.24.2",
17
+ "versionInfo": "0.24.4",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",