@player-ui/common-expressions-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.
@@ -7182,8 +7182,8 @@ var CommonExpressionsPlugin = function() {
7182
7182
  ]);
7183
7183
  return DefaultViewPlugin;
7184
7184
  }();
7185
- var PLAYER_VERSION = "__VERSION__";
7186
- var COMMIT = "__GIT_COMMIT__";
7185
+ var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
7186
+ var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
7187
7187
  var _Player = /*#__PURE__*/ function() {
7188
7188
  function _Player2(config) {
7189
7189
  var _this = this;