@goodandready/dsh-key-rotation 0.8.6 → 0.8.7
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/lib/client.js +1 -1
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -137,7 +137,7 @@ window.__ModuleLoader__.load({
|
|
|
137
137
|
totalRequestsTitle: 'total requests',
|
|
138
138
|
exportProvider: 'Export this provider',
|
|
139
139
|
recentFailures: 'Recent failures ({n})',
|
|
140
|
-
noActivePools:
|
|
140
|
+
noActivePools: 'No active pools',
|
|
141
141
|
headerPoolsTitle: 'Key rotation pools',
|
|
142
142
|
pausedBudget: 'paused',
|
|
143
143
|
sortUsage: 'Sort by usage',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodandready/dsh-key-rotation",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"packageManager": "pnpm@10.33.2",
|
|
5
5
|
"description": "Per-provider API key rotation for DeepSeek Harness: a key pool per provider, auto-created clone routes, and switching to the next key on quota/rate-limit errors. Includes a Settings section (Key Rotation) to edit the key pools, cooldown and switch codes.",
|
|
6
6
|
"keywords": [
|