@wayward/types 2.14.4-beta.dev.20250126.1 → 2.14.4-beta.dev.20250128.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.
@@ -851,6 +851,7 @@ declare enum Message {
851
851
  YouUnequip = 839,
852
852
  YouUsed = 840,
853
853
  YouViewTheItemsOn = 841,
854
- YouWhileTraveling = 842
854
+ YouWhileTraveling = 842,
855
+ Butcher = 843
855
856
  }
856
857
  export default Message;
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.4-beta.dev.20250126.1",
4
+ "version": "2.14.4-beta.dev.20250128.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",