@xmachines/play-actor 1.0.0-beta.14 → 1.0.0-beta.16
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmachines/play-actor",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.16",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Abstract Actor base class for XMachines Play Architecture",
|
|
6
6
|
"keywords": [
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^25.5.0",
|
|
43
|
-
"@xmachines/shared": "1.0.0-beta.
|
|
44
|
-
"vitest": "^4.1.
|
|
45
|
-
"xstate": "^5.
|
|
43
|
+
"@xmachines/shared": "1.0.0-beta.16",
|
|
44
|
+
"vitest": "^4.1.2",
|
|
45
|
+
"xstate": "^5.30.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@xmachines/play": "1.0.0-beta.
|
|
49
|
-
"@xmachines/play-signals": "1.0.0-beta.
|
|
50
|
-
"xstate": "^5.
|
|
48
|
+
"@xmachines/play": "1.0.0-beta.16",
|
|
49
|
+
"@xmachines/play-signals": "1.0.0-beta.16",
|
|
50
|
+
"xstate": "^5.30.0"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": ">=22.0.0"
|
|
54
54
|
},
|
|
55
|
-
"_devDependencies_note": "xstate appears in both peerDependencies and devDependencies intentionally. devDependencies provides workspace resolution for local builds and tests. peerDependencies declares the consumer version constraint. Both are pinned to ^5.
|
|
55
|
+
"_devDependencies_note": "xstate appears in both peerDependencies and devDependencies intentionally. devDependencies provides workspace resolution for local builds and tests. peerDependencies declares the consumer version constraint. Both are pinned to ^5.30.0 to prevent drift."
|
|
56
56
|
}
|