@t8/react-store 1.0.25 → 1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  - Similar to `useState()`
8
8
  - No boilerplate
9
- - Painless transition from local state to shared state and vice versa
9
+ - Painless transition from local state
10
10
  - SSR-compatible
11
11
 
12
12
  Installation: `npm i @t8/react-store`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/react-store",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Concise shared state management for React apps",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",