video-react-new 0.20.0 → 0.21.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/video-react-new.cjs.js +0 -3
- package/dist/video-react-new.cjs.js.map +1 -1
- package/dist/video-react-new.es.js +0 -3
- package/dist/video-react-new.es.js.map +1 -1
- package/dist/video-react-new.full.js +0 -3
- package/dist/video-react-new.full.js.map +1 -1
- package/dist/video-react-new.full.min.js +1 -1
- package/dist/video-react-new.full.min.js.map +1 -1
- package/dist/video-react-new.js +0 -3
- package/dist/video-react-new.js.map +1 -1
- package/dist/video-react-new.min.js +1 -1
- package/dist/video-react-new.min.js.map +1 -1
- package/lib/components/Player.js +0 -3
- package/package.json +1 -1
package/lib/components/Player.js
CHANGED
|
@@ -520,9 +520,6 @@ function (_Component) {
|
|
|
520
520
|
}(_react.Component);
|
|
521
521
|
|
|
522
522
|
exports["default"] = Player;
|
|
523
|
-
Player.contextTypes = {
|
|
524
|
-
store: _propTypes["default"].object
|
|
525
|
-
};
|
|
526
523
|
Player.propTypes = propTypes;
|
|
527
524
|
Player.defaultProps = defaultProps;
|
|
528
525
|
Player.displayName = 'Player';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "video-react-new",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"description": "video-react-new is a web video player built from the ground up for an HTML5 world using React library.",
|
|
5
5
|
"main": "dist/video-react-new.cjs.js",
|
|
6
6
|
"module": "dist/video-react-new.es.js",
|