@ganakailabs/cloudeval-cli 0.24.2 → 0.24.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-GMIKOAEB.js → App-YO6YXOII.js} +2 -2
- package/dist/{Banner-EF5TP62K.js → Banner-CSZZHF6L.js} +2 -2
- package/dist/{chunk-HG47W2ZM.js → chunk-JNHT2L4P.js} +1 -1
- package/dist/{chunk-4IQ53VGC.js → chunk-UZDPQSE5.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-KBHRBGSX.js";
|
|
39
39
|
import {
|
|
40
40
|
Banner
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-JNHT2L4P.js";
|
|
42
42
|
import {
|
|
43
43
|
CLI_VERSION
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-UZDPQSE5.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-UZDPQSE5.js";
|
|
40
40
|
|
|
41
41
|
// src/runtime/prepareInk.ts
|
|
42
42
|
import fs from "fs";
|
|
@@ -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-YO6YXOII.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-YO6YXOII.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-CSZZHF6L.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.3",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|