@dcl/protocol 1.0.0-3069678574.commit-63cc310 → 1.0.0-3069704311.commit-bc08817

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.
@@ -39,7 +39,7 @@ message WsPeerUpdate {
39
39
 
40
40
  /**
41
41
  * Sent to the clients as first message, it contains a challenge string and a
42
- * hint about if the same address is connected to another island. In such case,
42
+ * hint about if the same address is connected to another room. In such case,
43
43
  * after authentication, the server may decide to end the former connection. This
44
44
  * hint exists for UX purposes of the explorers for cases like multiple running
45
45
  * instances of the explorer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3069678574.commit-63cc310",
3
+ "version": "1.0.0-3069704311.commit-bc08817",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,5 +18,5 @@
18
18
  "ecs",
19
19
  "bff"
20
20
  ],
21
- "commit": "63cc310f0cdccda0fafb1a138244a5fcee86dd38"
21
+ "commit": "bc08817e4276f32e5879fc939f41f2430db3c4c4"
22
22
  }