@player-ui/check-path-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.
@@ -7103,8 +7103,8 @@ var CheckPathPlugin = function() {
7103
7103
  ]);
7104
7104
  return DefaultViewPlugin;
7105
7105
  }();
7106
- var PLAYER_VERSION = "__VERSION__";
7107
- var COMMIT = "__GIT_COMMIT__";
7106
+ var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
7107
+ var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
7108
7108
  var _Player = /*#__PURE__*/ function() {
7109
7109
  function _Player2(config) {
7110
7110
  var _this = this;