jitterbug 1.0.0-alpha.3 → 1.0.0-alpha.4

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,14 +161,14 @@ jitterbug/
161
161
 
162
162
  ## Test Coverage
163
163
 
164
- ![Coverage](https://img.shields.io/badge/coverage-37.31%25-red)
164
+ ![Coverage](https://img.shields.io/badge/coverage-100.00%25-brightgreen)
165
165
 
166
166
  | Metric | Coverage |
167
167
  |--------|----------|
168
- | Statements | 37.31% |
169
- | Branches | 82.35% |
170
- | Functions | 66.67% |
171
- | Lines | 37.31% |
168
+ | Statements | 100.00% |
169
+ | Branches | 95.00% |
170
+ | Functions | 100.00% |
171
+ | Lines | 100.00% |
172
172
 
173
173
 
174
174
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jitterbug",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "A lightweight library for building reliable retry behavior in distributed systems and API clients",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",