@player-ui/check-path-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.
|
@@ -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
|
|
7868
|
-
var COMMIT = true ? "
|
|
7868
|
+
var PLAYER_VERSION = true ? "1.0.0-next.0" : "unknown";
|
|
7869
|
+
var COMMIT = true ? "c96e8100e497921f7fb1f1505c529ba3015737b3" : "unknown";
|
|
7869
7870
|
var _Player = /*#__PURE__*/ function() {
|
|
7870
7871
|
function _Player2(config) {
|
|
7871
7872
|
var _this = this;
|