@mtgame/core 0.1.24 → 0.1.25
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/localization/football-game-log-types.js +3 -2
- package/esm5/localization/football-game-log-types.js +2 -1
- package/fesm2015/mtgame-core.js +2 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +1 -0
- package/fesm5/mtgame-core.js.map +1 -1
- package/localization/football-game-log-types.d.ts +1 -0
- package/package.json +1 -1
package/fesm5/mtgame-core.js
CHANGED
|
@@ -8150,6 +8150,7 @@ var FootballGameLogTypeLocalization = (_a$3 = {},
|
|
|
8150
8150
|
_a$3[FootballGameLogTypes.steal] = 'Перехват',
|
|
8151
8151
|
_a$3[FootballGameLogTypes.out] = 'Аут',
|
|
8152
8152
|
_a$3[FootballGameLogTypes.timeout] = 'Таймаут',
|
|
8153
|
+
_a$3[FootballGameLogTypes.auto_goal] = 'Автогол',
|
|
8153
8154
|
_a$3);
|
|
8154
8155
|
|
|
8155
8156
|
var _a$4;
|