@clickview/player 1.30.0-rc.0 → 1.30.0-rc.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.
|
@@ -13,14 +13,42 @@
|
|
|
13
13
|
* Date: 2023-08-28T13:37Z
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
|
-
/*! @name @videojs/http-streaming @version 2.
|
|
16
|
+
/*! @name @videojs/http-streaming @version 2.16.3 @license Apache-2.0 */
|
|
17
17
|
|
|
18
|
-
/*! @name
|
|
18
|
+
/*! @name @videojs/http-streaming @version 3.16.0 @license Apache-2.0 */
|
|
19
19
|
|
|
20
|
-
/*! @name
|
|
20
|
+
/*! @name aes-decrypter @version 3.1.3 @license Apache-2.0 */
|
|
21
|
+
|
|
22
|
+
/*! @name aes-decrypter @version 4.0.2 @license Apache-2.0 */
|
|
23
|
+
|
|
24
|
+
/*! @name m3u8-parser @version 4.8.0 @license Apache-2.0 */
|
|
25
|
+
|
|
26
|
+
/*! @name m3u8-parser @version 7.2.0 @license Apache-2.0 */
|
|
21
27
|
|
|
22
28
|
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
|
|
23
29
|
|
|
24
30
|
/*! @name videojs-contrib-quality-levels @version 2.0.9 @license Apache-2.0 */
|
|
25
31
|
|
|
32
|
+
/*! @name videojs-contrib-quality-levels @version 4.1.0 @license Apache-2.0 */
|
|
33
|
+
|
|
26
34
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @license
|
|
38
|
+
* Video.js 7.21.6 <http://videojs.com/>
|
|
39
|
+
* Copyright Brightcove, Inc. <https://www.brightcove.com/>
|
|
40
|
+
* Available under Apache License Version 2.0
|
|
41
|
+
* <https://github.com/videojs/video.js/blob/main/LICENSE>
|
|
42
|
+
*
|
|
43
|
+
* Includes vtt.js <https://github.com/mozilla/vtt.js>
|
|
44
|
+
* Available under Apache License Version 2.0
|
|
45
|
+
* <https://github.com/mozilla/vtt.js/blob/main/LICENSE>
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @license
|
|
50
|
+
* slighly modified parse-headers 2.0.2 <https://github.com/kesla/parse-headers/>
|
|
51
|
+
* Copyright (c) 2014 David Björklund
|
|
52
|
+
* Available under the MIT license
|
|
53
|
+
* <https://github.com/kesla/parse-headers/blob/master/LICENCE>
|
|
54
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/player",
|
|
3
|
-
"version": "1.30.0-rc.
|
|
3
|
+
"version": "1.30.0-rc.2",
|
|
4
4
|
"description": "ClickView Player",
|
|
5
5
|
"main": "dist/player-app.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"author": "Matt Trengrove, Cameron Hill, Shale Kuzmanovski",
|
|
25
25
|
"license": "ISC",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@clickview/player-font": "0.0.16
|
|
27
|
+
"@clickview/player-font": "0.0.16",
|
|
28
28
|
"@storybook/builder-webpack5": "7.4.0",
|
|
29
29
|
"@storybook/manager-webpack5": "6.5.16",
|
|
30
30
|
"@storybook/react": "7.4.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/react-draft-wysiwyg": "1.13.1",
|
|
36
36
|
"@types/signalr-no-jquery": "0.1.3",
|
|
37
37
|
"@types/simplebar": "5.1.1",
|
|
38
|
-
"@types/video.js": "7.3.
|
|
38
|
+
"@types/video.js": "7.3.58",
|
|
39
39
|
"jest": "29.6.4",
|
|
40
40
|
"ts-jest": "29.1.1",
|
|
41
41
|
"webpack-dev-server": "4.8.1"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"signalr-no-jquery": "0.2.0",
|
|
56
56
|
"simplebar": "5.3.0",
|
|
57
57
|
"simplebar-react": "2.3.0",
|
|
58
|
-
"video.js": "
|
|
58
|
+
"video.js": "8.20.0",
|
|
59
59
|
"videojs-contrib-quality-levels": "2.0.9"
|
|
60
60
|
},
|
|
61
61
|
"babel": {
|