@rive-app/webgl-advanced-single 2.32.1 → 2.33.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/webgl-advanced-single",
3
- "version": "2.32.1",
3
+ "version": "2.33.0",
4
4
  "description": "Rive's webgl low-level canvas based web api all in one js file.",
5
5
  "main": "webgl_advanced_single.mjs",
6
6
  "homepage": "https://rive.app",
@@ -576,6 +576,8 @@ export declare class Artboard {
576
576
  * @param instance - Renderer context to draw with
577
577
  */
578
578
  bindViewModelInstance(instance: ViewModelInstance): void;
579
+
580
+ didChange(): boolean;
579
581
  }
580
582
 
581
583
  export declare class BindableArtboard {