chrono-state-z 2.0.0 → 2.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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,8 @@ Use chrono-state-z when you need:
43
43
  ## 📦 Installation
44
44
 
45
45
  ```bash
46
- npm install chrono-state-z
46
+ npm install react ## for react
47
+ npm install intentx-core-z chrono-state-z
47
48
  ```
48
49
 
49
50
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrono-state-z",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Reactive, intent-first state runtime with atoms, computed, async state, effects, and FSM. Logic-first, React-agnostic.",
5
5
  "license": "MIT",
6
6
  "author": "Delpi.Kye",