@rive-app/webgl-advanced-single 2.31.1 → 2.31.3

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.31.1",
3
+ "version": "2.31.3",
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",
@@ -375,7 +375,7 @@ export declare class File {
375
375
  */
376
376
  enums(): DataEnum[];
377
377
 
378
- delete(): void;
378
+ unref(): void;
379
379
  }
380
380
 
381
381
  /**