@mtgame/core 0.1.155 → 0.1.157

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.
@@ -12584,7 +12584,7 @@
12584
12584
  _a$d[exports.HockeyGameLogTypes.timeout] = 'Таймаут',
12585
12585
  _a$d[exports.HockeyGameLogTypes.penalty_start] = 'Начало штрафного времени',
12586
12586
  _a$d[exports.HockeyGameLogTypes.penalty_end] = 'Конец штрафного времени',
12587
- _a$d[exports.HockeyGameLogTypes.steal] = 'Перехват',
12587
+ _a$d[exports.HockeyGameLogTypes.steal] = 'Отбор',
12588
12588
  _a$d[exports.HockeyGameLogTypes.loss] = 'Потеря',
12589
12589
  _a$d[exports.HockeyGameLogTypes.sharp_pass] = 'Острая передача',
12590
12590
  _a$d);
@@ -13193,7 +13193,7 @@
13193
13193
  });
13194
13194
  });
13195
13195
  }
13196
- return this.initializeEngineSubject;
13196
+ return this.initializeEngineSubject.pipe(operators.filter(function (item) { return Boolean(item); }), operators.take(1));
13197
13197
  };
13198
13198
  CentrifugoService.prototype.publish = function (channel, message) {
13199
13199
  var _this = this;