@xmachines/play-xstate 2.1.1 → 2.2.0
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.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> XState v5 adapter for the XMachines Play Architecture. It binds a state machine to the actor base, with signal-driven reactivity and a router integration.
|
|
4
4
|
|
|
5
|
-
[](https://opensource.org/licenses/MIT) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/@xmachines/play-xstate)
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmachines/play-xstate",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "XState v5 adapter for Play Architecture",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"actor-model",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"test:coverage": "vitest run --coverage"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@xmachines/play": "2.
|
|
52
|
-
"@xmachines/play-actor": "2.
|
|
53
|
-
"@xmachines/play-signals": "2.
|
|
51
|
+
"@xmachines/play": "2.2.0",
|
|
52
|
+
"@xmachines/play-actor": "2.2.0",
|
|
53
|
+
"@xmachines/play-signals": "2.2.0",
|
|
54
54
|
"dequal": "^2.0.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@testing-library/jest-dom": "^6.9.1",
|
|
58
58
|
"@types/node": "^26.2.0",
|
|
59
|
-
"@xmachines/json-render-core": "^0.20.0-xm.
|
|
60
|
-
"@xmachines/play-router": "2.
|
|
59
|
+
"@xmachines/json-render-core": "^0.20.0-xm.3",
|
|
60
|
+
"@xmachines/play-router": "2.2.0",
|
|
61
61
|
"oxfmt": "^0.64.0",
|
|
62
62
|
"oxlint": "^1.79.0",
|
|
63
63
|
"typescript": "^5.9.3 || ^6.0.3",
|