@usefy/usefy 0.0.25 → 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 +10 -10
  2. package/package.json +17 -17
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="180" />
2
+ <img src="https://raw.githubusercontent.com/mirunamu00/usefy/master/assets/logo.png" alt="usefy logo" width="180" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">usefy</h1>
@@ -18,7 +18,7 @@
18
18
  <a href="https://bundlephobia.com/package/@usefy/usefy" target="_blank" rel="noopener noreferrer">
19
19
  <img src="https://img.shields.io/bundlephobia/minzip/@usefy/usefy?style=flat-square&color=007acc" alt="bundle size" />
20
20
  </a>
21
- <a href="https://github.com/geon0529/usefy/blob/master/LICENSE" target="_blank" rel="noopener noreferrer">
21
+ <a href="https://github.com/mirunamu00/usefy/blob/master/LICENSE" target="_blank" rel="noopener noreferrer">
22
22
  <img src="https://img.shields.io/npm/l/@usefy/usefy.svg?style=flat-square&color=007acc" alt="license" />
23
23
  </a>
24
24
  </p>
@@ -31,7 +31,7 @@
31
31
  </p>
32
32
 
33
33
  <p align="center">
34
- <a href="https://geon0529.github.io/usefy/" target="_blank" rel="noopener noreferrer">
34
+ <a href="https://mirunamu00.github.io/usefy/" target="_blank" rel="noopener noreferrer">
35
35
  <strong>📚 View Storybook Demo</strong>
36
36
  </a>
37
37
  </p>
@@ -541,7 +541,7 @@ Perfect for initializing services, loading configuration, setting up subscriptio
541
541
 
542
542
  All packages are comprehensively tested using Vitest to ensure reliability and stability.
543
543
 
544
- 📊 <a href="https://geon0529.github.io/usefy/coverage/" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
544
+ 📊 <a href="https://mirunamu00.github.io/usefy/coverage/" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
545
545
 
546
546
  > 💡 To generate coverage report locally, run `pnpm test:coverage`. The report will be available at `coverage/index.html`.
547
547
 
@@ -580,15 +580,15 @@ All packages are comprehensively tested using Vitest to ensure reliability and s
580
580
  ## Related Links
581
581
 
582
582
  - 📦 <a href="https://www.npmjs.com/org/usefy" target="_blank" rel="noopener noreferrer">npm Organization</a>
583
- - 🐙 <a href="https://github.com/geon0529/usefy" target="_blank" rel="noopener noreferrer">GitHub Repository</a>
584
- - 📝 <a href="https://github.com/geon0529/usefy/blob/master/packages/usefy/CHANGELOG.md" target="_blank" rel="noopener noreferrer">Changelog</a>
585
- - 🐛 <a href="https://github.com/geon0529/usefy/issues" target="_blank" rel="noopener noreferrer">Issue Tracker</a>
583
+ - 🐙 <a href="https://github.com/mirunamu00/usefy" target="_blank" rel="noopener noreferrer">GitHub Repository</a>
584
+ - 📝 <a href="https://github.com/mirunamu00/usefy/blob/master/packages/usefy/CHANGELOG.md" target="_blank" rel="noopener noreferrer">Changelog</a>
585
+ - 🐛 <a href="https://github.com/mirunamu00/usefy/issues" target="_blank" rel="noopener noreferrer">Issue Tracker</a>
586
586
 
587
587
  ---
588
588
 
589
589
  ## License
590
590
 
591
- MIT © <a href="https://github.com/geon0529" target="_blank" rel="noopener noreferrer">mirunamu</a>
591
+ MIT © <a href="https://github.com/mirunamu00" target="_blank" rel="noopener noreferrer">mirunamu</a>
592
592
 
593
593
  ---
594
594
 
@@ -597,7 +597,7 @@ MIT © <a href="https://github.com/geon0529" target="_blank" rel="noopener noref
597
597
  </p>
598
598
 
599
599
  <p align="center">
600
- <a href="https://github.com/geon0529/usefy" target="_blank" rel="noopener noreferrer">
601
- <img src="https://img.shields.io/github/stars/geon0529/usefy?style=social" alt="GitHub stars" />
600
+ <a href="https://github.com/mirunamu00/usefy" target="_blank" rel="noopener noreferrer">
601
+ <img src="https://img.shields.io/github/stars/mirunamu00/usefy?style=social" alt="GitHub stars" />
602
602
  </a>
603
603
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/usefy",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "A collection of useful React hooks",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -17,21 +17,21 @@
17
17
  ],
18
18
  "sideEffects": false,
19
19
  "dependencies": {
20
- "@usefy/use-copy-to-clipboard": "0.0.25",
21
- "@usefy/use-counter": "0.0.25",
22
- "@usefy/use-click-any-where": "0.0.25",
23
- "@usefy/use-toggle": "0.0.25",
24
- "@usefy/use-debounce": "0.0.25",
25
- "@usefy/use-debounce-callback": "0.0.25",
26
- "@usefy/use-throttle": "0.0.25",
27
- "@usefy/use-throttle-callback": "0.0.25",
28
- "@usefy/use-local-storage": "0.0.25",
29
- "@usefy/use-session-storage": "0.0.25",
30
- "@usefy/use-on-click-outside": "0.0.25",
31
- "@usefy/use-event-listener": "0.0.25",
32
- "@usefy/use-timer": "0.0.25",
33
- "@usefy/use-unmount": "0.0.25",
34
- "@usefy/use-init": "0.0.25"
20
+ "@usefy/use-click-any-where": "0.0.26",
21
+ "@usefy/use-copy-to-clipboard": "0.0.26",
22
+ "@usefy/use-counter": "0.0.26",
23
+ "@usefy/use-toggle": "0.0.26",
24
+ "@usefy/use-debounce-callback": "0.0.26",
25
+ "@usefy/use-throttle": "0.0.26",
26
+ "@usefy/use-throttle-callback": "0.0.26",
27
+ "@usefy/use-debounce": "0.0.26",
28
+ "@usefy/use-local-storage": "0.0.26",
29
+ "@usefy/use-session-storage": "0.0.26",
30
+ "@usefy/use-on-click-outside": "0.0.26",
31
+ "@usefy/use-event-listener": "0.0.26",
32
+ "@usefy/use-timer": "0.0.26",
33
+ "@usefy/use-unmount": "0.0.26",
34
+ "@usefy/use-init": "0.0.26"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.0.0 || ^19.0.0"
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "repository": {
49
49
  "type": "git",
50
- "url": "https://github.com/geon0529/usefy.git",
50
+ "url": "https://github.com/mirunamu00/usefy.git",
51
51
  "directory": "packages/usefy"
52
52
  },
53
53
  "license": "MIT",