@ganakailabs/cloudeval-cli 0.24.3 → 0.24.4
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-YO6YXOII.js → App-NGGAERHH.js} +2 -2
- package/dist/{Banner-CSZZHF6L.js → Banner-6POGUWTT.js} +2 -2
- package/dist/{chunk-JNHT2L4P.js → chunk-ALXP3LJK.js} +1 -1
- package/dist/{chunk-UZDPQSE5.js → chunk-YEKKVQCN.js} +1 -1
- package/dist/cli.js +11 -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-ALXP3LJK.js";
|
|
42
42
|
import {
|
|
43
43
|
CLI_VERSION
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-YEKKVQCN.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-YEKKVQCN.js";
|
|
40
40
|
|
|
41
41
|
// src/runtime/prepareInk.ts
|
|
42
42
|
import fs from "fs";
|
|
@@ -6598,9 +6598,15 @@ var createApplicationInsightsClient = async (connectionString) => {
|
|
|
6598
6598
|
const client = new appInsights.TelemetryClient(connectionString, {
|
|
6599
6599
|
useGlobalProviders: false
|
|
6600
6600
|
});
|
|
6601
|
-
client
|
|
6601
|
+
disableDiskRetryCaching(client);
|
|
6602
6602
|
return client;
|
|
6603
6603
|
};
|
|
6604
|
+
var disableDiskRetryCaching = (client) => {
|
|
6605
|
+
try {
|
|
6606
|
+
client.setUseDiskRetryCaching?.(false);
|
|
6607
|
+
} catch {
|
|
6608
|
+
}
|
|
6609
|
+
};
|
|
6604
6610
|
var flushClient = async (client) => {
|
|
6605
6611
|
try {
|
|
6606
6612
|
const flush = client.flush;
|
|
@@ -14096,7 +14102,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
|
|
|
14096
14102
|
const { assertSecureBaseUrl } = await import("./dist-CFLR5FML.js");
|
|
14097
14103
|
const [{ render }, { App }] = await Promise.all([
|
|
14098
14104
|
import("ink"),
|
|
14099
|
-
import("./App-
|
|
14105
|
+
import("./App-NGGAERHH.js")
|
|
14100
14106
|
]);
|
|
14101
14107
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
14102
14108
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -14154,7 +14160,7 @@ program.command("chat").description("Start an interactive chat session").option(
|
|
|
14154
14160
|
const { assertSecureBaseUrl } = await import("./dist-CFLR5FML.js");
|
|
14155
14161
|
const [{ render }, { App }] = await Promise.all([
|
|
14156
14162
|
import("ink"),
|
|
14157
|
-
import("./App-
|
|
14163
|
+
import("./App-NGGAERHH.js")
|
|
14158
14164
|
]);
|
|
14159
14165
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
14160
14166
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -14922,7 +14928,7 @@ Error: ${errorMsg}
|
|
|
14922
14928
|
program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
|
|
14923
14929
|
const { render } = await import("ink");
|
|
14924
14930
|
const BannerPreview = React.lazy(async () => ({
|
|
14925
|
-
default: (await import("./Banner-
|
|
14931
|
+
default: (await import("./Banner-6POGUWTT.js")).Banner
|
|
14926
14932
|
}));
|
|
14927
14933
|
render(
|
|
14928
14934
|
/* @__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.4",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|