@mtgame/core 0.0.27 → 0.0.29
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 +2 -2
- 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/esm2015/models/volleyball-game-statistic.js +2 -2
- package/esm5/localization/volleyball-game-log-types.js +2 -2
- package/esm5/models/volleyball-game-statistic.js +2 -2
- package/fesm2015/mtgame-core.js +2 -2
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +2 -2
- package/fesm5/mtgame-core.js.map +1 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -5922,7 +5922,7 @@
|
|
|
5922
5922
|
excellent_serve_receives: 'excellentServeReceives',
|
|
5923
5923
|
points: 'points',
|
|
5924
5924
|
faults: 'faults',
|
|
5925
|
-
|
|
5925
|
+
yellow_cards: 'yellowCards',
|
|
5926
5926
|
}
|
|
5927
5927
|
})
|
|
5928
5928
|
], VolleyballGameStatistic);
|
|
@@ -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 () {
|