@spatius/avatarkit 1.2.0-beta.4 → 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/CHANGELOG.md +2 -7
- package/dist/{StreamingAudioPlayer-C4-OVsz9.js → StreamingAudioPlayer-a3vy2ZId.js} +1 -1
- package/dist/avatar_core_wasm-CQbUl6zN.js +2696 -0
- package/dist/{avatar_core_wasm-36bf5449.wasm → avatar_core_wasm-bd762669.wasm} +0 -0
- package/dist/index-CZsHxG4F.js +21716 -0
- package/dist/index.js +1 -1
- package/dist/types/character.d.ts +0 -5
- package/dist/types/index.d.ts +0 -2
- package/package.json +1 -1
- package/dist/avatar_core_wasm-BIbE25D3.js +0 -2697
- package/dist/index-BIjiLtOM.js +0 -21757
package/CHANGELOG.md
CHANGED
|
@@ -5,15 +5,10 @@ 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.2.0
|
|
8
|
+
## [1.2.0] - 2026-06-28
|
|
9
9
|
|
|
10
10
|
### Fixed
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
## [1.2.0-beta.3] - 2026-06-25
|
|
14
|
-
|
|
15
|
-
### Added
|
|
16
|
-
- New `ErrorCode.unsupportedAvatarAsset`. When loading an avatar whose asset requires a newer SDK, the load now fails fast with this error (surfaced via the existing `AvatarError` / `onError` path) instead of rendering incorrectly, prompting an SDK upgrade.
|
|
11
|
+
- Fixed the opening transition being dropped and a brief stutter at the start of the second and subsequent turns in a continuous conversation.
|
|
17
12
|
|
|
18
13
|
## [1.2.0-beta.2] - 2026-06-23
|
|
19
14
|
|
|
@@ -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, l as logger, e as errorToMessage, a as logEvent } from "./index-
|
|
4
|
+
import { A as APP_CONFIG, l as logger, e as errorToMessage, a as logEvent } from "./index-CZsHxG4F.js";
|
|
5
5
|
class StreamingAudioPlayer {
|
|
6
6
|
// Mark if AudioContext is being resumed, avoid concurrent resume requests
|
|
7
7
|
constructor(options) {
|