@player-ui/async-node-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.
@@ -6520,7 +6520,8 @@ var AsyncNodePlugin = function() {
6520
6520
  SCHEMA: "schema",
6521
6521
  NETWORK: "network",
6522
6522
  PLUGIN: "plugin",
6523
- RENDER: "render"
6523
+ RENDER: "render",
6524
+ EXTERNAL_STATE: "externalState"
6524
6525
  };
6525
6526
  var SEVERITY_SET = new Set(Object.values(ErrorSeverity));
6526
6527
  var isErrorWithMetadata = function(error) {
@@ -8061,8 +8062,8 @@ var AsyncNodePlugin = function() {
8061
8062
  ref: Symbol("not-started"),
8062
8063
  status: "not-started"
8063
8064
  };
8064
- var PLAYER_VERSION = true ? "1.0.0--canary.865.36694" : "unknown";
8065
- var COMMIT = true ? "2fdb374207fd3782c786733301343db28c43ca46" : "unknown";
8065
+ var PLAYER_VERSION = true ? "1.0.0" : "unknown";
8066
+ var COMMIT = true ? "f3a2ef9c4b1012ef930a648592c440f53d58e77e" : "unknown";
8066
8067
  var _Player = /*#__PURE__*/ function() {
8067
8068
  function _Player2(config) {
8068
8069
  var _this = this;