@wayward/types 2.14.1-beta.dev.20241217.1 → 2.14.1-beta.dev.20241217.2

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.
@@ -718,7 +718,7 @@ export interface ILiquidGather {
718
718
  export interface IDismantleDescription {
719
719
  items: IDismantleItemDescription[];
720
720
  required?: ItemTypeGroup;
721
- runeChance?: RuneChance;
721
+ runeChance: RuneChance;
722
722
  producesEvent?: TileEventType;
723
723
  }
724
724
  export interface IDismantleItemDescription {
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.14.1-beta.dev.20241217.1",
4
+ "version": "2.14.1-beta.dev.20241217.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",