@player-ui/beacon-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.
|
@@ -7152,8 +7152,8 @@ var BeaconPlugin = function() {
|
|
|
7152
7152
|
]);
|
|
7153
7153
|
return DefaultViewPlugin;
|
|
7154
7154
|
}();
|
|
7155
|
-
var PLAYER_VERSION = "__VERSION__";
|
|
7156
|
-
var COMMIT = "__GIT_COMMIT__";
|
|
7155
|
+
var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
|
|
7156
|
+
var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
|
|
7157
7157
|
var _Player = /*#__PURE__*/ function() {
|
|
7158
7158
|
function _Player2(config) {
|
|
7159
7159
|
var _this = this;
|