@xmachines/play-vue 1.0.0 → 2.0.0-alpha.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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -32,7 +32,7 @@ pnpm add @xmachines/play-vue
32
32
  **Peer dependencies** (install alongside):
33
33
 
34
34
  ```bash
35
- pnpm add vue@^3.5.0 xstate@^5.31.0 @xstate/store@^3.17.0 @xmachines/json-render-vue@^0.18.0 @xmachines/json-render-core@^0.18.0 @xmachines/json-render-xstate@^0.18.0
35
+ pnpm add vue@^3.5.0 xstate@^6.0.0-alpha.19 @xstate/store@^3.17.0 @xmachines/json-render-vue@^0.18.0 @xmachines/json-render-core@^0.18.0 @xmachines/json-render-xstate@^0.18.0
36
36
  ```
37
37
 
38
38
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmachines/play-vue",
3
- "version": "1.0.0",
3
+ "version": "2.0.0-alpha.1",
4
4
  "description": "Vue renderer for XMachines Play architecture",
5
5
  "keywords": [
6
6
  "reactive",
@@ -43,9 +43,9 @@
43
43
  "prepublishOnly": "npm run build"
44
44
  },
45
45
  "dependencies": {
46
- "@xmachines/play": "1.0.0",
47
- "@xmachines/play-actor": "1.0.0",
48
- "@xmachines/play-signals": "1.0.0"
46
+ "@xmachines/play": "2.0.0-alpha.1",
47
+ "@xmachines/play-actor": "2.0.0-alpha.1",
48
+ "@xmachines/play-signals": "2.0.0-alpha.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@testing-library/jest-dom": "^6.9.1",
@@ -56,7 +56,7 @@
56
56
  "@xmachines/json-render-core": "^0.19.0-xm.2",
57
57
  "@xmachines/json-render-vue": "^0.19.0-xm.2",
58
58
  "@xmachines/json-render-xstate": "^0.19.0-xm.2",
59
- "@xmachines/shared": "1.0.0",
59
+ "@xmachines/shared": "2.0.0-alpha.1",
60
60
  "@xstate/store": "^3.17.0",
61
61
  "oxfmt": "^0.58.0",
62
62
  "oxlint": "^1.73.0",
@@ -65,7 +65,7 @@
65
65
  "vite-plugin-dts": "^4.5.4",
66
66
  "vitest": "^4.1.10",
67
67
  "vue": "^3.5.33",
68
- "xstate": "^5.31.0",
68
+ "xstate": "^6.0.0-alpha.20",
69
69
  "zod": "^4.4.1"
70
70
  },
71
71
  "peerDependencies": {
@@ -74,7 +74,7 @@
74
74
  "@xmachines/json-render-xstate": "^0.19.0-xm.2",
75
75
  "@xstate/store": "^3.17.0",
76
76
  "vue": "^3.5.0",
77
- "xstate": "^5.31.0"
77
+ "xstate": "^6.0.0-alpha.20"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=22.0.0"