ai-heatmap 1.17.4 → 1.17.5
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/bin/init.mjs +1 -1
- package/package.json +1 -1
package/bin/init.mjs
CHANGED
|
@@ -132,7 +132,7 @@ readmeLines.push(
|
|
|
132
132
|
"CLAUDE_CODE_OAUTH_TOKEN=sk-ant-xxx",
|
|
133
133
|
"GH_TOKEN=ghp_xxx",
|
|
134
134
|
"",
|
|
135
|
-
"0 0 * * * npx --yes ai-heatmap@latest update",
|
|
135
|
+
"0 0 * * * npx clear-npx-cache && npx --yes ai-heatmap@latest update",
|
|
136
136
|
"```",
|
|
137
137
|
"",
|
|
138
138
|
`## [Dynamic SVG (by Vercel)](https://${repoName}.vercel.app/)`,
|