ccusage 20.0.2 → 20.0.4

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/config-schema.json +10 -0
  2. package/package.json +7 -7
@@ -973,6 +973,11 @@
973
973
  "minimum": 0.0,
974
974
  "type": "integer"
975
975
  },
976
+ "timezone": {
977
+ "description": "Timezone for date grouping (IANA).",
978
+ "markdownDescription": "Timezone for date grouping (IANA).",
979
+ "type": "string"
980
+ },
976
981
  "visualBurnRate": {
977
982
  "default": "off",
978
983
  "description": "Visual burn-rate display mode.",
@@ -2667,6 +2672,11 @@
2667
2672
  "minimum": 0.0,
2668
2673
  "type": "integer"
2669
2674
  },
2675
+ "timezone": {
2676
+ "description": "Timezone for date grouping (IANA).",
2677
+ "markdownDescription": "Timezone for date grouping (IANA).",
2678
+ "type": "string"
2679
+ },
2670
2680
  "visualBurnRate": {
2671
2681
  "default": "off",
2672
2682
  "description": "Visual burn-rate display mode.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccusage",
3
- "version": "20.0.2",
3
+ "version": "20.0.4",
4
4
  "description": "Analyze coding (agent) CLI token usage and costs from local data",
5
5
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
6
6
  "bugs": {
@@ -23,11 +23,11 @@
23
23
  ],
24
24
  "type": "module",
25
25
  "optionalDependencies": {
26
- "@ccusage/ccusage-darwin-arm64": "20.0.2",
27
- "@ccusage/ccusage-darwin-x64": "20.0.2",
28
- "@ccusage/ccusage-linux-arm64": "20.0.2",
29
- "@ccusage/ccusage-win32-arm64": "20.0.2",
30
- "@ccusage/ccusage-linux-x64": "20.0.2",
31
- "@ccusage/ccusage-win32-x64": "20.0.2"
26
+ "@ccusage/ccusage-darwin-arm64": "20.0.4",
27
+ "@ccusage/ccusage-darwin-x64": "20.0.4",
28
+ "@ccusage/ccusage-linux-arm64": "20.0.4",
29
+ "@ccusage/ccusage-linux-x64": "20.0.4",
30
+ "@ccusage/ccusage-win32-arm64": "20.0.4",
31
+ "@ccusage/ccusage-win32-x64": "20.0.4"
32
32
  }
33
33
  }