@spatialwalk/avatarkit 1.0.0-beta.100 → 1.0.0-beta.102

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,18 @@ 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.102]
9
+
10
+ ### 🐛 Bugfixes
11
+
12
+ - **Template loading telemetry** — Fixed `template_resources_load_measure` event not being reported when loading the unified template model. Added PWA caching support for the unified model to enable faster subsequent loads.
13
+
14
+ ## [1.0.0-beta.101]
15
+
16
+ ### ⚡ Performance
17
+
18
+ - **Template loading optimization** — Consolidated 4 template files into a single compressed model, reducing template download from ~53 MB to ~28 MB (gzip). Automatic fallback to legacy multi-file mode if the new format is unavailable.
19
+
8
20
  ## [1.0.0-beta.100]
9
21
 
10
22
  ### ✨ 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, l as logger, e as errorToMessage, a as logEvent } from "./index-DADGbRoo.js";
4
+ import { A as APP_CONFIG, l as logger, e as errorToMessage, a as logEvent } from "./index-DNq7oTVY.js";
5
5
  class StreamingAudioPlayer {
6
6
  // Mark if AudioContext is being resumed, avoid concurrent resume requests
7
7
  constructor(options) {