@robhowley/pi-openrouter 0.5.0 → 0.5.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.
@@ -369,8 +369,8 @@ export class UsageOverlayComponent {
369
369
  lines.push(row(` By provider (30d)`, this.width));
370
370
  lines.push(
371
371
  row(
372
- ` ${'Provider'.padEnd(COLS.model)} ${'$'.padStart(COLS.spend)} ` +
373
- `${'tok'.padStart(COLS.tokens)} ${'$/M'.padStart(COLS.costPerM)} ` +
372
+ ` ${'Provider'.padEnd(COLS.model)} ${'30d $'.padStart(COLS.spend)} ` +
373
+ `${'30d tok'.padStart(COLS.tokens)} ${'$/M'.padStart(COLS.costPerM)} ` +
374
374
  `${'reqs'.padStart(COLS.reqs)}`,
375
375
  this.width,
376
376
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robhowley/pi-openrouter",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "OpenRouter usage TUI overlay with caps, burn rate, models, live tracking, and session_id tagging.",
6
6
  "license": "MIT",