@reactuses/core 6.1.2 → 6.1.4

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 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,11 @@
1
- # reactuse
1
+ <p align="center">
2
+ <a href="https://github.com/childrentime/reactuse#gh-light-mode-only">
3
+ <img src="https://reactuse.com/img/og.png#gh-light-mode-only" alt="ReactUse - Collection of essential React Hooks" width="300">
4
+ </a>
5
+ <a href="https://github.com/childrentime/reactuse#gh-dark-mode-only">
6
+ <img src="https://reactuse.com/img/og-dark.png#gh-dark-mode-only" alt="ReactUse - Collection of essential React Hooks" width="300">
7
+ </a>
8
+ </p>
2
9
 
3
10
  <p align="center">
4
11
  <img alt="NPM Version" src="https://img.shields.io/npm/v/@reactuses/core?style=for-the-badge&labelColor=24292e">
@@ -8,14 +15,6 @@
8
15
  <img alt="TypeScript Support" src="https://img.shields.io/badge/TypeScript-Support-blue?style=for-the-badge&labelColor=24292e">
9
16
  </p>
10
17
 
11
- ```bash
12
- npm i @reactuses/core
13
- ```
14
-
15
- **Collection of essential React Hooks Utilities.**
16
-
17
- ---
18
-
19
18
  ## MCP Support
20
19
 
21
20
  If you want to use the MCP (Model Context Protocol) integration with reactuse, you can easily set it up with the following configuration. This allows you to run the `@reactuses/mcp` utility via `npx` for enhanced command-line support and automation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactuses/core",
3
- "version": "6.1.2",
3
+ "version": "6.1.4",
4
4
  "license": "Unlicense",
5
5
  "homepage": "https://www.reactuse.com/",
6
6
  "repository": {