@usefy/use-debounce-callback 0.0.28 → 0.0.29

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 +0 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -404,19 +404,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
404
404
 
405
405
  </details>
406
406
 
407
- ### Running Tests
408
-
409
- ```bash
410
- # Run all tests
411
- pnpm test
412
-
413
- # Run tests in watch mode
414
- pnpm test:watch
415
-
416
- # Run tests with coverage report
417
- pnpm test --coverage
418
- ```
419
-
420
407
  ---
421
408
 
422
409
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-debounce-callback",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "A React hook for debouncing callback functions",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",