@xmachines/play-solid 2.1.0 → 2.2.0
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
|
> Solid renderer for XMachines Play architecture
|
|
4
4
|
|
|
5
|
-
[](https://opensource.org/licenses/MIT) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/@xmachines/play-solid)
|
|
6
6
|
|
|
7
7
|
The SolidJS rendering layer observes the actor signals and renders the UI components through `@xmachines/json-render-solid`. SolidJS reactivity only triggers the re-render. The TC39 Signals are the source of truth.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmachines/play-solid",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Solid renderer for XMachines Play architecture",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"catalog",
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
"test:ui": "vitest --ui"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@xmachines/play": "2.
|
|
51
|
-
"@xmachines/play-actor": "2.
|
|
52
|
-
"@xmachines/play-signals": "2.
|
|
50
|
+
"@xmachines/play": "2.2.0",
|
|
51
|
+
"@xmachines/play-actor": "2.2.0",
|
|
52
|
+
"@xmachines/play-signals": "2.2.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@solidjs/testing-library": "^0.8.10",
|
|
56
56
|
"@testing-library/jest-dom": "^6.9.1",
|
|
57
57
|
"@types/node": "^26.2.0",
|
|
58
58
|
"@vitest/browser-playwright": "^4.1.11",
|
|
59
|
-
"@xmachines/json-render-core": "^0.20.0-xm.
|
|
60
|
-
"@xmachines/json-render-solid": "^0.20.0-xm.
|
|
61
|
-
"@xmachines/json-render-xstate": "^0.20.0-xm.
|
|
59
|
+
"@xmachines/json-render-core": "^0.20.0-xm.3",
|
|
60
|
+
"@xmachines/json-render-solid": "^0.20.0-xm.3",
|
|
61
|
+
"@xmachines/json-render-xstate": "^0.20.0-xm.3",
|
|
62
62
|
"@xstate/store": "^3.17.0",
|
|
63
63
|
"jsdom": "^29.1.0",
|
|
64
64
|
"oxfmt": "^0.64.0",
|