@spatialwalk/avatarkit 1.0.0-beta.45 → 1.0.0-beta.46

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/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.0-beta.46] - 2025-12-29
9
+
10
+ ### 🐛 Bugfix
11
+ - Expose `getCharacterMeta()` method in `Avatar` class as public API
12
+
8
13
  ## [1.0.0-beta.45] - 2025-12-29
9
14
 
10
15
  ### ✨ New Features
@@ -1,7 +1,7 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { A as APP_CONFIG, e as errorToMessage, l as logEvent, a as logger } from "./index-Bz4J6yf6.js";
4
+ import { A as APP_CONFIG, e as errorToMessage, l as logEvent, a as logger } from "./index-DJMm01Eu.js";
5
5
  class StreamingAudioPlayer {
6
6
  constructor(options) {
7
7
  __publicField(this, "audioContext", null);
@@ -5,4 +5,5 @@ export declare class Avatar {
5
5
  private characterMeta;
6
6
  private resources;
7
7
  constructor(id: string, characterMeta: CharacterMeta, resources: PreloadResult);
8
+ getCharacterMeta(): CharacterMeta;
8
9
  }
@@ -7573,7 +7573,7 @@ const _AnimationPlayer = class _AnimationPlayer {
7573
7573
  if (this.streamingPlayer) {
7574
7574
  return;
7575
7575
  }
7576
- const { StreamingAudioPlayer } = await import("./StreamingAudioPlayer-BDQE99ro.js");
7576
+ const { StreamingAudioPlayer } = await import("./StreamingAudioPlayer-BlY4b-HD.js");
7577
7577
  const { AvatarSDK: AvatarSDK2 } = await Promise.resolve().then(() => AvatarSDK$1);
7578
7578
  const audioFormat = AvatarSDK2.getAudioFormat();
7579
7579
  this.streamingPlayer = new StreamingAudioPlayer({
@@ -8963,7 +8963,7 @@ class AvatarSDK {
8963
8963
  }
8964
8964
  __publicField(AvatarSDK, "_isInitialized", false);
8965
8965
  __publicField(AvatarSDK, "_configuration", null);
8966
- __publicField(AvatarSDK, "_version", "1.0.0-beta.45");
8966
+ __publicField(AvatarSDK, "_version", "1.0.0-beta.46");
8967
8967
  __publicField(AvatarSDK, "_avatarCore", null);
8968
8968
  __publicField(AvatarSDK, "_dynamicSdkConfig", null);
8969
8969
  const AvatarSDK$1 = Object.freeze(Object.defineProperty({
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b, c, f, d, j, g, C, i, D, E, k, h, L, R, S, m } from "./index-Bz4J6yf6.js";
1
+ import { b, c, f, d, j, g, C, i, D, E, k, h, L, R, S, m } from "./index-DJMm01Eu.js";
2
2
  export {
3
3
  b as Avatar,
4
4
  c as AvatarController,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spatialwalk/avatarkit",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.45",
4
+ "version": "1.0.0-beta.46",
5
5
  "packageManager": "pnpm@10.18.2",
6
6
  "description": "SPAvatar SDK - 3D Gaussian Splatting Avatar Rendering SDK",
7
7
  "author": "SPAvatar Team",