@player-ui/markdown-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.
|
@@ -10782,7 +10782,8 @@ var MarkdownPlugin = function() {
|
|
|
10782
10782
|
SCHEMA: "schema",
|
|
10783
10783
|
NETWORK: "network",
|
|
10784
10784
|
PLUGIN: "plugin",
|
|
10785
|
-
RENDER: "render"
|
|
10785
|
+
RENDER: "render",
|
|
10786
|
+
EXTERNAL_STATE: "externalState"
|
|
10786
10787
|
};
|
|
10787
10788
|
var SEVERITY_SET = new Set(Object.values(ErrorSeverity));
|
|
10788
10789
|
var isErrorWithMetadata = function(error) {
|
|
@@ -12195,8 +12196,8 @@ var MarkdownPlugin = function() {
|
|
|
12195
12196
|
ref: Symbol("not-started"),
|
|
12196
12197
|
status: "not-started"
|
|
12197
12198
|
};
|
|
12198
|
-
var PLAYER_VERSION = true ? "1.0.0
|
|
12199
|
-
var COMMIT = true ? "
|
|
12199
|
+
var PLAYER_VERSION = true ? "1.0.0" : "unknown";
|
|
12200
|
+
var COMMIT = true ? "f3a2ef9c4b1012ef930a648592c440f53d58e77e" : "unknown";
|
|
12200
12201
|
var _Player = /*#__PURE__*/ function() {
|
|
12201
12202
|
function _Player2(config) {
|
|
12202
12203
|
var _this = this;
|