@mtgame/core 1.0.3 → 1.0.5
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 +4 -3
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/waterpolo-game-log-types.js +4 -4
- package/esm2015/models/league.js +2 -1
- package/fesm2015/mtgame-core.js +4 -3
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/league.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1623,6 +1623,7 @@
|
|
|
1623
1623
|
cover: 'cover',
|
|
1624
1624
|
cover_mobile: 'coverMobile',
|
|
1625
1625
|
about: 'about',
|
|
1626
|
+
locale: 'locale',
|
|
1626
1627
|
},
|
|
1627
1628
|
relation: {
|
|
1628
1629
|
organization: exports.Organization,
|
|
@@ -14674,9 +14675,9 @@
|
|
|
14674
14675
|
_c$b[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Penalty goal',
|
|
14675
14676
|
_c$b[exports.WaterpoloGameLogTypes.assist] = 'Assist',
|
|
14676
14677
|
_c$b[exports.WaterpoloGameLogTypes.block_shot] = 'Blocking a throw',
|
|
14677
|
-
_c$b[exports.WaterpoloGameLogTypes.minor_penalty] = '
|
|
14678
|
-
_c$b[exports.WaterpoloGameLogTypes.major_penalty] = '
|
|
14679
|
-
_c$b[exports.WaterpoloGameLogTypes.match_penalty] = '
|
|
14678
|
+
_c$b[exports.WaterpoloGameLogTypes.minor_penalty] = 'Exclusion for 20 sec.',
|
|
14679
|
+
_c$b[exports.WaterpoloGameLogTypes.major_penalty] = 'Exclusion with substitution 20 sec.',
|
|
14680
|
+
_c$b[exports.WaterpoloGameLogTypes.match_penalty] = 'Exclusion with substitution after 4 min.',
|
|
14680
14681
|
_c$b[exports.WaterpoloGameLogTypes.foul] = 'Foul',
|
|
14681
14682
|
_c$b[exports.WaterpoloGameLogTypes.penalty_foul] = 'Penalty foul',
|
|
14682
14683
|
_c$b[exports.WaterpoloGameLogTypes.attack_foul] = 'Attack foul',
|