@gcorevideo/player 2.22.8 → 2.22.10
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/dist/core.js +2 -2
- package/dist/index.css +733 -733
- package/dist/index.js +25 -5
- package/dist/plugins/index.css +1244 -1244
- package/dist/plugins/index.js +24 -3
- package/lib/Player.js +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.d.ts +2 -0
- package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.js +23 -3
- package/lib/types.d.ts +4 -3
- package/lib/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Player.ts +1 -1
- package/src/plugins/media-control/__tests__/MediaControl.test.ts +0 -3
- package/src/plugins/playback-rate/PlaybackRate.ts +30 -3
- package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +11 -7
- package/src/types.ts +4 -3
- package/tsconfig.tsbuildinfo +1 -1
package/dist/core.js
CHANGED
|
@@ -42760,7 +42760,7 @@ const DEFAULT_OPTIONS = {
|
|
|
42760
42760
|
debug: 'none',
|
|
42761
42761
|
loop: false,
|
|
42762
42762
|
mute: false,
|
|
42763
|
-
playbackType: 'vod',
|
|
42763
|
+
// playbackType: 'vod',
|
|
42764
42764
|
priorityTransport: 'dash',
|
|
42765
42765
|
sources: [],
|
|
42766
42766
|
strings: {},
|
|
@@ -43218,7 +43218,7 @@ class Player {
|
|
|
43218
43218
|
}
|
|
43219
43219
|
}
|
|
43220
43220
|
|
|
43221
|
-
var version$1 = "2.22.
|
|
43221
|
+
var version$1 = "2.22.10";
|
|
43222
43222
|
|
|
43223
43223
|
var packages = {
|
|
43224
43224
|
"node_modules/@clappr/core": {
|