ai-heatmap 1.17.2 → 1.17.3

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -207,6 +207,12 @@ To use the latest version of ai-heatmap:
207
207
  npx --yes ai-heatmap@latest update
208
208
  ```
209
209
 
210
+ > **Still running an old version?** npx caches packages locally. If the update command behaves unexpectedly after a release, clear the cache:
211
+ > ```bash
212
+ > npx clear-npx-cache
213
+ > npx --yes ai-heatmap@latest update
214
+ > ```
215
+
210
216
  ## Deployment
211
217
 
212
218
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-heatmap",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "description": "AI usage cost heatmap powered by ccusage + react-activity-calendar",
5
5
  "type": "module",
6
6
  "bin": {