@xmachines/play-atom 5.0.0 → 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 +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The atom primitives for XMachines. They give the Play Architecture fine-grained reactive state. The primitives propagate state without a glitch and without a subscription of the consumer.
|
|
4
4
|
|
|
5
|
-
[](https://opensource.org/licenses/MIT) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/@xmachines/play-atom)
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmachines/play-atom",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Atom primitives for XMachines - fine-grained reactive state on @xstate/store",
|
|
6
6
|
"keywords": [
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@testing-library/jest-dom": "^7.0.1",
|
|
53
53
|
"@types/node": "^26.6.2",
|
|
54
54
|
"@vitest/browser-playwright": "^5.0.1",
|
|
55
|
-
"@xmachines/play": "5.0.
|
|
55
|
+
"@xmachines/play": "5.0.2",
|
|
56
56
|
"@xstate/store": "^4.2.3",
|
|
57
57
|
"oxfmt": "^0.70.0",
|
|
58
58
|
"oxlint": "^1.85.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"vitest": "^5.0.1"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@xmachines/play": "5.0.
|
|
63
|
+
"@xmachines/play": "5.0.2",
|
|
64
64
|
"@xstate/store": "^4.2.3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|