@usefy/use-click-any-where 0.0.24 → 0.0.26

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 +6 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/geon0529/usefy/master/assets/logo.png" alt="usefy logo" width="120" />
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-click-any-where</h1>
@@ -18,7 +18,7 @@
18
18
  <a href="https://bundlephobia.com/package/@usefy/use-click-any-where">
19
19
  <img src="https://img.shields.io/bundlephobia/minzip/@usefy/use-click-any-where?style=flat-square&color=007acc" alt="bundle size" />
20
20
  </a>
21
- <a href="https://github.com/geon0529/usefy/blob/master/LICENSE">
21
+ <a href="https://github.com/mirunamu00/usefy/blob/master/LICENSE">
22
22
  <img src="https://img.shields.io/npm/l/@usefy/use-click-any-where.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://geon0529.github.io/usefy/?path=/docs/hooks-useclickanywhere--docs" target="_blank" rel="noopener noreferrer">
35
+ <a href="https://mirunamu00.github.io/usefy/?path=/docs/hooks-useclickanywhere--docs" target="_blank" rel="noopener noreferrer">
36
36
  <strong>📚 View Storybook Demo</strong>
37
37
  </a>
38
38
  </p>
@@ -363,7 +363,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
363
363
 
364
364
  ### Test Coverage
365
365
 
366
- 📊 <a href="https://geon0529.github.io/usefy/coverage/use-click-any-where/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
366
+ 📊 <a href="https://mirunamu00.github.io/usefy/coverage/use-click-any-where/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
367
367
 
368
368
  ### Test Categories
369
369
 
@@ -412,9 +412,9 @@ pnpm test --coverage
412
412
 
413
413
  ## License
414
414
 
415
- MIT © [mirunamu](https://github.com/geon0529)
415
+ MIT © [mirunamu](https://github.com/mirunamu00)
416
416
 
417
- This package is part of the [usefy](https://github.com/geon0529/usefy) monorepo.
417
+ This package is part of the [usefy](https://github.com/mirunamu00/usefy) monorepo.
418
418
 
419
419
  ---
420
420
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-click-any-where",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "description": "A React hook for detecting document-wide click events",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "https://github.com/geon0529/usefy.git",
39
+ "url": "https://github.com/mirunamu00/usefy.git",
40
40
  "directory": "packages/use-click-any-where"
41
41
  },
42
42
  "license": "MIT",