@idosgames/app-shell 0.1.12 → 0.1.13

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idosgames/app-shell",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "The host runtime for composable modules: module registry, shared event bus, surface allocator, scene stage, and the React Mode Router shell. A project seeds one host shell and plugs N modules into it.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -47,9 +47,9 @@
47
47
  },
48
48
  "//": "react/react-dom are consumer-provided peers. @idosgames/* are real ranges pinned in step with those packages.",
49
49
  "dependencies": {
50
- "@idosgames/core": "^0.6.0",
51
- "@idosgames/module-sdk": "^0.1.7",
52
- "@idosgames/react": "^0.1.5"
50
+ "@idosgames/core": "^0.7.0",
51
+ "@idosgames/module-sdk": "^0.1.8",
52
+ "@idosgames/react": "^0.2.0"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "^18.3.1 || ^19.0.0",