@galacean/effects-threejs 1.5.0 → 1.5.2

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: v1.5.0
6
+ * Version: v1.5.2
7
7
  */
8
8
 
9
9
  'use strict';
@@ -724,7 +724,7 @@ function isValidFontFamily(fontFamily) {
724
724
  * Name: @galacean/effects-specification
725
725
  * Description: Galacean Effects JSON Specification
726
726
  * Author: Ant Group CO., Ltd.
727
- * Version: v1.3.0-alpha.0
727
+ * Version: v1.3.0
728
728
  */
729
729
 
730
730
  /*********************************************/
@@ -21905,7 +21905,7 @@ var filters = {
21905
21905
  * Name: @galacean/effects-specification
21906
21906
  * Description: Galacean Effects JSON Specification
21907
21907
  * Author: Ant Group CO., Ltd.
21908
- * Version: v1.3.0-alpha.0
21908
+ * Version: v1.3.0
21909
21909
  */
21910
21910
 
21911
21911
  /*********************************************/
@@ -27426,7 +27426,7 @@ Geometry.create = function (engine, options) {
27426
27426
  Mesh.create = function (engine, props) {
27427
27427
  return new ThreeMesh(engine, props);
27428
27428
  };
27429
- var version = "1.5.0";
27429
+ var version = "1.5.2";
27430
27430
  logger.info('THREEJS plugin version: ' + version);
27431
27431
 
27432
27432
  exports.AbstractPlugin = AbstractPlugin;