@galacean/effects 2.5.0-alpha.5 → 2.5.0-alpha.6

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/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects runtime player for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v2.5.0-alpha.5
6
+ * Version: v2.5.0-alpha.6
7
7
  */
8
8
 
9
9
  'use strict';
@@ -28400,7 +28400,7 @@ function getStandardSpriteContent(sprite, transform) {
28400
28400
  return ret;
28401
28401
  }
28402
28402
 
28403
- var version$2 = "2.5.0-alpha.5";
28403
+ var version$2 = "2.5.0-alpha.6";
28404
28404
  var v0 = /^(\d+)\.(\d+)\.(\d+)(-(\w+)\.\d+)?$/;
28405
28405
  var standardVersion = /^(\d+)\.(\d+)$/;
28406
28406
  var reverseParticle = false;
@@ -31650,7 +31650,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem);
31650
31650
  registerPlugin("particle", ParticleLoader, exports.VFXItem);
31651
31651
  registerPlugin("cal", CalculateLoader, exports.VFXItem);
31652
31652
  registerPlugin("interact", InteractLoader, exports.VFXItem);
31653
- var version$1 = "2.5.0-alpha.5";
31653
+ var version$1 = "2.5.0-alpha.6";
31654
31654
  logger.info("Core version: " + version$1 + ".");
31655
31655
 
31656
31656
  var _obj$3;
@@ -37171,7 +37171,7 @@ Engine.create = function(gl) {
37171
37171
  };
37172
37172
  /**
37173
37173
  * Player 版本号
37174
- */ var version = "2.5.0-alpha.5";
37174
+ */ var version = "2.5.0-alpha.6";
37175
37175
  logger.info("Player version: " + version + ".");
37176
37176
 
37177
37177
  exports.AbstractPlugin = AbstractPlugin;