@usefy/use-click-any-where 0.0.11 → 0.0.12

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
@@ -357,18 +357,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
357
357
 
358
358
  ### Test Coverage
359
359
 
360
- | Category | Tests | Coverage |
361
- | ------------------- | ------ | --------- |
362
- | Basic Functionality | 4 | 100% |
363
- | Enabled Option | 4 | 100% |
364
- | Capture Option | 3 | 100% |
365
- | Passive Option | 2 | 100% |
366
- | Cleanup | 2 | 100% |
367
- | Handler Stability | 2 | 100% |
368
- | Multiple Instances | 2 | 100% |
369
- | Options Changes | 2 | 100% |
370
- | Edge Cases | 2 | 100% |
371
- | **Total** | **23** | **92.3%** |
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) |
372
366
 
373
367
  ### Test Categories
374
368
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-click-any-where",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "A React hook for detecting document-wide click events",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",