cueplayer-react
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -0,1 +1,6 @@ | ||
<a name="0.3.7"></a> | ||
## [0.3.7](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.7) (2021-06-11) | ||
<a name="0.3.6"></a> | ||
@@ -2,0 +7,0 @@ ## [0.3.6](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.6) (2021-06-03) |
@@ -169,2 +169,3 @@ "use strict"; | ||
value: function render() { | ||
console.log('props: ', this.props); | ||
var _this$props2 = this.props, | ||
@@ -171,0 +172,0 @@ autoHide = _this$props2.autoHide, |
@@ -35,7 +35,7 @@ "use strict"; | ||
function HLSSource(props) { | ||
function HLSSource(props, context) { | ||
var _this; | ||
(0, _classCallCheck2["default"])(this, HLSSource); | ||
_this = _super.call(this, props); | ||
_this = _super.call(this, props, context); | ||
_this.hls = new _hls["default"](); | ||
@@ -42,0 +42,0 @@ return _this; |
@@ -52,4 +52,2 @@ "use strict"; | ||
var _CueBar = _interopRequireDefault(require("./cue-bar/CueBar")); | ||
var browser = _interopRequireWildcard(require("../utils/browser")); | ||
@@ -224,5 +222,2 @@ | ||
order: 5.0 | ||
}), /*#__PURE__*/_react["default"].createElement(_CueBar["default"], { | ||
key: "cue-bar", | ||
order: 6.0 | ||
}), /*#__PURE__*/_react["default"].createElement(_Shortcut["default"], { | ||
@@ -229,0 +224,0 @@ key: "shortcut", |
@@ -142,8 +142,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "CueBar", { | ||
enumerable: true, | ||
get: function get() { | ||
return _CueBar["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "RemainingTimeDisplay", { | ||
@@ -255,4 +249,2 @@ enumerable: true, | ||
var _CueBar = _interopRequireDefault(require("./components/cue-bar/CueBar")); | ||
var _RemainingTimeDisplay = _interopRequireDefault(require("./components/time-controls/RemainingTimeDisplay")); | ||
@@ -259,0 +251,0 @@ |
{ | ||
"name": "cueplayer-react", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "cueplayer-react is a web video player built from the ground up for an HTML5 world using React library.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3117581
99
28029