@player-ui/player 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.
@@ -6241,7 +6241,7 @@ var Player = function() {
6241
6241
  value: function set(match, value) {
6242
6242
  var matcher = (typeof match === "undefined" ? "undefined" : _type_of(match)) === "object" ? createObjectMatcher(match) : createBasicMatcher(match);
6243
6243
  var existingIndex = this.store.findIndex(function(entry) {
6244
- return entry.matcher(match) && matcher(entry.key);
6244
+ return entry.matcher.count === matcher.count && entry.matcher(match) && matcher(entry.key);
6245
6245
  });
6246
6246
  if (existingIndex !== -1) {
6247
6247
  var _this_logger_debug, _this_logger;
@@ -8505,8 +8505,8 @@ var Player = function() {
8505
8505
  status: "not-started"
8506
8506
  };
8507
8507
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
8508
- var PLAYER_VERSION = true ? "1.1.0-next.5" : "unknown";
8509
- var COMMIT = true ? "ea847f93628d716aba4e15caca69bd0ffd038a89" : "unknown";
8508
+ var PLAYER_VERSION = true ? "1.1.0" : "unknown";
8509
+ var COMMIT = true ? "c938fcbdebeef8a3e04cd2b84014cfc82bf33591" : "unknown";
8510
8510
  var _Player = /*#__PURE__*/ function() {
8511
8511
  function _Player(config) {
8512
8512
  var _this = this;