state-jet 2.0.19 → 2.0.20

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ For more details, see [here](https://statejet.netlify.app).
8
8
 
9
9
  ## Table of Contents
10
10
 
11
- - [Why state-jet?](#why-state-jet?)
11
+ - [Why state-jet](#why-state-jet)
12
12
  - [Documentation](#documentation)
13
13
  - [Installation](#installation)
14
14
  - [GlobalState](#globalstate)
@@ -36,7 +36,7 @@ For more details, see [here](https://statejet.netlify.app).
36
36
  - [Feedbacks and Issues](#feedbacks-and-issues)
37
37
  - [License](#license)
38
38
 
39
- ## Why state-jet?
39
+ ## Why state-jet
40
40
 
41
41
  - ✅ **No Context, No Providers** – Works outside React, reducing unnecessary re-renders.
42
42
  - ✅ **Automatic Re-Renders** – Only components using specific state values update.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "state-jet",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "Ultra-lightweight global state management for React",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",