@hk_net/pi-usage-bars 0.4.3 → 0.4.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/package.json +11 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## [0.4.5] - 2026-08-22
6
+
7
+ ### Changed
8
+
9
+ - Marked Pi's host-provided SDK packages as optional wildcard peers, preventing npm from installing a redundant Pi SDK dependency tree for this package.
10
+
11
+ ## [0.4.4] - 2026-08-22
12
+
13
+ ### Documentation
14
+
15
+ - Clarified that Kimi For Coding supports both Pi's Kimi Coding Plan OAuth login and API-key authentication.
16
+
5
17
  ## [0.4.3] - 2026-08-22
6
18
 
7
19
  ### Fixed
package/README.md CHANGED
@@ -17,7 +17,7 @@ It adds:
17
17
  | Anthropic Claude | `anthropic` | Claude Pro/Max OAuth |
18
18
  | ZAI Coding Plan (Global) | `zai` | ZAI API key |
19
19
  | ZAI Coding Plan (China) | `zai-coding-cn` | ZAI China API key |
20
- | Kimi For Coding | `kimi-coding` | Kimi Coding Plan API key |
20
+ | Kimi For Coding | `kimi-coding` | Kimi Coding Plan OAuth or API key |
21
21
  | MiniMax Coding Plan (Global) | `minimax` | MiniMax Global API key |
22
22
  | MiniMax Coding Plan (China) | `minimax-cn` | MiniMax China API key |
23
23
  | OpenRouter | `openrouter` | OpenRouter API key |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hk_net/pi-usage-bars",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Quota, balance, and spend indicators for current Pi providers",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -47,8 +47,16 @@
47
47
  "node": ">=22.19.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@earendil-works/pi-coding-agent": ">=0.81.1",
51
- "@earendil-works/pi-tui": ">=0.81.1"
50
+ "@earendil-works/pi-coding-agent": "*",
51
+ "@earendil-works/pi-tui": "*"
52
+ },
53
+ "peerDependenciesMeta": {
54
+ "@earendil-works/pi-coding-agent": {
55
+ "optional": true
56
+ },
57
+ "@earendil-works/pi-tui": {
58
+ "optional": true
59
+ }
52
60
  },
53
61
  "devDependencies": {
54
62
  "@earendil-works/pi-coding-agent": "0.84.2",