open-usage 0.3.0 → 0.3.1

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 +11 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -83,6 +83,17 @@ open-usage --help
83
83
 
84
84
  Every control is also clickable, and the mouse wheel scrolls views taller than the terminal.
85
85
 
86
+ ### Staying current
87
+
88
+ When a newer version has been published, the header says so:
89
+
90
+ ```
91
+ OPEN USAGE v0.4.0 available ▏ 3 providers ▏ ✓ all clear ▏ updated now
92
+ ```
93
+
94
+ Update with the same command that installed it - `bun install -g open-usage@latest`, or the npm, pnpm or yarn equivalent.
95
+ The check runs at most once a day, and [Configuration](#configuration) below covers switching it off.
96
+
86
97
  ## What it reads
87
98
 
88
99
  | Provider | Limits from | History from |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-usage",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A terminal dashboard for unified AI plan usage across Claude Code, Codex, and OpenCode Go",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -54,10 +54,10 @@
54
54
  "typescript": "^5"
55
55
  },
56
56
  "optionalDependencies": {
57
- "@open-usage/darwin-arm64": "0.3.0",
58
- "@open-usage/linux-arm64": "0.3.0",
59
- "@open-usage/linux-x64": "0.3.0",
60
- "@open-usage/win32-arm64": "0.3.0",
61
- "@open-usage/win32-x64": "0.3.0"
57
+ "@open-usage/darwin-arm64": "0.3.1",
58
+ "@open-usage/linux-arm64": "0.3.1",
59
+ "@open-usage/linux-x64": "0.3.1",
60
+ "@open-usage/win32-arm64": "0.3.1",
61
+ "@open-usage/win32-x64": "0.3.1"
62
62
  }
63
63
  }