@mtgame/core 0.1.48 → 0.1.49
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/models/rugby-statistic.js +2 -2
- package/esm5/models/rugby-statistic.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/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/mtgame-core.js
CHANGED
|
@@ -5257,7 +5257,7 @@ var RugbyStatistic = /** @class */ (function (_super) {
|
|
|
5257
5257
|
drop_goal_kicks: 'dropGoalKicks',
|
|
5258
5258
|
drop_goals: 'dropGoals',
|
|
5259
5259
|
drop_goal_misses: 'dropGoalMisses',
|
|
5260
|
-
drop_goals_percent: '
|
|
5260
|
+
drop_goals_percent: 'dropGoalsPercent',
|
|
5261
5261
|
free_kicks: 'freeKicks',
|
|
5262
5262
|
yellow_cards: 'yellowCards',
|
|
5263
5263
|
red_cards: 'redCards',
|