@byomakase/omakase-player 0.2.0 → 0.2.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.
@@ -52,6 +52,7 @@ export declare abstract class VideoController implements VideoApi {
52
52
  */
53
53
  protected readonly videoFrameCallback$: BehaviorSubject<VideoFrameCallbackData>;
54
54
  protected videoEventBreaker$: Subject<void>;
55
+ protected onDestroy$: Subject<void>;
55
56
  /***
56
57
  * Cancels previous unfinished seek operation if new seek is requested
57
58
  * @protected
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byomakase/omakase-player",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "## Omakase Player - Open source JavaScript framework for building frame accurate video experiences",
5
5
  "author": "ByOmakase",
6
6
  "homepage": "https://player.byomakase.org",