@galacean/effects 2.0.5 → 2.0.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/alipay.js CHANGED
@@ -25737,7 +25737,7 @@ var ByteBuffer = /*#__PURE__*/ function() {
25737
25737
  function ByteBuffer(bytes_) {
25738
25738
  this.bytes_ = bytes_;
25739
25739
  this.position_ = 0;
25740
- this.text_decoder_ = new TextDecoder();
25740
+ this.text_decoder_ = new alipay.TextDecoder();
25741
25741
  }
25742
25742
  var _proto = ByteBuffer.prototype;
25743
25743
  _proto.clear = function clear() {
@@ -27676,7 +27676,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
27676
27676
  registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
27677
27677
  registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
27678
27678
  registerPlugin("interact", InteractLoader, exports.VFXItem, true);
27679
- var version$1 = "2.0.5";
27679
+ var version$1 = "2.0.6";
27680
27680
  logger.info("Core version: " + version$1 + ".");
27681
27681
 
27682
27682
  var _obj$3;
@@ -33201,7 +33201,7 @@ Renderer.create = function(canvas, framework, renderOptions) {
33201
33201
  Engine.create = function(gl) {
33202
33202
  return new GLEngine(gl);
33203
33203
  };
33204
- var version = "2.0.5";
33204
+ var version = "2.0.6";
33205
33205
  logger.info("Player version: " + version + ".");
33206
33206
 
33207
33207
  exports.AbstractPlugin = AbstractPlugin;