@mtgame/core 0.2.79 → 0.2.80
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 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/basketball-game-statistic.js +3 -1
- package/fesm2015/mtgame-core.js +2 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/basketball-game-statistic.d.ts +2 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -4054,6 +4054,8 @@
|
|
|
4054
4054
|
shootout_won_percent: 'shootoutWonPercent',
|
|
4055
4055
|
moneyball_free_throw_attepts: 'moneyballFreeThrowAttepts',
|
|
4056
4056
|
moneyball_free_throws_made: 'moneyballFreeThrowsMade',
|
|
4057
|
+
plus_minus: 'plusMinus',
|
|
4058
|
+
game_time: 'gameTime',
|
|
4057
4059
|
updated_at: 'updatedAt',
|
|
4058
4060
|
},
|
|
4059
4061
|
relation: {
|