@usefy/use-click-any-where 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
@@ -357,12 +357,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
357
357
 
358
358
  ### Test Coverage
359
359
 
360
- | Category | Coverage |
361
- | ---------- | ------------- |
362
- | Statements | 92.3% (12/13) |
363
- | Branches | 87.5% (7/8) |
364
- | Functions | 100% (4/4) |
365
- | Lines | 92.3% (12/13) |
360
+ 📊 <a href="https://geon0529.github.io/usefy/coverage/use-click-any-where/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
366
361
 
367
362
  ### Test Categories
368
363
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-click-any-where",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "A React hook for detecting document-wide click events",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",