@galacean/effects-plugin-spine 2.0.0-alpha.7 → 2.0.0-alpha.9

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 player spine plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 十弦
6
- * Version: v2.0.0-alpha.7
6
+ * Version: v2.0.0-alpha.9
7
7
  */
8
8
 
9
9
  'use strict';
@@ -10673,7 +10673,6 @@ var SpineMesh = /*#__PURE__*/ function() {
10673
10673
  }();
10674
10674
  function createShader(engine) {
10675
10675
  var env = engine.renderer.env;
10676
- engine.gpuCapability.level;
10677
10676
  var marcos = [
10678
10677
  [
10679
10678
  "ENV_EDITOR",
@@ -11240,7 +11239,7 @@ var SpineVFXItem = /*#__PURE__*/ function(VFXItem) {
11240
11239
  }(effects.VFXItem);
11241
11240
 
11242
11241
  effects.registerPlugin("spine", SpineLoader, SpineVFXItem);
11243
- var version = "2.0.0-alpha.7";
11242
+ var version = "2.0.0-alpha.9";
11244
11243
  effects.logger.info("plugin spine version: " + version);
11245
11244
 
11246
11245
  exports.AlphaTimeline = AlphaTimeline;