@usefy/use-local-storage 0.0.21 → 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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -475,12 +475,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
475
475
 
476
476
  ### Test Coverage
477
477
 
478
- | Category | Coverage |
479
- | ---------- | -------------- |
480
- | Statements | 95.18% (79/83) |
481
- | Branches | 86.84% (33/38) |
482
- | Functions | 93.75% (15/16) |
483
- | Lines | 95.12% (78/82) |
478
+ 📊 <a href="https://geon0529.github.io/usefy/coverage/use-local-storage/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
484
479
 
485
480
  ### Test Categories
486
481
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-local-storage",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "A React hook for persisting state in localStorage with automatic synchronization",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",