ccusage 17.2.0 → 18.0.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.
@@ -866,7 +866,7 @@ function createLogger(name$1) {
866
866
  }
867
867
  const log = console.log;
868
868
  var name = "ccusage";
869
- var version = "17.2.0";
869
+ var version = "18.0.1";
870
870
  var description = "Usage analysis tool for Claude Code";
871
871
  const logger = createLogger(name);
872
872
  const log$1 = log;
package/dist/logger.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as logger, t as log } from "./logger-CxSjxkLv.js";
1
+ import { n as logger, t as log } from "./logger-ClkaWGUb.js";
2
2
  export { log, logger };
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "ccusage",
3
- "version": "17.2.0",
3
+ "type": "module",
4
+ "version": "18.0.1",
4
5
  "description": "Usage analysis tool for Claude Code",
6
+ "author": "ryoppippi",
7
+ "license": "MIT",
8
+ "funding": "https://github.com/ryoppippi/ccusage?sponsor=1",
5
9
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
6
- "bugs": {
7
- "url": "https://github.com/ryoppippi/ccusage/issues"
8
- },
9
10
  "repository": {
10
11
  "type": "git",
11
12
  "url": "git+https://github.com/ryoppippi/ccusage.git"
12
13
  },
13
- "funding": "https://github.com/ryoppippi/ccusage?sponsor=1",
14
- "license": "MIT",
15
- "author": "ryoppippi",
16
- "type": "module",
14
+ "bugs": {
15
+ "url": "https://github.com/ryoppippi/ccusage/issues"
16
+ },
17
17
  "exports": {
18
18
  ".": "./dist/index.js",
19
19
  "./calculate-cost": "./dist/calculate-cost.js",