@usefy/use-toggle 0.0.10 → 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
@@ -305,18 +305,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
305
305
 
306
306
  ### Test Coverage
307
307
 
308
- | Category | Tests | Coverage |
309
- |----------|-------|----------|
310
- | Initialization | 4 | 100% |
311
- | Toggle | 5 | 100% |
312
- | setTrue | 5 | 100% |
313
- | setFalse | 5 | 100% |
314
- | setValue | 6 | 100% |
315
- | Complex Scenarios | 8 | 100% |
316
- | Function References | 5 | 100% |
317
- | Edge Cases | 6 | 100% |
318
- | Type Safety | 2 | 100% |
319
- | **Total** | **46** | **100%** |
308
+ | Category | Coverage |
309
+ |----------|----------|
310
+ | Statements | 100% (11/11) |
311
+ | Branches | 100% (1/1) |
312
+ | Functions | 100% (6/6) |
313
+ | Lines | 100% (10/10) |
320
314
 
321
315
  ### Test Categories
322
316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-toggle",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "A React hook for boolean state management",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",