@usefy/use-local-storage 0.25.1 → 1.1.0
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.
- package/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -481,7 +481,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
481
481
|
|
|
482
482
|
### Test Coverage
|
|
483
483
|
|
|
484
|
-
📊 <a href="https://mirunamu00.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
|
+
📊 <a href="https://mirunamu00.github.io/usefy/coverage/hooks/use-local-storage/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
|
|
485
485
|
|
|
486
486
|
### Test Categories
|
|
487
487
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usefy/use-local-storage",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"homepage": "https://usefy-web.vercel.app/packages/use-local-storage",
|
|
4
5
|
"description": "A React hook for persisting state in localStorage with automatic synchronization",
|
|
5
6
|
"main": "./dist/index.js",
|
|
6
7
|
"module": "./dist/index.mjs",
|