vibestats 1.0.0 → 1.0.2

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/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -493,6 +493,7 @@ function loadUsageStats(options) {
493
493
  return null;
494
494
  }
495
495
  entries = filterByDateRange(entries, since, until);
496
+ entries = entries.filter((e) => !e.model.toLowerCase().includes("synthetic"));
496
497
  if (entries.length === 0) {
497
498
  return null;
498
499
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibestats",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "AI coding stats - usage tracking and annual wrapped for Claude Code & Codex",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "author": "wolfaidev",
40
40
  "license": "MIT",
41
- "homepage": "https://stats.wolfai.dev",
41
+ "homepage": "https://vibestats.wolfai.dev",
42
42
  "devDependencies": {
43
43
  "@types/node": "^22.0.0",
44
44
  "tsup": "^8.3.0",