@mtgame/core 0.1.46 → 0.1.48
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/models/rugby-game-statistic.js +2 -2
- package/esm2015/models/rugby-statistic.js +2 -2
- package/esm5/models/rugby-game-statistic.js +2 -2
- package/esm5/models/rugby-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/models/rugby-statistic.d.ts +1 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -5470,7 +5470,7 @@
|
|
|
5470
5470
|
drop_goal_kicks: 'dropGoalKicks',
|
|
5471
5471
|
drop_goals: 'dropGoals',
|
|
5472
5472
|
drop_goal_misses: 'dropGoalMisses',
|
|
5473
|
-
|
|
5473
|
+
drop_goals_percent: 'dropGoalPercent',
|
|
5474
5474
|
free_kicks: 'freeKicks',
|
|
5475
5475
|
yellow_cards: 'yellowCards',
|
|
5476
5476
|
red_cards: 'redCards',
|
|
@@ -7305,7 +7305,7 @@
|
|
|
7305
7305
|
penalty_goals_percent: 'penaltyGoalsPercent',
|
|
7306
7306
|
drop_goals: 'dropGoals',
|
|
7307
7307
|
drop_goal_misses: 'dropGoalMisses',
|
|
7308
|
-
|
|
7308
|
+
drop_goal_kicks: 'dropGoalKicks',
|
|
7309
7309
|
drop_goals_percent: 'dropGoalsPercent',
|
|
7310
7310
|
free_kicks: 'freeKicks',
|
|
7311
7311
|
yellow_cards: 'yellowCards',
|