@usefy/use-throttle-callback 0.0.27 → 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 +2 -2
package/README.md CHANGED
@@ -403,19 +403,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
403
403
 
404
404
  📊 <a href="https://mirunamu00.github.io/usefy/coverage/use-throttle-callback/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
405
405
 
406
- ### Running Tests
407
-
408
- ```bash
409
- # Run all tests
410
- pnpm test
411
-
412
- # Run tests in watch mode
413
- pnpm test:watch
414
-
415
- # Run tests with coverage report
416
- pnpm test --coverage
417
- ```
418
-
419
406
  ---
420
407
 
421
408
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-throttle-callback",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "description": "A React hook for throttling callback functions",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "sideEffects": false,
19
19
  "dependencies": {
20
- "@usefy/use-debounce-callback": "0.0.27"
20
+ "@usefy/use-debounce-callback": "0.0.29"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": "^18.0.0 || ^19.0.0"