@player-ui/stage-revert-data-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.
@@ -7068,8 +7068,8 @@ var StageRevertDataPlugin = function() {
7068
7068
  ]);
7069
7069
  return DefaultViewPlugin;
7070
7070
  }();
7071
- var PLAYER_VERSION = "__VERSION__";
7072
- var COMMIT = "__GIT_COMMIT__";
7071
+ var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
7072
+ var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
7073
7073
  var _Player = /*#__PURE__*/ function() {
7074
7074
  function _Player2(config) {
7075
7075
  var _this = this;