pi-credits 0.3.2 → 0.4.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/README.md +1 -1
- package/package.json +3 -5
package/README.md
CHANGED
|
@@ -35,4 +35,4 @@ pi install /path/to/pi-packages/packages/pi-credits
|
|
|
35
35
|
|
|
36
36
|
## Other pi packages
|
|
37
37
|
|
|
38
|
-
- [pi-spark](https://github.com/zlliang/pi-packages/tree/main/packages/pi-spark): a
|
|
38
|
+
- [pi-spark](https://github.com/zlliang/pi-packages/tree/main/packages/pi-spark): a collection of pi extensions that polish the daily pi experience.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-credits",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "A pi extension that shows the active provider's credit balance or rate-limit usage",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-coding-agent",
|
|
@@ -34,9 +34,7 @@
|
|
|
34
34
|
"@earendil-works/pi-agent-core": "*",
|
|
35
35
|
"@earendil-works/pi-ai": "*",
|
|
36
36
|
"@earendil-works/pi-coding-agent": "*",
|
|
37
|
-
"@earendil-works/pi-tui": "*"
|
|
38
|
-
|
|
39
|
-
"scripts": {
|
|
40
|
-
"typecheck": "pnpm --dir ../.. typecheck"
|
|
37
|
+
"@earendil-works/pi-tui": "*",
|
|
38
|
+
"typebox": "*"
|
|
41
39
|
}
|
|
42
40
|
}
|