@rpg-engine/shared 0.7.32 → 0.7.33

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.
@@ -238,7 +238,7 @@ export interface ICraftableItem extends IItem {
238
238
  ingredients: ICraftableItemIngredient[];
239
239
  }
240
240
  export declare enum RangeTypes {
241
- UltraShort = 3,
241
+ UltraShort = 2,
242
242
  Short = 6,
243
243
  Medium = 7,
244
244
  High = 9,
@@ -138,7 +138,7 @@ var SpellCastingType;
138
138
  })(SpellCastingType = exports.SpellCastingType || (exports.SpellCastingType = {}));
139
139
  var RangeTypes;
140
140
  (function (RangeTypes) {
141
- RangeTypes[RangeTypes["UltraShort"] = 3] = "UltraShort";
141
+ RangeTypes[RangeTypes["UltraShort"] = 2] = "UltraShort";
142
142
  RangeTypes[RangeTypes["Short"] = 6] = "Short";
143
143
  RangeTypes[RangeTypes["Medium"] = 7] = "Medium";
144
144
  RangeTypes[RangeTypes["High"] = 9] = "High";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/shared",
3
- "version": "0.7.32",
3
+ "version": "0.7.33",
4
4
  "description": "Types shared across our API and client",
5
5
  "author": "Definya Team",
6
6
  "homepage": "",