@laplace.live/persona-sdk 0.8.0 → 0.8.1

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.
@@ -435,7 +435,7 @@ export interface Scene {
435
435
  name: string;
436
436
  /** Models and objects in one list; array order = z-order (bottom to top) within each space. */
437
437
  items: SceneItem[];
438
- /** Tracking/pose/hotkey/expression target. null only when `items` holds no model. */
438
+ /** Hotkey target and the default instance for model-scoped methods. null only when `items` holds no model. */
439
439
  primaryInstanceId: string | null;
440
440
  background: SceneBackground;
441
441
  behavior: SceneBehavior;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/persona-sdk",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "TypeScript SDK and wire schema for the LAPLACE Persona plugin API",
5
5
  "license": "MIT",
6
6
  "type": "module",