@dcl-regenesislabs/bevy-explorer-web 0.1.0-19361960663.commit-5c0c59e → 0.1.0-19510592754.commit-e067eb7
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/index.html +2 -2
- package/package.json +3 -3
- package/pkg/webgpu_build.js +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-19510592754.commit-e067eb7"
|
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-
|
|
104
|
+
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19510592754.commit-e067eb7";</script>
|
|
105
105
|
</head>
|
|
106
106
|
<body>
|
|
107
107
|
<div id="header" class="container">
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
</div>
|
|
136
136
|
<script src="https://cdn.jsdelivr.net/npm/livekit-client/dist/livekit-client.umd.min.js"></script>
|
|
137
137
|
<script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
|
|
138
|
-
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
138
|
+
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19510592754.commit-e067eb7/main.js"></script>
|
|
139
139
|
</body>
|
|
140
140
|
</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-19510592754.commit-e067eb7",
|
|
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-19510592754.commit-e067eb7",
|
|
12
|
+
"commit": "e067eb78780bc78a2d124594235dd57a775fe896"
|
|
13
13
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -4203,15 +4203,15 @@ function __wbg_get_imports() {
|
|
|
4203
4203
|
const ret = false;
|
|
4204
4204
|
return ret;
|
|
4205
4205
|
};
|
|
4206
|
-
imports.wbg.
|
|
4206
|
+
imports.wbg.__wbindgen_closure_wrapper149588 = function(arg0, arg1, arg2) {
|
|
4207
4207
|
const ret = makeMutClosure(arg0, arg1, 116796, __wbg_adapter_108);
|
|
4208
4208
|
return ret;
|
|
4209
4209
|
};
|
|
4210
|
-
imports.wbg.
|
|
4210
|
+
imports.wbg.__wbindgen_closure_wrapper170039 = function(arg0, arg1, arg2) {
|
|
4211
4211
|
const ret = makeMutClosure(arg0, arg1, 131827, __wbg_adapter_111);
|
|
4212
4212
|
return ret;
|
|
4213
4213
|
};
|
|
4214
|
-
imports.wbg.
|
|
4214
|
+
imports.wbg.__wbindgen_closure_wrapper170041 = function(arg0, arg1, arg2) {
|
|
4215
4215
|
const ret = makeMutClosure(arg0, arg1, 131827, __wbg_adapter_111);
|
|
4216
4216
|
return ret;
|
|
4217
4217
|
};
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|