@hk_net/pi-usage-bars 0.5.0 → 0.6.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.
package/package.json CHANGED
@@ -1,74 +1,75 @@
1
- {
2
- "name": "@hk_net/pi-usage-bars",
3
- "version": "0.5.0",
4
- "description": "Quota, balance, and spend indicators for current Pi providers",
5
- "keywords": [
6
- "pi-package",
7
- "pi",
8
- "extension",
9
- "usage",
10
- "codex",
11
- "anthropic",
12
- "zai",
13
- "kimi",
14
- "minimax",
15
- "openrouter",
16
- "deepseek",
17
- "moonshot"
18
- ],
19
- "license": "MIT",
20
- "repository": {
21
- "type": "git",
22
- "url": "git+https://github.com/hknet/pi-usage-bars.git"
23
- },
24
- "homepage": "https://github.com/hknet/pi-usage-bars#readme",
25
- "bugs": {
26
- "url": "https://github.com/hknet/pi-usage-bars/issues"
27
- },
28
- "publishConfig": {
29
- "access": "public",
30
- "provenance": true
31
- },
32
- "type": "module",
33
- "files": [
34
- "extensions",
35
- "docs",
36
- "README.md",
37
- "CHANGELOG.md",
38
- "LICENSE"
39
- ],
40
- "scripts": {
41
- "test": "bun test tests",
42
- "typecheck": "tsc --noEmit",
43
- "check": "npm run typecheck && npm test",
44
- "prepublishOnly": "npm run check"
45
- },
46
- "engines": {
47
- "node": ">=22.19.0"
48
- },
49
- "peerDependencies": {
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
- }
60
- },
61
- "devDependencies": {
62
- "@earendil-works/pi-coding-agent": "0.84.2",
63
- "@earendil-works/pi-tui": "0.84.2",
64
- "@types/bun": "1.3.14",
65
- "@types/node": "24.13.3",
66
- "typescript": "5.9.3"
67
- },
68
- "pi": {
69
- "extensions": [
70
- "./extensions/usage-bars/index.ts"
71
- ],
72
- "image": "https://raw.githubusercontent.com/hknet/pi-usage-bars/main/assets/usage-command.png"
73
- }
74
- }
1
+ {
2
+ "name": "@hk_net/pi-usage-bars",
3
+ "version": "0.6.0",
4
+ "description": "Quota, balance, and spend indicators for current Pi providers",
5
+ "keywords": [
6
+ "pi-package",
7
+ "pi",
8
+ "extension",
9
+ "usage",
10
+ "codex",
11
+ "anthropic",
12
+ "zai",
13
+ "kimi",
14
+ "minimax",
15
+ "openrouter",
16
+ "deepseek",
17
+ "moonshot",
18
+ "baseten"
19
+ ],
20
+ "license": "MIT",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/hknet/pi-usage-bars.git"
24
+ },
25
+ "homepage": "https://github.com/hknet/pi-usage-bars#readme",
26
+ "bugs": {
27
+ "url": "https://github.com/hknet/pi-usage-bars/issues"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public",
31
+ "provenance": true
32
+ },
33
+ "type": "module",
34
+ "files": [
35
+ "extensions",
36
+ "docs",
37
+ "README.md",
38
+ "CHANGELOG.md",
39
+ "LICENSE"
40
+ ],
41
+ "scripts": {
42
+ "test": "bun test tests",
43
+ "typecheck": "tsc --noEmit",
44
+ "check": "npm run typecheck && npm test",
45
+ "prepublishOnly": "npm run check"
46
+ },
47
+ "engines": {
48
+ "node": ">=22.19.0"
49
+ },
50
+ "peerDependencies": {
51
+ "@earendil-works/pi-coding-agent": "*",
52
+ "@earendil-works/pi-tui": "*"
53
+ },
54
+ "peerDependenciesMeta": {
55
+ "@earendil-works/pi-coding-agent": {
56
+ "optional": true
57
+ },
58
+ "@earendil-works/pi-tui": {
59
+ "optional": true
60
+ }
61
+ },
62
+ "devDependencies": {
63
+ "@earendil-works/pi-coding-agent": "0.84.4",
64
+ "@earendil-works/pi-tui": "0.84.4",
65
+ "@types/bun": "1.3.14",
66
+ "@types/node": "24.13.3",
67
+ "typescript": "5.9.3"
68
+ },
69
+ "pi": {
70
+ "extensions": [
71
+ "./extensions/usage-bars/index.ts"
72
+ ],
73
+ "image": "https://raw.githubusercontent.com/hknet/pi-usage-bars/main/assets/usage-command.png"
74
+ }
75
+ }