@modular-react/journeys 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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modular-react/journeys",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Typed, serializable workflows that compose multiple modules. A journey declares entry/exit transitions between modules and owns shared state; modules stay journey-unaware.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,12 +40,12 @@
40
40
  "vite-plugin-dts": "^4.5.4",
41
41
  "vitest": "^4.1.5",
42
42
  "@modular-react/core": "2.0.0",
43
- "@modular-react/react": "2.0.0",
44
- "@modular-react/testing": "1.2.0"
43
+ "@modular-react/testing": "1.2.0",
44
+ "@modular-react/react": "2.0.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@modular-react/core": "^1.2.0",
48
- "@modular-react/react": "^1.2.0",
47
+ "@modular-react/core": "^2.0.0",
48
+ "@modular-react/react": "^2.0.0",
49
49
  "react": "^19.0.0",
50
50
  "react-dom": "^19.0.0"
51
51
  },