@eva/plugin-renderer-spine 2.0.0-beta.6 → 2.0.0-beta.8

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.
@@ -1,6 +1,8 @@
1
+ import PixiSpine from 'pixi-spine';
1
2
  import { Spine as Spine_2 } from '@eva/spine-base';
2
3
  import { SpineParams } from '@eva/spine-base';
3
4
  import { SpineSystem as SpineSystem_2 } from '@eva/spine-base';
5
+ export { PixiSpine }
4
6
 
5
7
  export declare class Spine extends Spine_2 {
6
8
  }
@@ -1,5 +1,5 @@
1
- import { SpineSystem as SpineSystem$1, Spine as Spine$2 } from '@eva/spine-base';
2
1
  import { ExtensionType, checkExtension, Resolver, LoaderParserPriority, DOMAdapter, path, TextureSource, extensions, collectAllRenderables, Graphics, ViewContainer, Ticker, fastCopy, Texture as Texture$1, DEG_TO_RAD, Container, Cache, Assets, Text, Batcher, Color as Color$1, Geometry, Buffer, BufferUsage, Shader, compileHighShaderGlProgram, colorBitGl, generateTextureBatchBitGl, roundPixelsBitGl, compileHighShaderGpuProgram, colorBit, generateTextureBatchBit, roundPixelsBit, getBatchSamplersUniformGroup } from 'pixi.js';
2
+ import { SpineSystem as SpineSystem$1, Spine as Spine$2 } from '@eva/spine-base';
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  var __defNormalProp = (obj, key, value) =>
@@ -13446,6 +13446,7 @@ var pixiSpine = {
13446
13446
  ShearXTimeline,
13447
13447
  ShearYTimeline,
13448
13448
  Skeleton,
13449
+ SpineTexture,
13449
13450
  SkeletonBinary,
13450
13451
  SkeletonBounds,
13451
13452
  SkeletonClipping,
@@ -13493,4 +13494,4 @@ class SpineSystem extends SpineSystem$1 {
13493
13494
  class Spine extends Spine$2 {
13494
13495
  }
13495
13496
 
13496
- export { Spine, SpineSystem };
13497
+ export { pixiSpine as PixiSpine, Spine, SpineSystem };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eva/plugin-renderer-spine",
3
- "version": "2.0.0-beta.6",
3
+ "version": "2.0.0-beta.8",
4
4
  "description": "@eva/plugin-renderer-spine",
5
5
  "main": "index.js",
6
6
  "module": "dist/plugin-renderer-spine.esm.js",
@@ -19,9 +19,9 @@
19
19
  "homepage": "https://eva.js.org",
20
20
  "dependencies": {
21
21
  "@eva/inspector-decorator": "^0.0.5",
22
- "@eva/plugin-renderer": "2.0.0-beta.6",
23
- "@eva/eva.js": "2.0.0-beta.6",
24
- "@eva/spine-base": "2.0.0-beta.6",
22
+ "@eva/plugin-renderer": "2.0.0-beta.8",
23
+ "@eva/eva.js": "2.0.0-beta.8",
24
+ "@eva/spine-base": "2.0.0-beta.8",
25
25
  "pixi.js": "^8.6.5"
26
26
  }
27
27
  }