@rpg-engine/shared 0.7.22 → 0.7.23

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.
@@ -279,7 +279,7 @@ export interface IEquippableWeaponBlueprint extends IEquippableItemBlueprint {
279
279
  }
280
280
  export interface IEquippableRangedWeaponBlueprint extends IEquippableWeaponBlueprint {
281
281
  rangeType: EntityAttackType.Ranged;
282
- subtype: ItemSubType.Ranged;
282
+ subType: ItemSubType.Ranged;
283
283
  maxRange: RangedWeaponRange;
284
284
  requiredAmmoKeys: string[];
285
285
  attack: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/shared",
3
- "version": "0.7.22",
3
+ "version": "0.7.23",
4
4
  "description": "Types shared across our API and client",
5
5
  "author": "Definya Team",
6
6
  "homepage": "",