@usefy/use-throttle 0.0.21 → 0.0.22
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 +1 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -331,12 +331,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
331
331
|
|
|
332
332
|
### Test Coverage
|
|
333
333
|
|
|
334
|
-
|
|
335
|
-
| ---------- | ---------- |
|
|
336
|
-
| Statements | 100% (2/2) |
|
|
337
|
-
| Branches | 100% (4/4) |
|
|
338
|
-
| Functions | 100% (1/1) |
|
|
339
|
-
| Lines | 100% (2/2) |
|
|
334
|
+
📊 <a href="https://geon0529.github.io/usefy/coverage/use-throttle/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
|
|
340
335
|
|
|
341
336
|
### Test Categories
|
|
342
337
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usefy/use-throttle",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
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.
|
|
20
|
+
"@usefy/use-debounce": "0.0.22"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": "^18.0.0 || ^19.0.0"
|