@rive-app/webgl 2.28.0 → 2.28.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/rive.wasm CHANGED
Binary file
@@ -928,6 +928,7 @@ export declare class ViewModelInstanceList extends ViewModelInstanceValue {
928
928
  removeInstance(vmi: ViewModelInstance): void;
929
929
  removeInstanceAt(index: number): void;
930
930
  instanceAt(index: number): ViewModelInstance;
931
+ swap(a: number, b: number): ViewModelInstance;
931
932
  }
932
933
  export declare class ViewModelInstanceAssetImage extends ViewModelInstanceValue {
933
934
  value(image: ImageInternal):void;
Binary file