@idosgames/react 0.2.9 → 0.2.10

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idosgames/react",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Shared React glue for the iDosGames host shell and modules: the client provider, status provider, live-state hooks, and a controller-context factory. Extracted from what every template used to copy-paste.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "//": "react is a peer (consumer-provided, never bundled). @idosgames/core is a real range for the same reason as in @idosgames/wallet — a published package must pin the core whose types it references.",
47
47
  "dependencies": {
48
- "@idosgames/core": "^0.16.0"
48
+ "@idosgames/core": "^0.17.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.3.1 || ^19.0.0"