@mtgame/core 0.1.48 → 0.1.50
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 +3 -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/models/football-game-log.js +2 -1
- package/esm2015/models/rugby-statistic.js +2 -2
- package/esm2015/models/volleyball-game-log.js +2 -1
- package/esm5/models/football-game-log.js +2 -1
- package/esm5/models/rugby-statistic.js +2 -2
- package/esm5/models/volleyball-game-log.js +2 -1
- package/fesm2015/mtgame-core.js +3 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +3 -1
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/volleyball-game-log.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/mtgame-core.js
CHANGED
|
@@ -3837,6 +3837,7 @@ var FootballGameLog = /** @class */ (function (_super) {
|
|
|
3837
3837
|
FootballGameLogTypes.penalty_goal,
|
|
3838
3838
|
FootballGameLogTypes.small_penalty_goal,
|
|
3839
3839
|
FootballGameLogTypes.auto_goal,
|
|
3840
|
+
FootballGameLogTypes.end_game_penalty_goal,
|
|
3840
3841
|
].indexOf(this.logType) > -1;
|
|
3841
3842
|
};
|
|
3842
3843
|
FootballGameLog.prototype.isAfter = function (log) {
|
|
@@ -5257,7 +5258,7 @@ var RugbyStatistic = /** @class */ (function (_super) {
|
|
|
5257
5258
|
drop_goal_kicks: 'dropGoalKicks',
|
|
5258
5259
|
drop_goals: 'dropGoals',
|
|
5259
5260
|
drop_goal_misses: 'dropGoalMisses',
|
|
5260
|
-
drop_goals_percent: '
|
|
5261
|
+
drop_goals_percent: 'dropGoalsPercent',
|
|
5261
5262
|
free_kicks: 'freeKicks',
|
|
5262
5263
|
yellow_cards: 'yellowCards',
|
|
5263
5264
|
red_cards: 'redCards',
|
|
@@ -8916,6 +8917,7 @@ var VolleyballGameLog = /** @class */ (function (_super) {
|
|
|
8916
8917
|
team_id: 'teamId',
|
|
8917
8918
|
datetime: 'datetime',
|
|
8918
8919
|
is_highlight: 'isHighlight',
|
|
8920
|
+
group: 'group',
|
|
8919
8921
|
},
|
|
8920
8922
|
relation: {
|
|
8921
8923
|
logType: enumField(VolleyballGameLogType),
|