ccgather 2.0.34 → 2.0.35

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 +55 -55
package/dist/index.js CHANGED
@@ -253,7 +253,7 @@ var init_ui = __esm({
253
253
  "use strict";
254
254
  import_chalk = __toESM(require("chalk"));
255
255
  import_string_width = __toESM(require("string-width"));
256
- VERSION = true ? "2.0.33" : "0.0.0";
256
+ VERSION = true ? "2.0.35" : "0.0.0";
257
257
  colors = {
258
258
  primary: import_chalk.default.hex("#DA7756"),
259
259
  // Claude coral
package/package.json CHANGED
@@ -1,55 +1,55 @@
1
- {
2
- "name": "ccgather",
3
- "version": "2.0.34",
4
- "description": "CLI tool for syncing Claude Code usage data to CCgather leaderboard",
5
- "bin": {
6
- "ccgather": "dist/index.js",
7
- "ccg": "dist/index.js"
8
- },
9
- "main": "./dist/index.js",
10
- "types": "./dist/index.d.ts",
11
- "scripts": {
12
- "build": "tsup",
13
- "dev": "tsup --watch",
14
- "start": "node dist/index.js",
15
- "typecheck": "tsc --noEmit",
16
- "test": "vitest run",
17
- "test:watch": "vitest"
18
- },
19
- "keywords": [
20
- "claude",
21
- "anthropic",
22
- "claude-code",
23
- "ccgather",
24
- "leaderboard",
25
- "cli"
26
- ],
27
- "author": "",
28
- "license": "Apache-2.0",
29
- "dependencies": {
30
- "chalk": "^5.3.0",
31
- "commander": "^12.1.0",
32
- "conf": "^13.0.1",
33
- "inquirer": "^9.2.23",
34
- "open": "^10.1.0",
35
- "ora": "^8.1.0",
36
- "string-width": "^7.2.0"
37
- },
38
- "devDependencies": {
39
- "@types/inquirer": "^9.0.7",
40
- "@types/node": "^22.10.2",
41
- "tsup": "^8.3.5",
42
- "typescript": "^5.7.2",
43
- "vitest": "^3.0.0"
44
- },
45
- "engines": {
46
- "node": ">=18"
47
- },
48
- "files": [
49
- "dist"
50
- ],
51
- "repository": {
52
- "type": "git",
53
- "url": "git+https://github.com/DHxWhy/CCgather.git"
54
- }
55
- }
1
+ {
2
+ "name": "ccgather",
3
+ "version": "2.0.35",
4
+ "description": "CLI tool for syncing Claude Code usage data to CCgather leaderboard",
5
+ "bin": {
6
+ "ccgather": "dist/index.js",
7
+ "ccg": "dist/index.js"
8
+ },
9
+ "main": "./dist/index.js",
10
+ "types": "./dist/index.d.ts",
11
+ "scripts": {
12
+ "build": "tsup",
13
+ "dev": "tsup --watch",
14
+ "start": "node dist/index.js",
15
+ "typecheck": "tsc --noEmit",
16
+ "test": "vitest run",
17
+ "test:watch": "vitest"
18
+ },
19
+ "keywords": [
20
+ "claude",
21
+ "anthropic",
22
+ "claude-code",
23
+ "ccgather",
24
+ "leaderboard",
25
+ "cli"
26
+ ],
27
+ "author": "",
28
+ "license": "Apache-2.0",
29
+ "dependencies": {
30
+ "chalk": "^5.3.0",
31
+ "commander": "^12.1.0",
32
+ "conf": "^13.0.1",
33
+ "inquirer": "^9.2.23",
34
+ "open": "^10.1.0",
35
+ "ora": "^8.1.0",
36
+ "string-width": "^7.2.0"
37
+ },
38
+ "devDependencies": {
39
+ "@types/inquirer": "^9.0.7",
40
+ "@types/node": "^22.10.2",
41
+ "tsup": "^8.3.5",
42
+ "typescript": "^5.7.2",
43
+ "vitest": "^3.0.0"
44
+ },
45
+ "engines": {
46
+ "node": ">=18"
47
+ },
48
+ "files": [
49
+ "dist"
50
+ ],
51
+ "repository": {
52
+ "type": "git",
53
+ "url": "git+https://github.com/DHxWhy/CCgather.git"
54
+ }
55
+ }