claude-code-wakatime 3.0.5 → 3.1.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.
@@ -11,7 +11,7 @@
11
11
  "name": "claude-code-wakatime",
12
12
  "source": "./",
13
13
  "description": "WakaTime plugin for Claude Code - Track your AI usage, lines of code generated, and time spent prompting AI",
14
- "version": "3.0.0",
14
+ "version": "3.1.1",
15
15
  "homepage": "https://github.com/wakatime/claude-code-wakatime",
16
16
  "repository": "https://github.com/wakatime/claude-code-wakatime",
17
17
  "license": "BSD-3-Clause",
@@ -22,7 +22,10 @@
22
22
  "metrics"
23
23
  ],
24
24
  "category": "productivity",
25
- "tags": ["productivity", "metrics"]
25
+ "tags": [
26
+ "productivity",
27
+ "metrics"
28
+ ]
26
29
  }
27
30
  ]
28
- }
31
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-code-wakatime",
3
3
  "description": "WakaTime plugin for Claude Code - Track your AI usage, lines of code generated, and time spent prompting AI",
4
- "version": "3.0.0",
4
+ "version": "3.1.1",
5
5
  "author": {
6
6
  "name": "WakaTime"
7
7
  },
@@ -14,4 +14,4 @@
14
14
  "productivity",
15
15
  "metrics"
16
16
  ]
17
- }
17
+ }
package/README.md CHANGED
@@ -18,15 +18,9 @@ Track your AI usage, lines of code generated, time spent prompting AI, etc. usin
18
18
  api_key = waka_123
19
19
  ```
20
20
 
21
- ### NPM Installation (Legacy)
21
+ ## Upgrading
22
22
 
23
- 1. `npm install -g claude-code-wakatime`
24
-
25
- 2. Add your [API key][api-key] to `~/.wakatime.cfg`:
26
- ```
27
- [settings]
28
- api_key = waka_123
29
- ```
23
+ claude plugin marketplace update
30
24
 
31
25
  ## Usage
32
26