@usefy/use-debounce-callback 0.0.11 → 0.0.13

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 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -375,19 +375,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
375
375
 
376
376
  ### Test Coverage
377
377
 
378
- | Category | Tests | Coverage |
379
- |----------|-------|----------|
380
- | Initialization | 4 | 100% |
381
- | Basic Debouncing | 6 | 100% |
382
- | Leading Edge | 5 | 100% |
383
- | Trailing Edge | 3 | 100% |
384
- | maxWait Option | 4 | 100% |
385
- | cancel Method | 4 | 100% |
386
- | flush Method | 4 | 100% |
387
- | pending Method | 4 | 100% |
388
- | Callback Updates | 3 | 100% |
389
- | Cleanup | 2 | 100% |
390
- | **Total** | **39** | **94.05%** |
378
+ | Category | Coverage |
379
+ |----------|----------|
380
+ | Statements | 94.11% (96/102) |
381
+ | Branches | 82.6% (38/46) |
382
+ | Functions | 93.75% (15/16) |
383
+ | Lines | 94.05% (95/101) |
391
384
 
392
385
  ### Test Categories
393
386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-debounce-callback",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "A React hook for debouncing callback functions",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",