@player-ui/player 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.
@@ -6926,7 +6926,8 @@ var Player = function() {
6926
6926
  SCHEMA: "schema",
6927
6927
  NETWORK: "network",
6928
6928
  PLUGIN: "plugin",
6929
- RENDER: "render"
6929
+ RENDER: "render",
6930
+ EXTERNAL_STATE: "externalState"
6930
6931
  };
6931
6932
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/controllers/error/utils/isErrorWithMetadata.ts
6932
6933
  var SEVERITY_SET = new Set(Object.values(ErrorSeverity));
@@ -8494,8 +8495,8 @@ var Player = function() {
8494
8495
  status: "not-started"
8495
8496
  };
8496
8497
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
8497
- var PLAYER_VERSION = true ? "1.0.0--canary.865.36694" : "unknown";
8498
- var COMMIT = true ? "2fdb374207fd3782c786733301343db28c43ca46" : "unknown";
8498
+ var PLAYER_VERSION = true ? "1.0.0" : "unknown";
8499
+ var COMMIT = true ? "f3a2ef9c4b1012ef930a648592c440f53d58e77e" : "unknown";
8499
8500
  var _Player = /*#__PURE__*/ function() {
8500
8501
  function _Player(config) {
8501
8502
  var _this = this;