wg-video-player 1.0.0-beta.97 → 1.0.0-beta.98

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,7 +1,7 @@
1
1
  {
2
2
  "name": "wg-video-player",
3
3
  "description": "A video player for private",
4
- "version": "1.0.0-beta.97",
4
+ "version": "1.0.0-beta.98",
5
5
  "author": "wg <wg@wisdomgarden.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -12,6 +12,7 @@ declare interface WgVideoPlayerProps {
12
12
  isSimpleControls?: boolean
13
13
  enablePlayRate?: boolean
14
14
  plugins: Record<string, any>
15
+ copyrightNotice?: Record<string, string>
15
16
  }
16
17
 
17
18
  export type ListenerName = 'playerReady' | 'error'