@galacean/engine 2.0.0-alpha.21 → 2.0.0-alpha.23

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.
@@ -54049,7 +54049,7 @@ EXT_texture_webp = __decorate([
54049
54049
  ], EXT_texture_webp);
54050
54050
 
54051
54051
  //@ts-ignore
54052
- var version = "2.0.0-alpha.21";
54052
+ var version = "2.0.0-alpha.23";
54053
54053
  console.log("Galacean Engine Version: " + version);
54054
54054
  for(var key in CoreObjects){
54055
54055
  Loader.registerClass(key, CoreObjects[key]);