@fun-tools/store 1.0.0 → 1.0.1

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # @ex/store
1
+ # @fun-tools/store
2
2
 
3
3
  > A lightweight, type-safe external store library for React, React Native, and Next.js
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@ex/store.svg)](https://www.npmjs.com/package/@ex/store)
5
+ [![npm version](https://img.shields.io/npm/v/@fun-tools/store.svg)](https://www.npmjs.com/package/@fun-tools/store)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7
7
 
8
8
  ## 📋 Overview
9
9
 
10
- `@ex/store` is a minimal yet powerful state management solution built on React's `useSyncExternalStore` API. It provides automatic handler generation, TypeScript support, and works seamlessly across React, React Native, and Next.js applications.
10
+ `@fun-tools/store` is a minimal yet powerful state management solution built on React's `useSyncExternalStore` API. It provides automatic handler generation, TypeScript support, and works seamlessly across React, React Native, and Next.js applications.
11
11
 
12
12
  ## ✨ Features
13
13
 
@@ -22,15 +22,15 @@
22
22
  ## 📦 Installation
23
23
 
24
24
  ```bash
25
- npm install @ex/store
25
+ npm install @fun-tools/store
26
26
  ```
27
27
 
28
28
  ```bash
29
- yarn add @ex/store
29
+ yarn add @fun-tools/store
30
30
  ```
31
31
 
32
32
  ```bash
33
- pnpm add @ex/store
33
+ pnpm add @fun-tools/store
34
34
  ```
35
35
 
36
36
  ## 🚀 Quick Start
@@ -430,7 +430,7 @@ MIT © [Your Name]
430
430
 
431
431
  - [GitHub Repository](https://github.com/yourusername/ex-store)
432
432
  - [Issues](https://github.com/yourusername/ex-store/issues)
433
- - [NPM Package](https://www.npmjs.com/package/@ex/store)
433
+ - [NPM Package](https://www.npmjs.com/package/@fun-tools/store)
434
434
 
435
435
  ---
436
436
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fun-tools/store",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Lightweight external store for React, React Native and Next.js",
5
5
  "author": "Mustak Khan",
6
6
  "license": "MIT",