@player-ui/metrics-plugin 0.11.0-next.4 → 0.11.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.
|
@@ -7164,8 +7164,8 @@ var MetricsPlugin = function() {
|
|
|
7164
7164
|
]);
|
|
7165
7165
|
return DefaultViewPlugin;
|
|
7166
7166
|
}();
|
|
7167
|
-
var PLAYER_VERSION = "__VERSION__";
|
|
7168
|
-
var COMMIT = "__GIT_COMMIT__";
|
|
7167
|
+
var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
|
|
7168
|
+
var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
|
|
7169
7169
|
var _Player = /*#__PURE__*/ function() {
|
|
7170
7170
|
function _Player2(config) {
|
|
7171
7171
|
var _this = this;
|