@player-ui/markdown-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.
@@ -11400,8 +11400,8 @@ var MarkdownPlugin = function() {
11400
11400
  ]);
11401
11401
  return DefaultViewPlugin;
11402
11402
  }();
11403
- var PLAYER_VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "__VERSION__";
11404
- var COMMIT = typeof __GIT_COMMIT__ !== "undefined" ? __GIT_COMMIT__ : "__GIT_COMMIT__";
11403
+ var PLAYER_VERSION = true ? "0.12.0--canary.642.22872" : "__VERSION__";
11404
+ var COMMIT = true ? "bcaf7bef6960bca2b21ead352496dacc9aff8c9b" : "__GIT_COMMIT__";
11405
11405
  var _Player = /*#__PURE__*/ function() {
11406
11406
  function _Player2(config) {
11407
11407
  var _this = this;