@dotrino/lobby 0.4.1 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotrino/lobby",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "Lobby + matchmaking reciclable para juegos del ecosistema Dotrino: salas, asientos, espectadores, motor de turnos autoritativo, reputación y contactos sobre el proxy/identity/reputation compartidos",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "peerDependencies": {
35
35
  "@dotrino/identity": ">=0.5.0",
36
- "@dotrino/proxy-client": "^0.10.1",
36
+ "@dotrino/proxy-client": ">=0.13.1",
37
37
  "@dotrino/reputation": ">=0.3.0"
38
38
  },
39
39
  "peerDependenciesMeta": {