@ruvice/my-maple-models 0.2.0 → 0.2.2

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.
@@ -23,7 +23,7 @@ export const ItemEquipmentSlotMappingSEA = {
23
23
  "Medal": ItemEquipmentSlot.Medal,
24
24
  "Secondary Weapons": ItemEquipmentSlot.SecondaryWeapons,
25
25
  "Cape": ItemEquipmentSlot.Cape,
26
- "M.Heart": ItemEquipmentSlot.MechanicalHeart,
26
+ "M. Heart": ItemEquipmentSlot.MechanicalHeart,
27
27
  "Pocket Item": ItemEquipmentSlot.PocketItem
28
28
  };
29
29
  export const ItemEquipmentSlotMappingKMS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruvice/my-maple-models",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Shared models and utils for MapleStory Nexon Open API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",