@narumitw/pi-usage 0.24.0 → 0.26.0

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
@@ -95,7 +95,7 @@ Manual another-provider and all-provider queries never publish to the statusline
95
95
 
96
96
  ## 🔄 Migrating from pi-codex-usage
97
97
 
98
- `pi-codex-usage` remains available while this successor soaks. To migrate one installation:
98
+ `pi-codex-usage` is deprecated and its source is archived under `deprecated/`. To migrate one installation:
99
99
 
100
100
  ```bash
101
101
  pi remove npm:@narumitw/pi-codex-usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narumitw/pi-usage",
3
- "version": "0.24.0",
3
+ "version": "0.26.0",
4
4
  "description": "Pi extension that shows current-account usage across supported model providers.",
5
5
  "type": "module",
6
6
  "license": "MIT",