@galacean/engine 2.0.0-alpha.40 → 2.0.0-alpha.41
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/dist/browser.js +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/bundled.module.js +1 -1
- package/dist/bundled.module.min.js +1 -1
- package/dist/main.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +6 -6
package/dist/bundled.module.js
CHANGED
|
@@ -94638,7 +94638,7 @@ EXT_texture_webp = __decorate([
|
|
|
94638
94638
|
], EXT_texture_webp);
|
|
94639
94639
|
|
|
94640
94640
|
//@ts-ignore
|
|
94641
|
-
var version = "2.0.0-alpha.
|
|
94641
|
+
var version = "2.0.0-alpha.41";
|
|
94642
94642
|
console.log("Galacean Engine Version: " + version);
|
|
94643
94643
|
for(var key in CoreObjects){
|
|
94644
94644
|
Loader.registerClass(key, CoreObjects[key]);
|