@clickview/player 1.2.1-rc.0 → 1.2.2-dev.0
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/en.json +1 -1
- package/dist/interactive-player.css +33 -29
- package/dist/interactive-player.js +2 -124
- package/dist/interactive-player.js.LICENSE.txt +113 -0
- package/dist/player.css +10 -8
- package/dist/player.js +2 -31
- package/dist/player.js.LICENSE.txt +15 -0
- package/package.json +6 -4
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Programatically add the following
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/*! @name @videojs/http-streaming @version 2.4.2 @license Apache-2.0 */
|
|
6
|
+
|
|
7
|
+
/*! @name @videojs/vhs-utils @version 2.3.0 @license MIT */
|
|
8
|
+
|
|
9
|
+
/*! @name aes-decrypter @version 3.1.0 @license Apache-2.0 */
|
|
10
|
+
|
|
11
|
+
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
|
|
12
|
+
|
|
13
|
+
/*! @name videojs-contrib-quality-levels @version 2.0.9 @license Apache-2.0 */
|
|
14
|
+
|
|
15
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/player",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2-dev.0",
|
|
4
4
|
"description": "ClickView Player",
|
|
5
5
|
"main": "dist/player-app.js",
|
|
6
6
|
"scripts": {
|
|
@@ -28,7 +28,9 @@
|
|
|
28
28
|
"@babel/core": "7.11.6",
|
|
29
29
|
"@clickview/eslint-config": "1.0.1",
|
|
30
30
|
"@clickview/player-font": "0.0.12",
|
|
31
|
-
"@storybook/
|
|
31
|
+
"@storybook/builder-webpack5": "6.4.22",
|
|
32
|
+
"@storybook/manager-webpack5": "6.4.22",
|
|
33
|
+
"@storybook/react": "6.4.22",
|
|
32
34
|
"@types/chromecast-caf-sender": "1.0.3",
|
|
33
35
|
"@types/cropperjs": "1.3.0",
|
|
34
36
|
"@types/draft-js": "0.10.44",
|
|
@@ -38,10 +40,10 @@
|
|
|
38
40
|
"@types/video.js": "7.3.11",
|
|
39
41
|
"jest": "26.1.0",
|
|
40
42
|
"ts-jest": "26.1.4",
|
|
41
|
-
"webpack-dev-server": "
|
|
43
|
+
"webpack-dev-server": "4.8.1"
|
|
42
44
|
},
|
|
43
45
|
"dependencies": {
|
|
44
|
-
"@clickview/styles": "1.
|
|
46
|
+
"@clickview/styles": "1.8.1-rc.1",
|
|
45
47
|
"@microsoft/signalr": "5.0.2",
|
|
46
48
|
"cropperjs": "1.5.6",
|
|
47
49
|
"draft-convert": "2.1.10",
|