@wayward/types 2.13.2-beta.dev.20230530.1 → 2.13.2-beta.dev.20230531.1

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.
@@ -239,7 +239,7 @@ export interface IProvidesSkill {
239
239
  skillValue: number;
240
240
  }
241
241
  export type IDoodadParticles = Record<number, IRGB>;
242
- export type IDoodadLoot = Record<number, ILootItem[] | undefined>;
242
+ export type IDoodadLoot = PartialRecord<GrowingStage, ILootItem[]>;
243
243
  export declare enum DoodadType {
244
244
  WoodenDoor = 0,
245
245
  WoodenFence = 1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.13.2-beta.dev.20230530.1",
4
+ "version": "2.13.2-beta.dev.20230531.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",