@player-ui/check-path-plugin 1.0.0--canary.865.36694 → 1.0.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.
@@ -6451,7 +6451,8 @@ var CheckPathPlugin = function() {
6451
6451
  SCHEMA: "schema",
6452
6452
  NETWORK: "network",
6453
6453
  PLUGIN: "plugin",
6454
- RENDER: "render"
6454
+ RENDER: "render",
6455
+ EXTERNAL_STATE: "externalState"
6455
6456
  };
6456
6457
  var SEVERITY_SET = new Set(Object.values(ErrorSeverity));
6457
6458
  var isErrorWithMetadata = function(error) {
@@ -7864,8 +7865,8 @@ var CheckPathPlugin = function() {
7864
7865
  ref: Symbol("not-started"),
7865
7866
  status: "not-started"
7866
7867
  };
7867
- var PLAYER_VERSION = true ? "1.0.0--canary.865.36694" : "unknown";
7868
- var COMMIT = true ? "2fdb374207fd3782c786733301343db28c43ca46" : "unknown";
7868
+ var PLAYER_VERSION = true ? "1.0.0" : "unknown";
7869
+ var COMMIT = true ? "f3a2ef9c4b1012ef930a648592c440f53d58e77e" : "unknown";
7869
7870
  var _Player = /*#__PURE__*/ function() {
7870
7871
  function _Player2(config) {
7871
7872
  var _this = this;