@player-ui/async-node-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.
|
@@ -7275,8 +7275,8 @@ var AsyncNodePlugin = function() {
|
|
|
7275
7275
|
]);
|
|
7276
7276
|
return DefaultViewPlugin;
|
|
7277
7277
|
}();
|
|
7278
|
-
var PLAYER_VERSION = "__VERSION__";
|
|
7279
|
-
var COMMIT = "__GIT_COMMIT__";
|
|
7278
|
+
var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
|
|
7279
|
+
var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
|
|
7280
7280
|
var _Player = /*#__PURE__*/ function() {
|
|
7281
7281
|
function _Player2(config) {
|
|
7282
7282
|
var _this = this;
|