@xmachines/play-react 1.0.0-beta.6 → 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 +5 -5
package/README.md CHANGED
@@ -355,4 +355,7 @@ This package implements **Signal-Only Reactivity (INV-05)** and **Passive Infras
355
355
 
356
356
  ## License
357
357
 
358
- MIT
358
+ Copyright (c) 2016 [Mikael Karon](mailto:mikael@karon.se). All rights reserved.
359
+
360
+ This work is licensed under the terms of the MIT license.
361
+ For a copy, see <https://opensource.org/licenses/MIT>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmachines/play-react",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.7",
4
4
  "description": "React renderer for XMachines Play architecture with signal-driven rendering",
5
5
  "keywords": [
6
6
  "actor",
@@ -43,16 +43,16 @@
43
43
  "prepublishOnly": "npm run build"
44
44
  },
45
45
  "dependencies": {
46
- "@xmachines/play-actor": "1.0.0-beta.6",
47
- "@xmachines/play-catalog": "1.0.0-beta.6",
48
- "@xmachines/play-signals": "1.0.0-beta.6"
46
+ "@xmachines/play-actor": "1.0.0-beta.7",
47
+ "@xmachines/play-catalog": "1.0.0-beta.7",
48
+ "@xmachines/play-signals": "1.0.0-beta.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@testing-library/react": "^16.3.2",
52
52
  "@types/node": "^25.5.0",
53
53
  "@types/react": "^19.2.14",
54
54
  "@types/react-dom": "^19.2.3",
55
- "@xmachines/shared": "1.0.0-beta.6",
55
+ "@xmachines/shared": "1.0.0-beta.7",
56
56
  "jsdom": "^29.0.0",
57
57
  "react": "^19.2.4",
58
58
  "react-dom": "^19.2.4",