@dcl-regenesislabs/bevy-explorer-web 0.1.0-21841328189.commit-726f8ec → 0.1.0-21846179162.commit-0fdfc23
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 +1 -1
- package/favicon/site.webmanifest +2 -2
- package/index.html +16 -7
- package/package.json +3 -3
- package/pkg/webgpu_build_bg.wasm +0 -0
package/.env
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
1
|
+
PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21846179162.commit-0fdfc23"
|
package/favicon/site.webmanifest
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"short_name": "BevyDCL",
|
|
4
4
|
"icons": [
|
|
5
5
|
{
|
|
6
|
-
"src": "
|
|
6
|
+
"src": "web-app-manifest-192x192.png",
|
|
7
7
|
"sizes": "192x192",
|
|
8
8
|
"type": "image/png",
|
|
9
9
|
"purpose": "maskable"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"src": "
|
|
12
|
+
"src": "web-app-manifest-512x512.png",
|
|
13
13
|
"sizes": "512x512",
|
|
14
14
|
"type": "image/png",
|
|
15
15
|
"purpose": "maskable"
|
package/index.html
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
<script>
|
|
5
|
+
// Set base href so relative paths work when deployed under a subpath (e.g. /bevy-web)
|
|
6
|
+
(function() {
|
|
7
|
+
var base = document.createElement('base');
|
|
8
|
+
var path = window.location.pathname;
|
|
9
|
+
base.href = path.endsWith('/') ? path : path + '/';
|
|
10
|
+
document.head.appendChild(base);
|
|
11
|
+
})();
|
|
12
|
+
</script>
|
|
13
|
+
<link rel="icon" type="image/png" href="favicon/favicon-96x96.png" sizes="96x96" />
|
|
14
|
+
<link rel="icon" type="image/svg+xml" href="favicon/favicon.svg" />
|
|
15
|
+
<link rel="shortcut icon" href="favicon/favicon.ico" />
|
|
16
|
+
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png" />
|
|
8
17
|
<meta name="apple-mobile-web-app-title" content="Decentraland (BEVY)" />
|
|
9
|
-
<link rel="manifest" href="
|
|
18
|
+
<link rel="manifest" href="favicon/site.webmanifest" />
|
|
10
19
|
<meta charset="UTF-8">
|
|
11
20
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
12
21
|
<title>Decentraland (BEVY)</title>
|
|
@@ -261,7 +270,7 @@
|
|
|
261
270
|
}
|
|
262
271
|
</style>
|
|
263
272
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
|
264
|
-
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
273
|
+
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21846179162.commit-0fdfc23";</script>
|
|
265
274
|
</head>
|
|
266
275
|
<body>
|
|
267
276
|
<div id="header" class="container">
|
|
@@ -389,6 +398,6 @@
|
|
|
389
398
|
<!-- ui.js first (NOT module, executes immediately to populate inputs) -->
|
|
390
399
|
<script src="ui.js"></script>
|
|
391
400
|
<!-- main.js after (module, may fail if no WASM build available) -->
|
|
392
|
-
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
401
|
+
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21846179162.commit-0fdfc23/main.js"></script>
|
|
393
402
|
</body>
|
|
394
403
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl-regenesislabs/bevy-explorer-web",
|
|
3
|
-
"version": "0.1.0-
|
|
3
|
+
"version": "0.1.0-21846179162.commit-0fdfc23",
|
|
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-
|
|
12
|
-
"commit": "
|
|
11
|
+
"homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-21846179162.commit-0fdfc23",
|
|
12
|
+
"commit": "0fdfc2354c75a12db93959c3c3da198f8a8d7d05"
|
|
13
13
|
}
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|