@usefy/use-session-storage 0.0.11 → 0.0.13

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 +6 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -461,18 +461,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
461
461
 
462
462
  ### Test Coverage
463
463
 
464
- | Category | Tests | Coverage |
465
- |----------|-------|----------|
466
- | Initialization | 6 | 100% |
467
- | setValue | 5 | 100% |
468
- | removeValue | 2 | 100% |
469
- | Type Preservation | 5 | 100% |
470
- | Custom Serialization | 2 | 100% |
471
- | Key Changes | 2 | 100% |
472
- | Function Stability | 3 | 100% |
473
- | Multiple Instances | 1 | 100% |
474
- | Edge Cases | 6 | 100% |
475
- | **Total** | **32** | **93.75%** |
464
+ | Category | Coverage |
465
+ |----------|----------|
466
+ | Statements | 93.75% (45/48) |
467
+ | Branches | 78.94% (15/19) |
468
+ | Functions | 100% (6/6) |
469
+ | Lines | 93.75% (45/48) |
476
470
 
477
471
  ### Test Categories
478
472
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-session-storage",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "A React hook for persisting state in sessionStorage",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",