@xmachines/play-router 5.0.1 → 5.0.2
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 +7 -7
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Route tree extraction from XState v5 state machines. Part of [@xmachines/play](../play/README.md) Universal Player Architecture.
|
|
4
4
|
|
|
5
|
-
[](https://opensource.org/licenses/MIT) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/@xmachines/play-router)
|
|
6
6
|
|
|
7
7
|
This package extracts the routes from a machine graph and looks them up in both directions. The Actor therefore keeps the authority over the navigation.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmachines/play-router",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Route maps, the router bridge base and the Routable capability of @xmachines/play. It names no state machine; the machine half is the ./xstate subpath.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"routing",
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"test:coverage": "vitest run --coverage"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@xmachines/play-url": "5.0.
|
|
56
|
+
"@xmachines/play-url": "5.0.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@statelyai/graph": "^2.4.0",
|
|
60
60
|
"@testing-library/jest-dom": "^7.0.1",
|
|
61
61
|
"@types/node": "^26.6.2",
|
|
62
62
|
"@vitest/browser-playwright": "^5.0.1",
|
|
63
|
-
"@xmachines/play": "5.0.
|
|
64
|
-
"@xmachines/play-atom": "5.0.
|
|
65
|
-
"@xmachines/play-view": "5.0.
|
|
63
|
+
"@xmachines/play": "5.0.2",
|
|
64
|
+
"@xmachines/play-atom": "5.0.2",
|
|
65
|
+
"@xmachines/play-view": "5.0.2",
|
|
66
66
|
"oxfmt": "^0.70.0",
|
|
67
67
|
"oxlint": "^1.85.0",
|
|
68
68
|
"typescript": "^5.9.3 || ^6.0.3",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@statelyai/graph": "^2.4.0",
|
|
75
|
-
"@xmachines/play": "5.0.
|
|
76
|
-
"@xmachines/play-atom": "5.0.
|
|
75
|
+
"@xmachines/play": "5.0.2",
|
|
76
|
+
"@xmachines/play-atom": "5.0.2",
|
|
77
77
|
"xstate": "^5.33.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependenciesMeta": {
|