@xmachines/play-actor 1.0.0-beta.5 → 1.0.0-beta.7

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 +4 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -215,4 +215,7 @@ This base class enforces three architectural invariants:
215
215
 
216
216
  ## License
217
217
 
218
- MIT
218
+ Copyright (c) 2016 [Mikael Karon](mailto:mikael@karon.se). All rights reserved.
219
+
220
+ This work is licensed under the terms of the MIT license.
221
+ For a copy, see <https://opensource.org/licenses/MIT>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmachines/play-actor",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.7",
4
4
  "private": false,
5
5
  "description": "Abstract Actor base class for XMachines Play Architecture",
6
6
  "keywords": [
@@ -40,12 +40,12 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^25.5.0",
43
- "@xmachines/shared": "1.0.0-beta.5",
43
+ "@xmachines/shared": "1.0.0-beta.7",
44
44
  "xstate": "^5.28.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "@xmachines/play": "1.0.0-beta.5",
48
- "@xmachines/play-signals": "1.0.0-beta.5",
47
+ "@xmachines/play": "1.0.0-beta.7",
48
+ "@xmachines/play-signals": "1.0.0-beta.7",
49
49
  "xstate": "^5.28.0"
50
50
  },
51
51
  "engines": {