@galacean/effects 1.4.1 → 1.4.3

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: v1.4.1
6
+ * Version: v1.4.3
7
7
  */
8
8
 
9
9
  'use strict';
@@ -30909,7 +30909,7 @@ Renderer.create = function (canvas, framework, renderOptions) {
30909
30909
  Engine.create = function (gl) {
30910
30910
  return new GLEngine(gl);
30911
30911
  };
30912
- var version = "1.4.1";
30912
+ var version = "1.4.3";
30913
30913
  logger.info('player version: ' + version);
30914
30914
 
30915
30915
  exports.AbstractPlugin = AbstractPlugin;