kitzo 2.3.18 → 2.3.19

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,7 @@ npm install kitzo
24
24
  - **useDebounce** — Optimize performance by delaying execution.
25
25
  - **useWindowSize** — Real-time viewport dimensions.
26
26
  - **useCopy** — Simple "copy to clipboard" functionality.
27
+ - **useThrottle** — Limits how often a value can change within a specified time interval.
27
28
 
28
29
  ---
29
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitzo",
3
- "version": "2.3.18",
3
+ "version": "2.3.19",
4
4
  "description": "A lightweight React micro-utility.",
5
5
  "type": "module",
6
6
  "files": [