claude-code-wakatime 2.1.1 → 2.1.2

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/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-wakatime",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "WakaTime plugin for Claude Code",
5
5
  "bin": {
6
6
  "claude-code-wakatime": "dist/index.js"
package/src/index.ts CHANGED
@@ -162,7 +162,7 @@ function main() {
162
162
  }
163
163
  }
164
164
 
165
- if (inp?.hook_event_name === 'SessionStart demo') {
165
+ if (inp?.hook_event_name === 'SessionStart') {
166
166
  deps.checkAndInstallCli();
167
167
  }
168
168