@clickview/player 1.3.0-rc.0 → 1.3.1-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/.eslintrc.json +2 -2
- package/dist/en.json +1 -1
- package/dist/interactive-player.css +59 -130
- package/dist/interactive-player.js +1 -1
- package/dist/interactive-player.js.LICENSE.txt +52 -8
- package/dist/player.css +38 -72
- package/dist/player.js +1 -1
- package/dist/player.js.LICENSE.txt +3 -3
- package/jest.config.js +12 -12
- package/package.json +9 -10
- package/test/players/test-player.ts +31 -31
- package/test/setupTests.ts +7 -7
- package/test/utils/test-helpers.ts +21 -21
- package/typings/libs/cloneDeep.d.ts +5 -0
- package/typings/libs/draft-convert.d.ts +3 -3
- package/typings/libs/videojs-contrib-quality-levels.d.ts +28 -28
- package/typings/utils/globals.d.ts +1 -1
- package/typings/utils/imports.d.ts +12 -12
|
@@ -55,11 +55,11 @@ object-assign
|
|
|
55
55
|
* Date: 2019-05-01T21:04Z
|
|
56
56
|
*/
|
|
57
57
|
|
|
58
|
-
/*! @name @videojs/http-streaming @version 2.
|
|
58
|
+
/*! @name @videojs/http-streaming @version 2.8.2 @license Apache-2.0 */
|
|
59
59
|
|
|
60
|
-
/*! @name
|
|
60
|
+
/*! @name aes-decrypter @version 3.1.2 @license Apache-2.0 */
|
|
61
61
|
|
|
62
|
-
/*! @name
|
|
62
|
+
/*! @name m3u8-parser @version 4.7.0 @license Apache-2.0 */
|
|
63
63
|
|
|
64
64
|
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
|
|
65
65
|
|
|
@@ -67,8 +67,9 @@ object-assign
|
|
|
67
67
|
|
|
68
68
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
69
69
|
|
|
70
|
-
/**
|
|
71
|
-
*
|
|
70
|
+
/**
|
|
71
|
+
* @license React
|
|
72
|
+
* react-dom-server-legacy.browser.production.min.js
|
|
72
73
|
*
|
|
73
74
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
74
75
|
*
|
|
@@ -76,7 +77,8 @@ object-assign
|
|
|
76
77
|
* LICENSE file in the root directory of this source tree.
|
|
77
78
|
*/
|
|
78
79
|
|
|
79
|
-
/**
|
|
80
|
+
/**
|
|
81
|
+
* @license React
|
|
80
82
|
* react-dom-server.browser.production.min.js
|
|
81
83
|
*
|
|
82
84
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -85,7 +87,8 @@ object-assign
|
|
|
85
87
|
* LICENSE file in the root directory of this source tree.
|
|
86
88
|
*/
|
|
87
89
|
|
|
88
|
-
/**
|
|
90
|
+
/**
|
|
91
|
+
* @license React
|
|
89
92
|
* react-dom.production.min.js
|
|
90
93
|
*
|
|
91
94
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -94,7 +97,18 @@ object-assign
|
|
|
94
97
|
* LICENSE file in the root directory of this source tree.
|
|
95
98
|
*/
|
|
96
99
|
|
|
97
|
-
/**
|
|
100
|
+
/**
|
|
101
|
+
* @license React
|
|
102
|
+
* react-is.production.min.js
|
|
103
|
+
*
|
|
104
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
105
|
+
*
|
|
106
|
+
* This source code is licensed under the MIT license found in the
|
|
107
|
+
* LICENSE file in the root directory of this source tree.
|
|
108
|
+
*/
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @license React
|
|
98
112
|
* react.production.min.js
|
|
99
113
|
*
|
|
100
114
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -103,6 +117,36 @@ object-assign
|
|
|
103
117
|
* LICENSE file in the root directory of this source tree.
|
|
104
118
|
*/
|
|
105
119
|
|
|
120
|
+
/**
|
|
121
|
+
* @license React
|
|
122
|
+
* scheduler.production.min.js
|
|
123
|
+
*
|
|
124
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
125
|
+
*
|
|
126
|
+
* This source code is licensed under the MIT license found in the
|
|
127
|
+
* LICENSE file in the root directory of this source tree.
|
|
128
|
+
*/
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @license React
|
|
132
|
+
* use-sync-external-store-shim.production.min.js
|
|
133
|
+
*
|
|
134
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
135
|
+
*
|
|
136
|
+
* This source code is licensed under the MIT license found in the
|
|
137
|
+
* LICENSE file in the root directory of this source tree.
|
|
138
|
+
*/
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @license React
|
|
142
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
|
143
|
+
*
|
|
144
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
145
|
+
*
|
|
146
|
+
* This source code is licensed under the MIT license found in the
|
|
147
|
+
* LICENSE file in the root directory of this source tree.
|
|
148
|
+
*/
|
|
149
|
+
|
|
106
150
|
/** @license React v16.13.1
|
|
107
151
|
* react-is.production.min.js
|
|
108
152
|
*
|