ccclub 0.3.4 → 0.3.5
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.
- package/dist/index.js +1 -1
- package/package.json +8 -2
package/dist/index.js
CHANGED
|
@@ -2160,7 +2160,7 @@ async function hookCommand() {
|
|
|
2160
2160
|
}
|
|
2161
2161
|
|
|
2162
2162
|
// src/index.ts
|
|
2163
|
-
var VERSION = "0.3.
|
|
2163
|
+
var VERSION = "0.3.5";
|
|
2164
2164
|
startUpdateCheck(VERSION);
|
|
2165
2165
|
var program = new Command();
|
|
2166
2166
|
program.name("ccclub").description("Coding agent usage leaderboard among friends").version(VERSION, "-v, -V, --version");
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccclub",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Claude Code and Codex leaderboard among friends for coding agent tokens and costs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"ccclub": "dist/index.js"
|
|
8
8
|
},
|
|
@@ -35,10 +35,16 @@
|
|
|
35
35
|
"keywords": [
|
|
36
36
|
"claude",
|
|
37
37
|
"claude-code",
|
|
38
|
+
"claude-code-leaderboard",
|
|
38
39
|
"codex",
|
|
40
|
+
"codex-leaderboard",
|
|
39
41
|
"opencode",
|
|
40
42
|
"amp",
|
|
41
43
|
"coding-agent",
|
|
44
|
+
"ai-coding-agent",
|
|
45
|
+
"token-usage",
|
|
46
|
+
"usage-tracker",
|
|
47
|
+
"cost-tracking",
|
|
42
48
|
"usage",
|
|
43
49
|
"ranking",
|
|
44
50
|
"leaderboard"
|