wg-video-player 1.0.0-beta.100 → 1.0.0-beta.101

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.100",
4
+ "version": "1.0.0-beta.101",
5
5
  "author": "wg <wg@wisdomgarden.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -10,6 +10,7 @@ declare interface WgVideoPlayerProps {
10
10
  seekWarning?: string
11
11
  lastPlayed?: number
12
12
  isSimpleControls?: boolean
13
+ isMultiAudio?: boolean
13
14
  enablePlayRate?: boolean
14
15
  plugins: Record<string, any>
15
16
  copyrightNotice?: Record<string, string>