@usefy/use-counter 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 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -294,15 +294,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
294
294
 
295
295
  ### Test Coverage
296
296
 
297
- | Category | Tests | Coverage |
298
- |----------|-------|----------|
299
- | Initialization | 5 | 100% |
300
- | Increment | 4 | 100% |
301
- | Decrement | 4 | 100% |
302
- | Reset | 5 | 100% |
303
- | Complex Scenarios | 7 | 100% |
304
- | Function References | 1 | 100% |
305
- | **Total** | **26** | **100%** |
297
+ | Category | Coverage |
298
+ |----------|----------|
299
+ | Statements | 100% (10/10) |
300
+ | Branches | 100% (1/1) |
301
+ | Functions | 100% (6/6) |
302
+ | Lines | 100% (8/8) |
306
303
 
307
304
  ### Test Categories
308
305
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-counter",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "A React hook for counter state management",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",