@mtgame/core 1.0.2 → 1.0.4
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 +3 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/city.js +3 -2
- package/esm2015/models/league.js +2 -1
- package/fesm2015/mtgame-core.js +3 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/city.d.ts +1 -0
- package/models/league.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -982,7 +982,8 @@
|
|
|
982
982
|
ModelInstance({
|
|
983
983
|
mappingFields: {
|
|
984
984
|
id: 'id',
|
|
985
|
-
name: 'name'
|
|
985
|
+
name: 'name',
|
|
986
|
+
name_en: 'nameEn',
|
|
986
987
|
}
|
|
987
988
|
})
|
|
988
989
|
], exports.City);
|
|
@@ -1622,6 +1623,7 @@
|
|
|
1622
1623
|
cover: 'cover',
|
|
1623
1624
|
cover_mobile: 'coverMobile',
|
|
1624
1625
|
about: 'about',
|
|
1626
|
+
locale: 'locale',
|
|
1625
1627
|
},
|
|
1626
1628
|
relation: {
|
|
1627
1629
|
organization: exports.Organization,
|