@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-
|
|
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);
|
package/dist/core/Avatar.d.ts
CHANGED
|
@@ -7573,7 +7573,7 @@ const _AnimationPlayer = class _AnimationPlayer {
|
|
|
7573
7573
|
if (this.streamingPlayer) {
|
|
7574
7574
|
return;
|
|
7575
7575
|
}
|
|
7576
|
-
const { StreamingAudioPlayer } = await import("./StreamingAudioPlayer-
|
|
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.
|
|
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
package/package.json
CHANGED