@usefy/use-unmount 0.0.28 → 0.0.29

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 +8 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -226,19 +226,16 @@ This package maintains comprehensive test coverage to ensure reliability and sta
226
226
 
227
227
  </details>
228
228
 
229
- ### Running Tests
229
+ ---
230
230
 
231
- ```bash
232
- # Run all tests
233
- pnpm test
231
+ ## License
234
232
 
235
- # Run tests in watch mode
236
- pnpm test:watch
233
+ MIT © [mirunamu](https://github.com/mirunamu00)
237
234
 
238
- # Run tests with coverage report
239
- pnpm test --coverage
240
- ```
235
+ This package is part of the [usefy](https://github.com/mirunamu00/usefy) monorepo.
241
236
 
242
- ## License
237
+ ---
243
238
 
244
- MIT
239
+ <p align="center">
240
+ <sub>Built with care by the usefy team</sub>
241
+ </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-unmount",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "A React hook that executes a callback when the component unmounts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",