@wayward/types 2.14.5-beta.dev.20250620.1 → 2.14.5-beta.dev.20250627.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright 2011-2024 Unlok
2
+ * Copyright 2011-2025 Unlok
3
3
  * https://www.unlok.ca
4
4
  *
5
5
  * Credits & Thanks:
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright 2011-2024 Unlok
2
+ * Copyright 2011-2025 Unlok
3
3
  * https://www.unlok.ca
4
4
  *
5
5
  * Credits & Thanks:
@@ -168,6 +168,7 @@ export default class Item extends EntityMovable<IItemDescription, ItemType, Refe
168
168
  isContainer(): this is Item & IContainer;
169
169
  isWithin(container?: IContainer): boolean;
170
170
  get builtDescription(): IDoodadDescription | undefined;
171
+ get placeDownDescription(): IDoodadDescription | undefined;
171
172
  countTradesWith(human?: Human): number;
172
173
  /**
173
174
  * Gets the owner of this item.
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.5-beta.dev.20250620.1",
4
+ "version": "2.14.5-beta.dev.20250627.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",