@galacean/effects-core 2.8.5 → 2.8.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 core for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v2.8.5
6
+ * Version: v2.8.6
7
7
  */
8
8
 
9
9
  'use strict';
@@ -31625,7 +31625,7 @@ function getStandardSpriteContent(sprite, transform) {
31625
31625
  return ret;
31626
31626
  }
31627
31627
 
31628
- var version$1 = "2.8.5";
31628
+ var version$1 = "2.8.6";
31629
31629
  var v0 = /^(\d+)\.(\d+)\.(\d+)(-(\w+)\.\d+)?$/;
31630
31630
  var standardVersion = /^(\d+)\.(\d+)$/;
31631
31631
  var reverseParticle = false;
@@ -34685,8 +34685,8 @@ var DEFAULT_FPS = 60;
34685
34685
  });
34686
34686
  this.resetTickers = false;
34687
34687
  }
34688
- for(var i = 0, len = this.tickers.length; i < len; i++){
34689
- var tick = this.tickers[i];
34688
+ for(var _iterator = _create_for_of_iterator_helper_loose(this.tickers), _step; !(_step = _iterator()).done;){
34689
+ var tick = _step.value;
34690
34690
  tick(this.dt);
34691
34691
  }
34692
34692
  }
@@ -35325,7 +35325,7 @@ registerPlugin("text", TextLoader);
35325
35325
  registerPlugin("sprite", SpriteLoader);
35326
35326
  registerPlugin("particle", ParticleLoader);
35327
35327
  registerPlugin("interact", InteractLoader);
35328
- var version = "2.8.5";
35328
+ var version = "2.8.6";
35329
35329
  logger.info("Core version: " + version + ".");
35330
35330
 
35331
35331
  exports.ActivationMixerPlayable = ActivationMixerPlayable;