@ganakailabs/cloudeval-cli 0.20.1 → 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.
- package/dist/{App-FJ7ANARO.js → App-7N7BOWNP.js} +2 -2
- package/dist/{Banner-NJ6WDPDB.js → Banner-FTZBMWDO.js} +2 -2
- package/dist/{chunk-RGFWN4RL.js → chunk-7B3KVSVK.js} +1 -1
- package/dist/{chunk-AWSLWW4V.js → chunk-TCNIIMWL.js} +1 -1
- package/dist/cli.js +4 -4
- package/package.json +1 -1
- package/sbom.spdx.json +1 -1
|
@@ -38,10 +38,10 @@ import {
|
|
|
38
38
|
} from "./chunk-2D4BE3OS.js";
|
|
39
39
|
import {
|
|
40
40
|
Banner
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-7B3KVSVK.js";
|
|
42
42
|
import {
|
|
43
43
|
CLI_VERSION
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-TCNIIMWL.js";
|
|
45
45
|
import {
|
|
46
46
|
raisedButtonStyle,
|
|
47
47
|
terminalTheme
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
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.
|
|
17
|
+
"versionInfo": "0.20.3",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|