@clickview/player 1.25.0 → 1.26.0-rc.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 -0
- package/dist/interactive-player.css +92 -0
- package/dist/interactive-player.js +2 -0
- package/dist/interactive-player.js.LICENSE.txt +153 -0
- package/dist/player.css +49 -0
- package/dist/player.js +2 -0
- package/dist/player.js.LICENSE.txt +26 -0
- package/package.json +3 -4
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Programatically add the following
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/*!
|
|
6
|
+
* jQuery JavaScript Library v3.7.1
|
|
7
|
+
* https://jquery.com/
|
|
8
|
+
*
|
|
9
|
+
* Copyright OpenJS Foundation and other contributors
|
|
10
|
+
* Released under the MIT license
|
|
11
|
+
* https://jquery.org/license
|
|
12
|
+
*
|
|
13
|
+
* Date: 2023-08-28T13:37Z
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/*! @name @videojs/http-streaming @version 2.8.2 @license Apache-2.0 */
|
|
17
|
+
|
|
18
|
+
/*! @name aes-decrypter @version 3.1.2 @license Apache-2.0 */
|
|
19
|
+
|
|
20
|
+
/*! @name m3u8-parser @version 4.7.0 @license Apache-2.0 */
|
|
21
|
+
|
|
22
|
+
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
|
|
23
|
+
|
|
24
|
+
/*! @name videojs-contrib-quality-levels @version 2.0.9 @license Apache-2.0 */
|
|
25
|
+
|
|
26
|
+
/*! 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.
|
|
3
|
+
"version": "1.26.0-rc.0",
|
|
4
4
|
"description": "ClickView Player",
|
|
5
5
|
"main": "dist/player-app.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"author": "Matt Trengrove, Cameron Hill, Shale Kuzmanovski",
|
|
25
25
|
"license": "ISC",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babel/core": "7.11.6",
|
|
28
27
|
"@clickview/player-font": "0.0.15",
|
|
29
28
|
"@storybook/builder-webpack5": "7.4.0",
|
|
30
29
|
"@storybook/manager-webpack5": "6.5.16",
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
"webpack-dev-server": "4.8.1"
|
|
43
42
|
},
|
|
44
43
|
"dependencies": {
|
|
45
|
-
"@
|
|
44
|
+
"@microsoft/signalr": "5.0.2",
|
|
46
45
|
"@types/react-canvas-draw": "1.2.1",
|
|
47
46
|
"cropperjs": "1.5.6",
|
|
48
47
|
"draft-convert": "2.1.10",
|
|
@@ -70,4 +69,4 @@
|
|
|
70
69
|
]
|
|
71
70
|
]
|
|
72
71
|
}
|
|
73
|
-
}
|
|
72
|
+
}
|