claude-attribution 1.2.8 → 1.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-attribution",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "AI code attribution tracking for Claude Code sessions — checkpoint-based line diff approach",
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,8 +24,7 @@ jobs:
24
24
 
25
25
  - name: Install claude-attribution
26
26
  run: |
27
- npm config set prefix "${HOME}/.npm-global"
28
- npm install -g claude-attribution
27
+ npm install -g --prefix "${HOME}/.npm-global" claude-attribution
29
28
  echo "${HOME}/.npm-global/bin" >> "$GITHUB_PATH"
30
29
 
31
30
  - name: Generate metrics