@usefy/use-throttle 0.0.13 → 0.0.15

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 -20
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -397,26 +397,6 @@ Explore other hooks in the **@usefy** collection:
397
397
 
398
398
  ---
399
399
 
400
- ## Contributing
401
-
402
- We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
403
-
404
- ```bash
405
- # Clone the repository
406
- git clone https://github.com/geon0529/usefy.git
407
-
408
- # Install dependencies
409
- pnpm install
410
-
411
- # Run tests
412
- pnpm test
413
-
414
- # Build
415
- pnpm build
416
- ```
417
-
418
- ---
419
-
420
400
  ## License
421
401
 
422
402
  MIT © [mirunamu](https://github.com/geon0529)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-throttle",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "A React hook for throttling values",
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": "0.0.13"
20
+ "@usefy/use-debounce": "0.0.15"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": "^18.0.0 || ^19.0.0"