@player-ui/beacon-plugin 1.0.0--canary.865.36694 → 1.0.0-next.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.
@@ -6498,7 +6498,8 @@ var BeaconPlugin = function() {
6498
6498
  SCHEMA: "schema",
6499
6499
  NETWORK: "network",
6500
6500
  PLUGIN: "plugin",
6501
- RENDER: "render"
6501
+ RENDER: "render",
6502
+ EXTERNAL_STATE: "externalState"
6502
6503
  };
6503
6504
  var SEVERITY_SET = new Set(Object.values(ErrorSeverity));
6504
6505
  var isErrorWithMetadata = function(error) {
@@ -7911,8 +7912,8 @@ var BeaconPlugin = function() {
7911
7912
  ref: Symbol("not-started"),
7912
7913
  status: "not-started"
7913
7914
  };
7914
- var PLAYER_VERSION = true ? "1.0.0--canary.865.36694" : "unknown";
7915
- var COMMIT = true ? "2fdb374207fd3782c786733301343db28c43ca46" : "unknown";
7915
+ var PLAYER_VERSION = true ? "1.0.0-next.0" : "unknown";
7916
+ var COMMIT = true ? "c96e8100e497921f7fb1f1505c529ba3015737b3" : "unknown";
7916
7917
  var _Player = /*#__PURE__*/ function() {
7917
7918
  function _Player2(config) {
7918
7919
  var _this = this;