@ganakailabs/cloudeval-cli 0.24.0 → 0.24.2

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.
@@ -221,7 +221,7 @@ This notice is not a substitute for legal review before public or enterprise dis
221
221
  | postgres-date | 1.0.7 | MIT | Ben Drucker | https://github.com/bendrucker/postgres-date#readme |
222
222
  | postgres-interval | 1.2.0 | MIT | Ben Drucker | https://github.com/bendrucker/postgres-interval#readme |
223
223
  | protobufjs | 7.6.1 | BSD-3-Clause | Daniel Wirtz | https://protobufjs.github.io/protobuf.js/ |
224
- | protobufjs | 8.0.1 | BSD-3-Clause | Daniel Wirtz | https://protobufjs.github.io/protobuf.js/ |
224
+ | protobufjs | 8.0.2 | BSD-3-Clause | Daniel Wirtz | https://protobufjs.github.io/protobuf.js/ |
225
225
  | react-devtools-core | 4.28.5 | MIT | NOASSERTION | https://github.com/facebook/react#readme |
226
226
  | react-reconciler | 0.29.2 | MIT | NOASSERTION | https://reactjs.org/ |
227
227
  | react | 18.3.1 | MIT | NOASSERTION | https://reactjs.org/ |
@@ -38,10 +38,10 @@ import {
38
38
  } from "./chunk-KBHRBGSX.js";
39
39
  import {
40
40
  Banner
41
- } from "./chunk-MX3OG3YS.js";
41
+ } from "./chunk-HG47W2ZM.js";
42
42
  import {
43
43
  CLI_VERSION
44
- } from "./chunk-MK3L4LRF.js";
44
+ } from "./chunk-4IQ53VGC.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-MX3OG3YS.js";
7
- import "./chunk-MK3L4LRF.js";
6
+ } from "./chunk-HG47W2ZM.js";
7
+ import "./chunk-4IQ53VGC.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.24.0";
2
+ var CLI_VERSION = "0.24.2";
3
3
 
4
4
  export {
5
5
  CLI_VERSION
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CLI_VERSION
3
- } from "./chunk-MK3L4LRF.js";
3
+ } from "./chunk-4IQ53VGC.js";
4
4
  import {
5
5
  shouldUseColor,
6
6
  terminalTheme
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-MK3L4LRF.js";
39
+ } from "./chunk-4IQ53VGC.js";
40
40
 
41
41
  // src/runtime/prepareInk.ts
42
42
  import fs from "fs";
@@ -6422,7 +6422,7 @@ var getRule = async (input) => fetchCloudEvalJson({
6422
6422
  import os3 from "os";
6423
6423
 
6424
6424
  // src/telemetryConnectionString.generated.ts
6425
- var PACKAGED_APPLICATIONINSIGHTS_CONNECTION_STRING = "";
6425
+ var PACKAGED_APPLICATIONINSIGHTS_CONNECTION_STRING = "InstrumentationKey=ca7b6ae2-ce35-4e67-8756-439ebe2da618;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=28327903-cb61-4210-bed7-d4d8f9f65cfe";
6426
6426
 
6427
6427
  // src/telemetry.ts
6428
6428
  var TELEMETRY_SCHEMA_VERSION = "1";
@@ -14096,7 +14096,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
14096
14096
  const { assertSecureBaseUrl } = await import("./dist-CFLR5FML.js");
14097
14097
  const [{ render }, { App }] = await Promise.all([
14098
14098
  import("ink"),
14099
- import("./App-TJ2EHBBT.js")
14099
+ import("./App-GMIKOAEB.js")
14100
14100
  ]);
14101
14101
  const baseUrl = await resolveBaseUrl(options, command);
14102
14102
  assertSecureBaseUrl(baseUrl);
@@ -14154,7 +14154,7 @@ program.command("chat").description("Start an interactive chat session").option(
14154
14154
  const { assertSecureBaseUrl } = await import("./dist-CFLR5FML.js");
14155
14155
  const [{ render }, { App }] = await Promise.all([
14156
14156
  import("ink"),
14157
- import("./App-TJ2EHBBT.js")
14157
+ import("./App-GMIKOAEB.js")
14158
14158
  ]);
14159
14159
  const baseUrl = await resolveBaseUrl(options, command);
14160
14160
  assertSecureBaseUrl(baseUrl);
@@ -14922,7 +14922,7 @@ Error: ${errorMsg}
14922
14922
  program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
14923
14923
  const { render } = await import("ink");
14924
14924
  const BannerPreview = React.lazy(async () => ({
14925
- default: (await import("./Banner-HTYBWNZ3.js")).Banner
14925
+ default: (await import("./Banner-EF5TP62K.js")).Banner
14926
14926
  }));
14927
14927
  render(
14928
14928
  /* @__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.0",
3
+ "version": "0.24.2",
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.0",
17
+ "versionInfo": "0.24.2",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",
@@ -2200,9 +2200,9 @@
2200
2200
  "summary": "Protocol Buffers for JavaScript (& TypeScript)."
2201
2201
  },
2202
2202
  {
2203
- "SPDXID": "SPDXRef-Package-protobufjs-8.0.1",
2203
+ "SPDXID": "SPDXRef-Package-protobufjs-8.0.2",
2204
2204
  "name": "protobufjs",
2205
- "versionInfo": "8.0.1",
2205
+ "versionInfo": "8.0.2",
2206
2206
  "downloadLocation": "https://protobufjs.github.io/protobuf.js/",
2207
2207
  "filesAnalyzed": false,
2208
2208
  "licenseConcluded": "BSD-3-Clause",
@@ -3777,7 +3777,7 @@
3777
3777
  {
3778
3778
  "spdxElementId": "SPDXRef-Package-CloudEval-CLI",
3779
3779
  "relationshipType": "DEPENDS_ON",
3780
- "relatedSpdxElement": "SPDXRef-Package-protobufjs-8.0.1"
3780
+ "relatedSpdxElement": "SPDXRef-Package-protobufjs-8.0.2"
3781
3781
  },
3782
3782
  {
3783
3783
  "spdxElementId": "SPDXRef-Package-CloudEval-CLI",