@xmachines/play-xstate 5.0.0 → 5.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 +1 -1
  2. package/package.json +11 -11
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 atom-driven reactivity and a router integration.
4
4
 
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Version](https://img.shields.io/badge/version-5.0.0-blue)](https://www.npmjs.com/package/@xmachines/play-xstate)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Version](https://img.shields.io/badge/version-5.0.1-blue)](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": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "XState v5 adapter for Play Architecture",
5
5
  "keywords": [
6
6
  "actor-model",
@@ -57,17 +57,17 @@
57
57
  "test:coverage": "vitest run --coverage"
58
58
  },
59
59
  "dependencies": {
60
- "@xmachines/play-actor": "5.0.0",
61
- "@xmachines/play-pattern": "5.0.0"
60
+ "@xmachines/play-actor": "5.0.1",
61
+ "@xmachines/play-pattern": "5.0.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@testing-library/jest-dom": "^7.0.1",
65
65
  "@types/node": "^26.6.2",
66
66
  "@xmachines/json-render-core": "^0.20.0-xm.4",
67
- "@xmachines/play": "5.0.0",
68
- "@xmachines/play-atom": "5.0.0",
69
- "@xmachines/play-router": "5.0.0",
70
- "@xmachines/play-view": "5.0.0",
67
+ "@xmachines/play": "5.0.1",
68
+ "@xmachines/play-atom": "5.0.1",
69
+ "@xmachines/play-router": "5.0.1",
70
+ "@xmachines/play-view": "5.0.1",
71
71
  "oxfmt": "^0.70.0",
72
72
  "oxlint": "^1.85.0",
73
73
  "typescript": "^5.9.3 || ^6.0.3",
@@ -76,10 +76,10 @@
76
76
  "xstate": "^5.33.0"
77
77
  },
78
78
  "peerDependencies": {
79
- "@xmachines/play": "5.0.0",
80
- "@xmachines/play-atom": "5.0.0",
81
- "@xmachines/play-router": "5.0.0",
82
- "@xmachines/play-view": "5.0.0",
79
+ "@xmachines/play": "5.0.1",
80
+ "@xmachines/play-atom": "5.0.1",
81
+ "@xmachines/play-router": "5.0.1",
82
+ "@xmachines/play-view": "5.0.1",
83
83
  "xstate": "^5.33.0"
84
84
  },
85
85
  "peerDependenciesMeta": {