@usefy/use-debounce 0.0.28 → 0.0.30

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
@@ -388,19 +388,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
388
388
 
389
389
  </details>
390
390
 
391
- ### Running Tests
392
-
393
- ```bash
394
- # Run all tests
395
- pnpm test
396
-
397
- # Run tests in watch mode
398
- pnpm test:watch
399
-
400
- # Run tests with coverage report
401
- pnpm test --coverage
402
- ```
403
-
404
391
  ---
405
392
 
406
393
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-debounce",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
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",