clutchit 0.0.7 → 0.0.8

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,8 +14,6 @@ Resilience primitives for TypeScript — typed errors, retry, timeout, circuit b
14
14
 
15
15
  ```bash
16
16
  npm install clutchit
17
- # pnpm add clutchit
18
- # bun add clutchit
19
17
  ```
20
18
 
21
19
  ## Modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clutchit",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "hexac",