@galacean/effects 1.5.0 → 1.5.1

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/alipay.js CHANGED
@@ -696,7 +696,7 @@ function isValidFontFamily(fontFamily) {
696
696
  * Name: @galacean/effects-specification
697
697
  * Description: Galacean Effects JSON Specification
698
698
  * Author: Ant Group CO., Ltd.
699
- * Version: v1.3.0-alpha.0
699
+ * Version: v1.3.0
700
700
  */
701
701
 
702
702
  /*********************************************/
@@ -21877,7 +21877,7 @@ var filters = {
21877
21877
  * Name: @galacean/effects-specification
21878
21878
  * Description: Galacean Effects JSON Specification
21879
21879
  * Author: Ant Group CO., Ltd.
21880
- * Version: v1.3.0-alpha.0
21880
+ * Version: v1.3.0
21881
21881
  */
21882
21882
 
21883
21883
  /*********************************************/
@@ -30935,7 +30935,7 @@ Renderer.create = function (canvas, framework, renderOptions) {
30935
30935
  Engine.create = function (gl) {
30936
30936
  return new GLEngine(gl);
30937
30937
  };
30938
- var version = "1.5.0";
30938
+ var version = "1.5.1";
30939
30939
  logger.info('player version: ' + version);
30940
30940
 
30941
30941
  exports.AbstractPlugin = AbstractPlugin;