@ganakailabs/cloudeval-cli 0.19.1 → 0.19.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-ITRXW4R6.js → App-2MBFLELV.js} +2 -2
- package/dist/{Banner-GMH566I3.js → Banner-3J56KE23.js} +2 -2
- package/dist/{chunk-3JC653QP.js → chunk-2O7XF47R.js} +1 -1
- package/dist/{chunk-QJFZ5ESD.js → chunk-UXX36KJO.js} +1 -1
- package/dist/cli.js +4 -4
- package/package.json +1 -1
- package/sbom.spdx.json +1 -1
|
@@ -31,10 +31,10 @@ import {
|
|
|
31
31
|
} from "./chunk-4QIKW5TJ.js";
|
|
32
32
|
import {
|
|
33
33
|
Banner
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-UXX36KJO.js";
|
|
35
35
|
import {
|
|
36
36
|
CLI_VERSION
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-2O7XF47R.js";
|
|
38
38
|
import {
|
|
39
39
|
raisedButtonStyle,
|
|
40
40
|
terminalTheme
|
package/dist/cli.js
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-4QIKW5TJ.js";
|
|
17
17
|
import {
|
|
18
18
|
CLI_VERSION
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-2O7XF47R.js";
|
|
20
20
|
|
|
21
21
|
// src/runtime/prepareInk.ts
|
|
22
22
|
import fs from "fs";
|
|
@@ -13512,7 +13512,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
|
|
|
13512
13512
|
const { assertSecureBaseUrl } = await import("./dist-I4IPYCRC.js");
|
|
13513
13513
|
const [{ render }, { App }] = await Promise.all([
|
|
13514
13514
|
import("ink"),
|
|
13515
|
-
import("./App-
|
|
13515
|
+
import("./App-2MBFLELV.js")
|
|
13516
13516
|
]);
|
|
13517
13517
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
13518
13518
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -13562,7 +13562,7 @@ program.command("chat").description("Start an interactive chat session").option(
|
|
|
13562
13562
|
const { assertSecureBaseUrl } = await import("./dist-I4IPYCRC.js");
|
|
13563
13563
|
const [{ render }, { App }] = await Promise.all([
|
|
13564
13564
|
import("ink"),
|
|
13565
|
-
import("./App-
|
|
13565
|
+
import("./App-2MBFLELV.js")
|
|
13566
13566
|
]);
|
|
13567
13567
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
13568
13568
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -14296,7 +14296,7 @@ Error: ${errorMsg}
|
|
|
14296
14296
|
program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
|
|
14297
14297
|
const { render } = await import("ink");
|
|
14298
14298
|
const BannerPreview = React.lazy(async () => ({
|
|
14299
|
-
default: (await import("./Banner-
|
|
14299
|
+
default: (await import("./Banner-3J56KE23.js")).Banner
|
|
14300
14300
|
}));
|
|
14301
14301
|
render(
|
|
14302
14302
|
/* @__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.19.
|
|
17
|
+
"versionInfo": "0.19.2",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|