ai-heatmap 1.14.6 → 1.14.7

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/README.md CHANGED
@@ -183,6 +183,9 @@ npx ai-heatmap update
183
183
  For automated updates, use a local cron job or macOS LaunchAgent:
184
184
 
185
185
  ```bash
186
+ CLAUDE_CODE_OAUTH_TOKEN=sk-ant-xxx
187
+ GH_TOKEN=ghp_xxx
188
+
186
189
  0 0 * * * npx --yes ai-heatmap@latest update
187
190
  ```
188
191
 
package/bin/init.mjs CHANGED
@@ -129,6 +129,9 @@ readmeLines.push(
129
129
  "### Cron (daily update)",
130
130
  "",
131
131
  "```bash",
132
+ "CLAUDE_CODE_OAUTH_TOKEN=sk-ant-xxx",
133
+ "GH_TOKEN=ghp_xxx",
134
+ "",
132
135
  "0 0 * * * npx --yes ai-heatmap@latest update",
133
136
  "```",
134
137
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-heatmap",
3
- "version": "1.14.6",
3
+ "version": "1.14.7",
4
4
  "description": "AI usage cost heatmap powered by ccusage + react-activity-calendar",
5
5
  "type": "module",
6
6
  "bin": {