@galacean/effects 1.1.5 → 1.1.7

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.1.5
6
+ * Version: v1.1.7
7
7
  */
8
8
 
9
9
  'use strict';
@@ -29301,7 +29301,7 @@ var CompositionSourceManager = /** @class */ (function () {
29301
29301
  }
29302
29302
  // 处理预合成的渲染顺序
29303
29303
  if (option.type === ItemType$1.composition) {
29304
- ++_this.mask;
29304
+ _this.mask++;
29305
29305
  var refId = item.content.options.refId;
29306
29306
  if (!_this.refCompositions.get(refId)) {
29307
29307
  throw new Error('Invalid Ref Composition id: ' + refId);
@@ -29311,7 +29311,6 @@ var CompositionSourceManager = /** @class */ (function () {
29311
29311
  _this.refCompositionProps.set(refId, ref);
29312
29312
  }
29313
29313
  ref.items.forEach(function (item) {
29314
- item.listIndex = listOrder++;
29315
29314
  _this.processMask(item.content);
29316
29315
  });
29317
29316
  option.items = ref.items;
@@ -36414,9 +36413,9 @@ Renderer.create = function (canvas, framework, renderOptions) {
36414
36413
  Engine.create = function (gl) {
36415
36414
  return new GLEngine(gl);
36416
36415
  };
36417
- var version = "1.1.5";
36416
+ var version = "1.1.7";
36418
36417
  console.info({
36419
- content: '[Galacean Effects Player] version: ' + "1.1.5",
36418
+ content: '[Galacean Effects Player] version: ' + "1.1.7",
36420
36419
  type: LOG_TYPE,
36421
36420
  });
36422
36421