@dcl-regenesislabs/bevy-explorer-web 0.1.0-18776646102.commit-911ddc6 → 0.1.0-18792158756.commit-8f6e534

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-18776646102.commit-911ddc6"
1
+ PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-18792158756.commit-8f6e534"
package/asset_loader.js CHANGED
@@ -14,7 +14,7 @@ self.onmessage = async (event) => {
14
14
  try {
15
15
  // init wasm
16
16
  console.log("[Asset Loader] init wasm");
17
- await init({ module: compiledModule, memory: sharedMemory });
17
+ await init({ module_or_path: compiledModule, memory: sharedMemory });
18
18
  console.log("[Asset Loader] init asset load thread");
19
19
  await wasm_bindgen_exports.init_asset_load_thread();
20
20
  console.log("[Asset Loader] running");
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-18776646102.commit-911ddc6";</script>
104
+ <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-18792158756.commit-8f6e534";</script>
105
105
  </head>
106
106
  <body>
107
107
  <div id="header" class="container">
@@ -130,6 +130,6 @@
130
130
  </div>
131
131
  <script src="https://cdn.jsdelivr.net/npm/livekit-client/dist/livekit-client.umd.min.js"></script>
132
132
  <script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
133
- <script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-18776646102.commit-911ddc6/main.js"></script>
133
+ <script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-18792158756.commit-8f6e534/main.js"></script>
134
134
  </body>
135
135
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl-regenesislabs/bevy-explorer-web",
3
- "version": "0.1.0-18776646102.commit-911ddc6",
3
+ "version": "0.1.0-18792158756.commit-8f6e534",
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-18776646102.commit-911ddc6",
12
- "commit": "911ddc61c227df32be5406d7d61524589b33bd3d"
11
+ "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-18792158756.commit-8f6e534",
12
+ "commit": "8f6e53477c8c5c90ac169d4069d3504b7a2ca923"
13
13
  }
Binary file