softbuilders-react-video-player 1.1.55 → 1.1.56

Sign up to get free protection for your applications and to get access to all the features.
package/dist/types.d.ts CHANGED
@@ -22,6 +22,7 @@ export type SoftBuildersVideoPlayerOptions = {
22
22
  tracks?: SoftBuildersVideoPlayerTrack[];
23
23
  width?: number;
24
24
  height?: number;
25
+ childRef?: React.Ref<HTMLDivElement>;
25
26
  };
26
27
  export interface SoftBuildersVideoPlayerNote {
27
28
  time: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "softbuilders-react-video-player",
3
3
  "description": "Standalone video player component",
4
- "version": "1.1.55",
4
+ "version": "1.1.56",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [