@galacean/effects-core 2.9.0 → 2.9.1-beta.0

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.9.0
6
+ * Version: v2.9.1-beta.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -33459,7 +33459,7 @@ function getStandardSpriteContent(sprite, transform) {
33459
33459
  return ret;
33460
33460
  }
33461
33461
 
33462
- var version$1 = "2.9.0";
33462
+ var version$1 = "2.9.1-beta.0";
33463
33463
  var v0 = /^(\d+)\.(\d+)\.(\d+)(-(\w+)\.\d+)?$/;
33464
33464
  var standardVersion = /^(\d+)\.(\d+)$/;
33465
33465
  var reverseParticle = false;
@@ -38513,7 +38513,7 @@ registerPlugin("text", TextLoader);
38513
38513
  registerPlugin("sprite", SpriteLoader);
38514
38514
  registerPlugin("particle", ParticleLoader);
38515
38515
  registerPlugin("interact", InteractLoader);
38516
- var version = "2.9.0";
38516
+ var version = "2.9.1-beta.0";
38517
38517
  logger.info("Core version: " + version + ".");
38518
38518
 
38519
38519
  exports.ActivationMixerPlayable = ActivationMixerPlayable;