@player-ui/player 0.11.0-next.4 → 0.11.0-next.5

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.
@@ -7688,8 +7688,8 @@ var Player = function() {
7688
7688
  return DefaultViewPlugin;
7689
7689
  }();
7690
7690
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
7691
- var PLAYER_VERSION = "__VERSION__";
7692
- var COMMIT = "__GIT_COMMIT__";
7691
+ var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
7692
+ var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
7693
7693
  var _Player = /*#__PURE__*/ function() {
7694
7694
  function _Player(config) {
7695
7695
  var _this = this;