@rpg-engine/shared 0.7.4 → 0.7.5

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.
@@ -249,7 +249,7 @@ export interface IBaseItemBlueprint {
249
249
  texturePath: string;
250
250
  name: string;
251
251
  description: string;
252
- weight: string;
252
+ weight: number;
253
253
  basePrice?: number;
254
254
  }
255
255
  export interface IEquippableItemBlueprint extends IBaseItemBlueprint {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/shared",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Types shared across our API and client",
5
5
  "author": "Definya Team",
6
6
  "homepage": "",