@rive-app/canvas-advanced-lite 2.35.4 → 2.36.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rive-app/canvas-advanced-lite",
3
- "version": "2.35.4",
3
+ "version": "2.36.0",
4
4
  "description": "Rive's lite low-level canvas based web api.",
5
5
  "main": "canvas_advanced.mjs",
6
6
  "homepage": "https://rive.app",
package/rive.wasm CHANGED
Binary file
@@ -994,6 +994,7 @@ export declare class ViewModelInstance {
994
994
  delete(): void;
995
995
  unref(): void;
996
996
  getProperties(): ViewModelProperty[];
997
+ getViewModelName(): string;
997
998
  }
998
999
 
999
1000
  export declare class ViewModel {
Binary file