@fnlb-project/shared 1.5.13 → 1.5.14

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.
@@ -203,6 +203,7 @@ export interface ICosmeticVariants {
203
203
  outfit?: ICosmeticVariantMeta[];
204
204
  backpack?: ICosmeticVariantMeta[];
205
205
  pickaxe?: ICosmeticVariantMeta[];
206
+ shoes?: ICosmeticVariantMeta[];
206
207
  }
207
208
  export interface IPartyMember {
208
209
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.13",
3
+ "version": "1.5.14",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",