@player-ui/markdown-plugin 1.1.0-next.5 → 1.1.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.
|
@@ -6917,7 +6917,7 @@ var MarkdownPlugin = function() {
|
|
|
6917
6917
|
value: function set(match, value) {
|
|
6918
6918
|
var matcher = (typeof match === "undefined" ? "undefined" : _type_of(match)) === "object" ? createObjectMatcher(match) : createBasicMatcher(match);
|
|
6919
6919
|
var existingIndex = this.store.findIndex(function(entry) {
|
|
6920
|
-
return entry.matcher(match) && matcher(entry.key);
|
|
6920
|
+
return entry.matcher.count === matcher.count && entry.matcher(match) && matcher(entry.key);
|
|
6921
6921
|
});
|
|
6922
6922
|
if (existingIndex !== -1) {
|
|
6923
6923
|
var _this_logger_debug, _this_logger;
|
|
@@ -12206,8 +12206,8 @@ var MarkdownPlugin = function() {
|
|
|
12206
12206
|
ref: Symbol("not-started"),
|
|
12207
12207
|
status: "not-started"
|
|
12208
12208
|
};
|
|
12209
|
-
var PLAYER_VERSION = true ? "1.1.0
|
|
12210
|
-
var COMMIT = true ? "
|
|
12209
|
+
var PLAYER_VERSION = true ? "1.1.0" : "unknown";
|
|
12210
|
+
var COMMIT = true ? "c938fcbdebeef8a3e04cd2b84014cfc82bf33591" : "unknown";
|
|
12211
12211
|
var _Player = /*#__PURE__*/ function() {
|
|
12212
12212
|
function _Player2(config) {
|
|
12213
12213
|
var _this = this;
|