@mtgame/core 0.0.27 → 0.0.28
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.
- package/bundles/mtgame-core.umd.js +1 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/bundles/mtgame-core.umd.min.js +1 -1
- package/bundles/mtgame-core.umd.min.js.map +1 -1
- package/esm2015/localization/volleyball-game-log-types.js +2 -2
- package/esm5/localization/volleyball-game-log-types.js +2 -2
- package/fesm2015/mtgame-core.js +1 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +1 -1
- package/fesm5/mtgame-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -6263,7 +6263,7 @@
|
|
|
6263
6263
|
_a$6[exports.VolleyballGameLogType.point] = 'Очко',
|
|
6264
6264
|
_a$6[exports.VolleyballGameLogType.fault] = 'Ошибка',
|
|
6265
6265
|
_a$6[exports.VolleyballGameLogType.timeout] = 'Таймаут',
|
|
6266
|
-
_a$6[exports.VolleyballGameLogType.yellow_card] = '
|
|
6266
|
+
_a$6[exports.VolleyballGameLogType.yellow_card] = 'Предупреждение',
|
|
6267
6267
|
_a$6);
|
|
6268
6268
|
|
|
6269
6269
|
var CentrifugoService = /** @class */ (function () {
|