@goodandready/dsh-key-rotation 0.4.0 → 0.4.1

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 (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,8 +16,11 @@
16
16
  ## Install
17
17
 
18
18
  ```bash
19
- # From npm / GitHub after publishing:
20
- dsh plugin --profile web add dsh-key-rotation
19
+ # From npm after publishing:
20
+ dsh plugin --profile web add @goodandready/dsh-key-rotation
21
+
22
+ # From GitHub:
23
+ dsh plugin --profile web add github:GooDAnDReaDY/dsh-key-rotation
21
24
 
22
25
  # Locally from a checkout:
23
26
  dsh plugin --profile web add /path/to/dsh-key-rotation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodandready/dsh-key-rotation",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "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.",
5
5
  "keywords": [
6
6
  "deepseek-harness",