@dcl-regenesislabs/bevy-explorer-web 0.1.0-21394940294.commit-7449e4c → 0.1.0-21395929382.commit-ffaa778

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.
package/.env CHANGED
@@ -1 +1 @@
1
- PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21394940294.commit-7449e4c"
1
+ PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21395929382.commit-ffaa778"
package/index.html CHANGED
@@ -101,7 +101,7 @@
101
101
  }
102
102
  </style>
103
103
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
104
- <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21394940294.commit-7449e4c";</script>
104
+ <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21395929382.commit-ffaa778";</script>
105
105
  </head>
106
106
  <body>
107
107
  <div id="header" class="container">
@@ -138,6 +138,6 @@
138
138
  </div>
139
139
  <script src="https://cdn.jsdelivr.net/npm/livekit-client/dist/livekit-client.umd.min.js"></script>
140
140
  <script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
141
- <script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21394940294.commit-7449e4c/main.js"></script>
141
+ <script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21395929382.commit-ffaa778/main.js"></script>
142
142
  </body>
143
143
  </html>
package/main.js CHANGED
@@ -331,7 +331,7 @@ window.set_url_params = (x, y, server, system_scene, preview) => {
331
331
  urlParams.set("location", `${x},${y}`);
332
332
 
333
333
  if (server != DEFAULT_SERVER) {
334
- urlParams.set("initialServer", realm);
334
+ urlParams.set("initialServer", server);
335
335
  } else {
336
336
  urlParams.delete("initialServer");
337
337
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl-regenesislabs/bevy-explorer-web",
3
- "version": "0.1.0-21394940294.commit-7449e4c",
3
+ "version": "0.1.0-21395929382.commit-ffaa778",
4
4
  "scripts": {
5
5
  "postinstall": "node ./scripts/prebuild.js"
6
6
  },
@@ -8,6 +8,6 @@
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/decentraland/bevy-explorer.git"
10
10
  },
11
- "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21394940294.commit-7449e4c",
12
- "commit": "7449e4c101a25ff88411e9ed0f4d58f9a20779d1"
11
+ "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21395929382.commit-ffaa778",
12
+ "commit": "ffaa7785f61a94706220df4f7ea702b84cdc36e7"
13
13
  }
Binary file