@usagefleet/cli 1.2.72 → 1.2.73

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/notifier.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { sendNotification } from './notify.js';
2
- import { freshWindow, readStore, storePath, updateStore } from './store.js';
2
+ import { readStore, storePath, updateStore } from './store.js';
3
3
  const DEFAULT_THRESHOLDS = [80, 95];
4
4
  /** Resolve notify config from env. Enabled by default; disable with
5
5
  * USAGEFLEET_NOTIFY=0 (also: false/off/no). Thresholds from
@@ -20,12 +20,6 @@ export function loadNotifyConfig(env = process.env) {
20
20
  }
21
21
  return { enabled, thresholds };
22
22
  }
23
- /** Per-window high-water mark so each threshold notifies at most once per
24
- * window. `resetsAt` ties the mark to a specific window — when it changes the
25
- * window has rolled over and the mark clears. */
26
- export function emptyNotifyState() {
27
- return { fiveHour: freshWindow(), sevenDay: freshWindow() };
28
- }
29
23
  /**
30
24
  * Decide whether a window crosses a not-yet-notified threshold. Pure — no IO.
31
25
  * Returns the threshold to fire (or null) and the next persisted state.
package/dist/release.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by .github/workflows/release.yml.
2
- export const RELEASE_VERSION = "1.2.72";
2
+ export const RELEASE_VERSION = "1.2.73";
package/dist/ui.js CHANGED
@@ -22,7 +22,6 @@ export const green = paint('32');
22
22
  export const yellow = paint('33');
23
23
  export const red = paint('31');
24
24
  export const blue = paint('34');
25
- export const bold = paint('1');
26
25
  /** Width of the label column shared by every labelled line. */
27
26
  const LABEL = 12;
28
27
  /** "usagefleet 1.2.55 mac-arm64" — the banner an interactive command opens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usagefleet/cli",
3
- "version": "1.2.72",
3
+ "version": "1.2.73",
4
4
  "description": "Tails Claude Code, Claude Desktop, and pi agent JSONL logs and reports token usage to a UsageFleet server.",
5
5
  "keywords": [
6
6
  "claude",