@mtgame/core 0.1.36 → 0.1.37
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 -0
- 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/hockey-statistic.js +2 -1
- package/esm5/models/hockey-statistic.js +2 -1
- package/fesm2015/mtgame-core.js +1 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +1 -0
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/hockey-statistic.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/mtgame-core.js
CHANGED
|
@@ -3483,6 +3483,7 @@ var HockeyStatistic = /** @class */ (function (_super) {
|
|
|
3483
3483
|
ev_goals: 'evGoals',
|
|
3484
3484
|
sh_goals_percent: 'shGoalsPercent',
|
|
3485
3485
|
goals: 'goals',
|
|
3486
|
+
total_goals: 'totalGoals',
|
|
3486
3487
|
sh_goals: 'shGoals',
|
|
3487
3488
|
shot_misses: 'shotMisses',
|
|
3488
3489
|
shots_on_goal: 'shotsOnGoal',
|