@spatius/avatarkit 1.2.0-beta.3 → 1.2.0

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
@@ -1,4 +1,4 @@
1
- import { k, b, c, o, f, d, n, g, C, m, i, D, E, F, j, L, h, R, p, T, q } from "./index-Dgung4xA.js";
1
+ import { k, b, c, o, f, d, n, g, C, m, i, D, E, F, j, L, h, R, p, T, q } from "./index-CZsHxG4F.js";
2
2
  export {
3
3
  k as AnimationType,
4
4
  b as Avatar,
@@ -29,11 +29,6 @@ export interface CustomAnimation {
29
29
  export interface CharacterAsset {
30
30
  characterId: string;
31
31
  version: string;
32
- /**
33
- * 资产兼容性标记。core 据此精确匹配渲染逻辑:
34
- * [] → 基础;["easy_body"] → 身体固定;其它组合 → 当前 SDK 不支持。
35
- */
36
- compatibilityFlags: string[];
37
32
  createdAt?: string;
38
33
  updatedAt?: string;
39
34
  camera?: ResourceHolder;
@@ -107,8 +107,6 @@ export declare enum ErrorCode {
107
107
  invalidAvatarMetadata = "invalidAvatarMetadata",
108
108
  /** Failed to download avatar assets */
109
109
  failedToDownloadAvatarAssets = "failedToDownloadAvatarAssets",
110
- /** Avatar asset compatibility_flags not supported by this SDK version (upgrade SDK) */
111
- unsupportedAvatarAsset = "unsupportedAvatarAsset",
112
110
  /** WebSocket connection error (handshake failure, network error) */
113
111
  websocketError = "websocketError",
114
112
  /** WebSocket connection closed abnormally (close code 1006) */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spatius/avatarkit",
3
3
  "type": "module",
4
- "version": "1.2.0-beta.3",
4
+ "version": "1.2.0",
5
5
  "packageManager": "pnpm@10.18.2",
6
6
  "description": "AvatarKit SDK - 3D Gaussian Splatting Avatar Rendering SDK",
7
7
  "author": "AvatarKit Team",