@kenz1117/dsh-ui-usage-billing 0.9.16 → 0.9.17
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.en.md +1 -0
- package/README.md +1 -0
- package/lib/client.js +596 -551
- package/lib/types/client/TrendChart.d.ts +9 -3
- package/lib/types/client/locales.d.ts +1 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -189,6 +189,7 @@ None. This plugin is a pure UI surface: it registers no tools, injects no system
|
|
|
189
189
|
## Contributors
|
|
190
190
|
|
|
191
191
|
- [@ciphoo](https://github.com/ciphoo) — MiniMax CN Token Plan quota support (PR #5)
|
|
192
|
+
- [@fabulousyuann-tech](https://github.com/fabulousyuann-tech) — durable ledger that retains usage after session deletion (PR #8)
|
|
192
193
|
|
|
193
194
|
## License
|
|
194
195
|
|
package/README.md
CHANGED