ai-heatmap 1.17.3 → 1.17.4

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -187,7 +187,7 @@ For automated updates, use a local cron job or macOS LaunchAgent:
187
187
  CLAUDE_CODE_OAUTH_TOKEN=sk-ant-xxx
188
188
  GH_TOKEN=ghp_xxx
189
189
 
190
- 0 0 * * * npx --yes ai-heatmap@latest update
190
+ 0 0 * * * npx clear-npx-cache && npx --yes ai-heatmap@latest update
191
191
  ```
192
192
 
193
193
  > **`npx: not found`?** cron uses a minimal PATH. Fix with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-heatmap",
3
- "version": "1.17.3",
3
+ "version": "1.17.4",
4
4
  "description": "AI usage cost heatmap powered by ccusage + react-activity-calendar",
5
5
  "type": "module",
6
6
  "bin": {