@usefy/use-throttle-callback 0.0.25 → 0.0.27
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 +6 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/mirunamu00/usefy/master/assets/logo.png" alt="usefy logo" width="120" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">@usefy/use-throttle-callback</h1>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<a href="https://bundlephobia.com/package/@usefy/use-throttle-callback">
|
|
19
19
|
<img src="https://img.shields.io/bundlephobia/minzip/@usefy/use-throttle-callback?style=flat-square&color=007acc" alt="bundle size" />
|
|
20
20
|
</a>
|
|
21
|
-
<a href="https://github.com/
|
|
21
|
+
<a href="https://github.com/mirunamu00/usefy/blob/master/LICENSE">
|
|
22
22
|
<img src="https://img.shields.io/npm/l/@usefy/use-throttle-callback.svg?style=flat-square&color=007acc" alt="license" />
|
|
23
23
|
</a>
|
|
24
24
|
</p>
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
34
|
<p align="center">
|
|
35
|
-
<a href="https://
|
|
35
|
+
<a href="https://mirunamu00.github.io/usefy/?path=/docs/hooks-usethrottlecallback--docs" target="_blank" rel="noopener noreferrer">
|
|
36
36
|
<strong>📚 View Storybook Demo</strong>
|
|
37
37
|
</a>
|
|
38
38
|
</p>
|
|
@@ -401,7 +401,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
401
401
|
|
|
402
402
|
### Test Coverage
|
|
403
403
|
|
|
404
|
-
📊 <a href="https://
|
|
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
406
|
### Running Tests
|
|
407
407
|
|
|
@@ -420,9 +420,9 @@ pnpm test --coverage
|
|
|
420
420
|
|
|
421
421
|
## License
|
|
422
422
|
|
|
423
|
-
MIT © [mirunamu](https://github.com/
|
|
423
|
+
MIT © [mirunamu](https://github.com/mirunamu00)
|
|
424
424
|
|
|
425
|
-
This package is part of the [usefy](https://github.com/
|
|
425
|
+
This package is part of the [usefy](https://github.com/mirunamu00/usefy) monorepo.
|
|
426
426
|
|
|
427
427
|
---
|
|
428
428
|
|
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.27",
|
|
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.27"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": "^18.0.0 || ^19.0.0"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"repository": {
|
|
41
41
|
"type": "git",
|
|
42
|
-
"url": "https://github.com/
|
|
42
|
+
"url": "https://github.com/mirunamu00/usefy.git",
|
|
43
43
|
"directory": "packages/use-throttle-callback"
|
|
44
44
|
},
|
|
45
45
|
"license": "MIT",
|