@usefy/use-timer 0.0.20 → 0.0.22

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 +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -450,11 +450,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
450
450
 
451
451
  ### Test Coverage
452
452
 
453
- | File | Statements | Branches | Functions | Lines |
454
- | ---------------- | ---------- | -------- | --------- | ------ |
455
- | `useTimer.ts` | 84.11% | 72.63% | 94.11% | 84.36% |
456
- | `formatUtils.ts` | 100% | 100% | 100% | 100% |
457
- | `timeUtils.ts` | 100% | 100% | 100% | 100% |
453
+ 📊 <a href="https://geon0529.github.io/usefy/coverage/use-timer/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
458
454
 
459
455
  ### Test Files
460
456
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-timer",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "description": "A React hook for managing countdown timers with precision and control",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",