claudeusage-sync 0.2.0 → 0.2.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.
@@ -8,7 +8,7 @@ import { readPackageInfo } from "../package.js";
8
8
  import { dedupe, detectOutputTokenUndercount, recordWatermarkKey, } from "../parse/dedupe.js";
9
9
  import { streamAllRecords } from "../parse/jsonl.js";
10
10
  import { resolveClaudeDir } from "../parse/paths.js";
11
- const DEFAULT_API = "https://claudeusage.com";
11
+ const DEFAULT_API = "https://www.claudeusage.com";
12
12
  const packageInfo = readPackageInfo(import.meta.url);
13
13
  function apiBase() {
14
14
  return (process.env.CLAUDEUSAGE_API ?? DEFAULT_API).replace(/\/$/, "");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudeusage-sync",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Sync your Claude Code usage stats to claudeusage.com",
5
5
  "keywords": [
6
6
  "claude",