@usefy/use-unmount 0.0.25 → 0.0.27
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ A React hook that executes a callback when the component unmounts.
|
|
|
12
12
|
- **Zero Dependencies**: Only peer dependency on React
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
15
|
-
<a href="https://
|
|
15
|
+
<a href="https://mirunamu00.github.io/usefy/?path=/docs/hooks-useunmount--docs" target="_blank" rel="noopener noreferrer">
|
|
16
16
|
<strong>📚 View Storybook Demo</strong>
|
|
17
17
|
</a>
|
|
18
18
|
</p>
|
|
@@ -150,7 +150,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
150
150
|
|
|
151
151
|
### Test Coverage
|
|
152
152
|
|
|
153
|
-
📊 <a href="https://
|
|
153
|
+
📊 <a href="https://mirunamu00.github.io/usefy/coverage/use-unmount/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
|
|
154
154
|
|
|
155
155
|
### Test Categories
|
|
156
156
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usefy/use-unmount",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"description": "A React hook that executes a callback when the component unmounts",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/mirunamu00/usefy.git",
|
|
39
39
|
"directory": "packages/use-unmount"
|
|
40
40
|
},
|
|
41
41
|
"license": "MIT",
|