@usefy/use-debounce 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 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -345,18 +345,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
345
345
 
346
346
  ### Test Coverage
347
347
 
348
- | Category | Tests | Coverage |
349
- |----------|-------|----------|
350
- | Initialization | 6 | 100% |
351
- | Basic Debouncing | 6 | 100% |
352
- | Leading Edge | 5 | 100% |
353
- | Trailing Edge | 3 | 100% |
354
- | maxWait Option | 5 | 100% |
355
- | Option Changes | 3 | 100% |
356
- | Type Preservation | 5 | 100% |
357
- | Cleanup | 2 | 100% |
358
- | Edge Cases | 6 | 100% |
359
- | **Total** | **41** | **93.02%** |
348
+ | Category | Coverage |
349
+ |----------|----------|
350
+ | Statements | 91.01% (81/89) |
351
+ | Branches | 90.47% (38/42) |
352
+ | Functions | 66.66% (14/21) |
353
+ | Lines | 93.02% (80/86) |
360
354
 
361
355
  ### Test Categories
362
356
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-debounce",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "A React hook for value debouncing with leading/trailing edge and maxWait options",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",