@rive-app/webgl-advanced-single 2.33.2 → 2.34.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.33.2",
3
+ "version": "2.34.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",
@@ -972,6 +972,7 @@ export declare class ViewModelInstanceAssetImage extends ViewModelInstanceValue
972
972
  }
973
973
  export declare class ViewModelInstanceArtboard extends ViewModelInstanceValue {
974
974
  value(artboard: BindableArtboard | Artboard): void;
975
+ viewModelInstance(viewModelInstance: ViewModelInstance): void;
975
976
  }
976
977
 
977
978
  export declare class ViewModelInstance {