@usefy/use-event-listener 0.0.18 → 0.0.20

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 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -485,24 +485,6 @@ pnpm test --coverage
485
485
 
486
486
  ---
487
487
 
488
- ## Related Packages
489
-
490
- Explore other hooks in the **@usefy** collection:
491
-
492
- | Package | Description |
493
- | ------------------------------------------------------------------------------------------ | ------------------------------------ |
494
- | [@usefy/use-click-any-where](https://www.npmjs.com/package/@usefy/use-click-any-where) | Document-wide click detection |
495
- | [@usefy/use-on-click-outside](https://www.npmjs.com/package/@usefy/use-on-click-outside) | Outside click detection |
496
- | [@usefy/use-toggle](https://www.npmjs.com/package/@usefy/use-toggle) | Boolean state management |
497
- | [@usefy/use-counter](https://www.npmjs.com/package/@usefy/use-counter) | Counter state management |
498
- | [@usefy/use-debounce](https://www.npmjs.com/package/@usefy/use-debounce) | Value debouncing |
499
- | [@usefy/use-throttle](https://www.npmjs.com/package/@usefy/use-throttle) | Value throttling |
500
- | [@usefy/use-local-storage](https://www.npmjs.com/package/@usefy/use-local-storage) | localStorage state synchronization |
501
- | [@usefy/use-session-storage](https://www.npmjs.com/package/@usefy/use-session-storage) | sessionStorage state synchronization |
502
- | [@usefy/use-copy-to-clipboard](https://www.npmjs.com/package/@usefy/use-copy-to-clipboard) | Clipboard operations |
503
-
504
- ---
505
-
506
488
  ## License
507
489
 
508
490
  MIT © [mirunamu](https://github.com/geon0529)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-event-listener",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "description": "A React hook for adding event listeners to DOM elements with automatic cleanup",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",