@rive-app/canvas-single 2.24.1 → 2.25.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rive-app/canvas-single",
3
- "version": "2.24.1",
3
+ "version": "2.25.1",
4
4
  "description": "Rive's high-level canvas based web api all in one js file.",
5
5
  "main": "rive.js",
6
6
  "homepage": "https://rive.app",
package/rive.d.ts CHANGED
@@ -366,6 +366,7 @@ export declare class Rive {
366
366
  private _artboardHeight;
367
367
  private _devicePixelRatioUsed;
368
368
  private _hasZeroSize;
369
+ private _audioEventListener;
369
370
  durations: number[];
370
371
  frameTimes: number[];
371
372
  frameCount: number;