vibestats 1.3.1 → 1.3.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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2070,7 +2070,7 @@ function parseLastDaysFlag(args) {
2070
2070
  var main = defineCommand({
2071
2071
  meta: {
2072
2072
  name: "vibestats",
2073
- version: "1.3.0",
2073
+ version: "1.3.2",
2074
2074
  description: "AI coding stats - usage tracking and annual wrapped for Claude Code & Codex"
2075
2075
  },
2076
2076
  args: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibestats",
3
- "version": "1.3.1",
3
+ "version": "1.3.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",