@ganakailabs/cloudeval-cli 0.24.1 → 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.
- package/dist/{App-Q536ZCCD.js → App-GMIKOAEB.js} +2 -2
- package/dist/{Banner-46JWU37W.js → Banner-EF5TP62K.js} +2 -2
- package/dist/{chunk-OUDEVMM7.js → chunk-4IQ53VGC.js} +1 -1
- package/dist/{chunk-ALFAROPP.js → chunk-HG47W2ZM.js} +1 -1
- package/dist/cli.js +5 -5
- package/package.json +1 -1
- package/sbom.spdx.json +1 -1
|
@@ -38,10 +38,10 @@ import {
|
|
|
38
38
|
} from "./chunk-KBHRBGSX.js";
|
|
39
39
|
import {
|
|
40
40
|
Banner
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-HG47W2ZM.js";
|
|
42
42
|
import {
|
|
43
43
|
CLI_VERSION
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-4IQ53VGC.js";
|
|
45
45
|
import {
|
|
46
46
|
raisedButtonStyle,
|
|
47
47
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
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.
|
|
17
|
+
"versionInfo": "0.24.2",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|