tokmax 0.3.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/bin/tokmax.mjs +1 -0
  2. package/package.json +1 -1
package/bin/tokmax.mjs CHANGED
@@ -394,6 +394,7 @@ async function main() {
394
394
  machineLabel: opts.machine,
395
395
  models: agg.models,
396
396
  daily: agg.daily,
397
+ ...(opts.subscriptionUsd ? { subscriptionUsd: opts.subscriptionUsd } : {}),
397
398
  };
398
399
 
399
400
  if (opts.dryRun) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokmax",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Scan your local Codex + Claude Code logs, aggregate per-model token usage, and publish the API-equivalent $ to the tokenmax leaderboard (tokenmax.ru). Aggregates only — never your prompts, files, or keys.",
5
5
  "type": "module",
6
6
  "bin": {