@ganakailabs/cloudeval-cli 0.29.4 → 0.30.1

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.
@@ -14,6 +14,7 @@ import {
14
14
  createCredential,
15
15
  createQuickProject,
16
16
  createTopUpCheckoutSession,
17
+ downloadReportPdf,
17
18
  ensureDefaultProject,
18
19
  ensurePlaygroundProject,
19
20
  extractEmailFromToken,
@@ -79,7 +80,7 @@ import {
79
80
  runReports,
80
81
  setActiveCLITraceContext,
81
82
  streamChat
82
- } from "./chunk-ERGQHMNT.js";
83
+ } from "./chunk-NXM4JEOB.js";
83
84
  export {
84
85
  AgentProfileRequestError,
85
86
  BUNDLED_AGENT_PROFILES,
@@ -96,6 +97,7 @@ export {
96
97
  createCredential,
97
98
  createQuickProject,
98
99
  createTopUpCheckoutSession,
100
+ downloadReportPdf,
99
101
  ensureDefaultProject,
100
102
  ensurePlaygroundProject,
101
103
  extractEmailFromToken,
@@ -1,6 +1,6 @@
1
1
  // src/resolveAskProject.ts
2
2
  var resolveAskProject = async (input) => {
3
- const core = await import("./dist-QYIPN7MD.js");
3
+ const core = await import("./dist-6LEMVXIY.js");
4
4
  const { getProjects, ensurePlaygroundProject, checkUserStatus } = core;
5
5
  let userId = input.authenticatedUserId;
6
6
  let user = input.authenticatedUser;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganakailabs/cloudeval-cli",
3
- "version": "0.29.4",
3
+ "version": "0.30.1",
4
4
  "license": "LicenseRef-CloudEval-CLI",
5
5
  "type": "module",
6
6
  "description": "CloudEval CLI for cloud architecture, cost, report, automation, and MCP workflows.",
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.29.4",
17
+ "versionInfo": "0.30.1",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",