@spatialwalk/avatarkit 1.0.0-beta.89 → 1.0.0-beta.90
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 +6 -0
- package/dist/{StreamingAudioPlayer-BSZxueCh.js → StreamingAudioPlayer-GS4x7i1m.js} +1 -1
- package/dist/{avatar_core_wasm-e68766db.wasm → avatar_core_wasm-9834c91c.wasm} +0 -0
- package/dist/avatar_core_wasm-BY3MuXDA.js +2696 -0
- package/dist/demo/src/main.d.ts +1 -0
- package/dist/{index-Cq6e5BSB.js → index-jdCd5L22.js} +3 -3
- package/dist/index.js +1 -1
- package/package.json +2 -1
- package/dist/avatar_core_wasm-Dv943JJl.js +0 -2696
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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.90] - 2026-03-18
|
|
9
|
+
|
|
10
|
+
### 🐛 Bugfixes
|
|
11
|
+
|
|
12
|
+
- **WASM Core Update** — Updated WASM binary to include CSPLAT v4 compressed point cloud decoder; `useCompressedModel` previously failed with `avatar_core_load_character returned NULL` because the WASM build predated the CSPLAT decoder addition
|
|
13
|
+
|
|
8
14
|
## [Unreleased]
|
|
9
15
|
|
|
10
16
|
### ⚡ Breaking Changes
|
|
@@ -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-jdCd5L22.js";
|
|
5
5
|
class StreamingAudioPlayer {
|
|
6
6
|
// Mark if AudioContext is being resumed, avoid concurrent resume requests
|
|
7
7
|
constructor(options) {
|
|
Binary file
|