@rive-app/canvas-lite 2.29.0 → 2.29.2

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-lite",
3
- "version": "2.29.0",
3
+ "version": "2.29.2",
4
4
  "description": "A lite version of Rive's canvas based web api.",
5
5
  "main": "rive.js",
6
6
  "homepage": "https://rive.app",
package/rive.d.ts CHANGED
@@ -883,6 +883,7 @@ export declare class ViewModelInstanceList extends ViewModelInstanceValue {
883
883
  removeInstance(instance: ViewModelInstance): void;
884
884
  removeInstanceAt(index: number): void;
885
885
  instanceAt(index: number): ViewModelInstance | null;
886
+ swap(a: number, b: number): void;
886
887
  internalHandleCallback(callback: Function): void;
887
888
  }
888
889
  export declare class ViewModelInstanceColor extends ViewModelInstanceValue {