@usefy/use-throttle-callback 0.0.14 → 0.0.16
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.
- package/README.md +0 -20
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -432,26 +432,6 @@ Explore other hooks in the **@usefy** collection:
|
|
|
432
432
|
|
|
433
433
|
---
|
|
434
434
|
|
|
435
|
-
## Contributing
|
|
436
|
-
|
|
437
|
-
We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
|
|
438
|
-
|
|
439
|
-
```bash
|
|
440
|
-
# Clone the repository
|
|
441
|
-
git clone https://github.com/geon0529/usefy.git
|
|
442
|
-
|
|
443
|
-
# Install dependencies
|
|
444
|
-
pnpm install
|
|
445
|
-
|
|
446
|
-
# Run tests
|
|
447
|
-
pnpm test
|
|
448
|
-
|
|
449
|
-
# Build
|
|
450
|
-
pnpm build
|
|
451
|
-
```
|
|
452
|
-
|
|
453
|
-
---
|
|
454
|
-
|
|
455
435
|
## License
|
|
456
436
|
|
|
457
437
|
MIT © [mirunamu](https://github.com/geon0529)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usefy/use-throttle-callback",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
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.
|
|
20
|
+
"@usefy/use-debounce-callback": "0.0.16"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": "^18.0.0 || ^19.0.0"
|