@player-ui/reference-assets-plugin 0.11.0 → 0.12.0--canary.642.22872

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.
@@ -7490,8 +7490,8 @@ var ReferenceAssetsPlugin = function() {
7490
7490
  ]);
7491
7491
  return DefaultViewPlugin;
7492
7492
  }();
7493
- var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
7494
- var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
7493
+ var PLAYER_VERSION = true ? "0.12.0--canary.642.22872" : "__VERSION__";
7494
+ var COMMIT = true ? "bcaf7bef6960bca2b21ead352496dacc9aff8c9b" : "__GIT_COMMIT__";
7495
7495
  var _Player = /*#__PURE__*/ function() {
7496
7496
  function _Player2(config) {
7497
7497
  var _this = this;