@galacean/effects-threejs 2.2.1-alpha.0 → 2.2.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/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects runtime threejs plugin for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v2.2.1-alpha.0
6
+ * Version: v2.2.1
7
7
  */
8
8
 
9
9
  'use strict';
@@ -31366,7 +31366,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
31366
31366
  registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
31367
31367
  registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
31368
31368
  registerPlugin("interact", InteractLoader, exports.VFXItem, true);
31369
- var version$1 = "2.2.1-alpha.0";
31369
+ var version$1 = "2.2.1";
31370
31370
  logger.info("Core version: " + version$1 + ".");
31371
31371
 
31372
31372
  var _obj;
@@ -32999,7 +32999,7 @@ setMaxSpriteMeshItemCount(8);
32999
32999
  */ Mesh.create = function(engine, props) {
33000
33000
  return new ThreeMesh(engine, props);
33001
33001
  };
33002
- var version = "2.2.1-alpha.0";
33002
+ var version = "2.2.1";
33003
33003
  logger.info("THREEJS plugin version: " + version + ".");
33004
33004
 
33005
33005
  exports.AbstractPlugin = AbstractPlugin;