ccusage 16.2.5 → 17.0.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.
@@ -1,5 +1,4 @@
1
- import { DailyUsage, MonthlyUsage, SessionUsage, WeeklyUsage } from "./data-loader-D1FVB4Lp.js";
2
- import "./pricing-fetcher-DK8lcI1w.js";
1
+ import { DailyUsage, MonthlyUsage, SessionUsage, WeeklyUsage } from "./data-loader-D_hlygEz.js";
3
2
 
4
3
  //#region src/_token-utils.d.ts
5
4
 
@@ -64,8 +63,6 @@ type TotalsObject = TokenTotals & {
64
63
  * @returns Aggregated token totals and cost
65
64
  */
66
65
  declare function calculateTotals(data: Array<DailyUsage | MonthlyUsage | WeeklyUsage | SessionUsage>): TokenTotals;
67
- // Re-export getTotalTokens from shared utilities for backward compatibility
68
-
69
66
  /**
70
67
  * Creates a complete totals object by adding total token count to existing totals
71
68
  * @param totals - Token totals with cost information
@@ -1,4 +1,3 @@
1
- import { getTotalTokens } from "./_token-utils-WjkbrjKv.js";
2
- import "./_types-DIdtMJ6V.js";
3
- import { calculateTotals, createTotalsObject } from "./calculate-cost-BDqO4yWA.js";
1
+ import { getTotalTokens } from "./_types-CV6z8-9_.js";
2
+ import { calculateTotals, createTotalsObject } from "./calculate-cost-CX9KwEZt.js";
4
3
  export { calculateTotals, createTotalsObject, getTotalTokens };