@usefy/use-session-storage 0.0.21 → 0.0.23

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 +7 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,6 +31,12 @@
31
31
  <a href="#license">License</a>
32
32
  </p>
33
33
 
34
+ <p align="center">
35
+ <a href="https://geon0529.github.io/usefy/?path=/docs/hooks-usesessionstorage--docs" target="_blank" rel="noopener noreferrer">
36
+ <strong>📚 View Storybook Demo</strong>
37
+ </a>
38
+ </p>
39
+
34
40
  ---
35
41
 
36
42
  ## Overview
@@ -522,12 +528,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
522
528
 
523
529
  ### Test Coverage
524
530
 
525
- | Category | Coverage |
526
- | ---------- | --------------- |
527
- | Statements | 94.66% (71/75) |
528
- | Branches | 82.75% (24/29) |
529
- | Functions | 93.33% (14/15) |
530
- | Lines | 94.59% (70/74) |
531
+ 📊 <a href="https://geon0529.github.io/usefy/coverage/use-session-storage/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
531
532
 
532
533
  ### Test Categories
533
534
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-session-storage",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "A React hook for persisting state in sessionStorage",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",