@player-ui/async-node-plugin 0.11.0-next.4 → 0.11.1--canary.650.22896

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.
@@ -7275,8 +7275,8 @@ var AsyncNodePlugin = function() {
7275
7275
  ]);
7276
7276
  return DefaultViewPlugin;
7277
7277
  }();
7278
- var PLAYER_VERSION = "__VERSION__";
7279
- var COMMIT = "__GIT_COMMIT__";
7278
+ var PLAYER_VERSION = true ? "0.11.1--canary.650.22896" : "__VERSION__";
7279
+ var COMMIT = true ? "204c5b2f8addfd7aa22b508e36a302c3d23a230e" : "__GIT_COMMIT__";
7280
7280
  var _Player = /*#__PURE__*/ function() {
7281
7281
  function _Player2(config) {
7282
7282
  var _this = this;