@mtgame/core 0.1.57 → 0.1.58
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/rugby-statistic.js +2 -1
- package/esm5/models/rugby-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/rugby-statistic.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -5510,6 +5510,7 @@
|
|
|
5510
5510
|
lineouts_won: 'lineoutsWon',
|
|
5511
5511
|
lineouts_lost: 'lineoutsLost',
|
|
5512
5512
|
lineouts_steal: 'lineoutsSteal',
|
|
5513
|
+
lineouts_won_percent: 'lineoutsWonPercent',
|
|
5513
5514
|
opponent_lineouts_lost: 'opponentLineoutsLost',
|
|
5514
5515
|
quick_throws: 'quickThrows',
|
|
5515
5516
|
rucks: 'rucks',
|