@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.
@@ -4413,7 +4413,8 @@ var ErrorTypes = {
4413
4413
  SCHEMA: "schema",
4414
4414
  NETWORK: "network",
4415
4415
  PLUGIN: "plugin",
4416
- RENDER: "render"
4416
+ RENDER: "render",
4417
+ EXTERNAL_STATE: "externalState"
4417
4418
  };
4418
4419
 
4419
4420
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/controllers/error/utils/isErrorWithMetadata.ts
@@ -5824,8 +5825,8 @@ var NOT_STARTED_STATE = {
5824
5825
  };
5825
5826
 
5826
5827
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
5827
- var PLAYER_VERSION = true ? "1.0.0--canary.865.36694" : "unknown";
5828
- var COMMIT = true ? "2fdb374207fd3782c786733301343db28c43ca46" : "unknown";
5828
+ var PLAYER_VERSION = true ? "1.0.0" : "unknown";
5829
+ var COMMIT = true ? "f3a2ef9c4b1012ef930a648592c440f53d58e77e" : "unknown";
5829
5830
  var _Player = class _Player {
5830
5831
  constructor(config) {
5831
5832
  this.logger = new TapableLogger();