@xmachines/play-solid 1.0.0-beta.28 → 1.0.0-beta.29

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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @xmachines/play-solid
2
2
 
3
- **SolidJS renderer for XMachines Play Architecture**
3
+ **Solid renderer for XMachines Play Architecture**
4
4
 
5
- Bridges TC39 Signal-driven actors to SolidJS's fine-grained reactivity. Business logic stays in the actor; Solid is purely a rendering target.
5
+ Bridges TC39 Signal-driven actors to Solid's fine-grained reactivity. Business logic stays in the actor; Solid is purely a rendering target.
6
6
 
7
7
  ## Overview
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xmachines/play-solid",
3
- "version": "1.0.0-beta.28",
4
- "description": "SolidJS renderer for XMachines Play architecture",
3
+ "version": "1.0.0-beta.29",
4
+ "description": "Solid renderer for XMachines Play architecture",
5
5
  "keywords": [
6
6
  "catalog",
7
7
  "play",
@@ -39,8 +39,8 @@
39
39
  "prepublishOnly": "npm run build"
40
40
  },
41
41
  "dependencies": {
42
- "@xmachines/play-actor": "1.0.0-beta.28",
43
- "@xmachines/play-signals": "1.0.0-beta.28"
42
+ "@xmachines/play-actor": "1.0.0-beta.29",
43
+ "@xmachines/play-signals": "1.0.0-beta.29"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@json-render/core": "^0.16.0",
@@ -49,7 +49,7 @@
49
49
  "@solidjs/testing-library": "^0.8.10",
50
50
  "@testing-library/jest-dom": "^6.9.1",
51
51
  "@types/node": "^25.5.0",
52
- "@xmachines/shared": "1.0.0-beta.28",
52
+ "@xmachines/shared": "1.0.0-beta.29",
53
53
  "@xstate/store": ">=3.17.0",
54
54
  "jsdom": "^29.0.1",
55
55
  "oxfmt": "^0.43.0",