@spatialwalk/avatarkit 1.0.0-beta.87 → 1.0.0-beta.88
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 +7 -0
- package/dist/{StreamingAudioPlayer-CCQgsR1j.js → StreamingAudioPlayer-D0H3vuGE.js} +1 -1
- package/dist/avatar_core_wasm-Dv943JJl.js +1 -1
- package/dist/avatar_core_wasm-e68766db.wasm +0 -0
- package/dist/core/AvatarController.d.ts +1 -0
- package/dist/core/AvatarSDK.d.ts +3 -1
- package/dist/core/AvatarView.d.ts +5 -3
- package/dist/{index-BNATNpKA.js → index-Ow7xDTS3.js} +777 -394
- package/dist/index.js +1 -1
- package/package.json +7 -3
- package/dist/benchmark-demo/src/main.d.ts +0 -1
- package/dist/marble-test/src/billboard.d.ts +0 -22
- package/dist/marble-test/src/main.d.ts +0 -6
- package/dist/marble-test/src/spzLoader.d.ts +0 -18
- package/dist/marble-test/vite.config.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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.88] - 2026-03-10
|
|
9
|
+
|
|
10
|
+
### 🐛 Bugfixes
|
|
11
|
+
|
|
12
|
+
- **Build Packaging Fix** - WASM binary was missing from dist in beta.87 npm package; added `benchmark-demo` and `marble-test` to dts exclude to prevent type declaration leakage
|
|
13
|
+
- **Release Workflow** - Added build artifact verification step (WASM presence + no leaked directories)
|
|
14
|
+
|
|
8
15
|
## [1.0.0-beta.87] - 2026-03-09
|
|
9
16
|
|
|
10
17
|
### 🔧 Performance
|
|
@@ -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-Ow7xDTS3.js";
|
|
5
5
|
class StreamingAudioPlayer {
|
|
6
6
|
// Mark if AudioContext is being resumed, avoid concurrent resume requests
|
|
7
7
|
constructor(options) {
|