@wayward/types 2.14.4-beta.dev.20250328.1 → 2.14.4-beta.dev.20250329.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.
@@ -108,8 +108,8 @@ declare enum Message {
108
108
  ActionNavigateSun = 96,
109
109
  ActionNavigateUseSextant = 97,
110
110
  ActionPetCreatureRefused = 98,
111
- ActionPetNoTamedCreature = 99,
112
- ActionPetNotAccepted = 100,
111
+ ActionPetNotAccepted = 99,
112
+ ActionPetNoTamedCreature = 100,
113
113
  ActionPickUpAllItemsNoItems = 101,
114
114
  ActionPickUpDoodadCannotUseContainsItems = 102,
115
115
  ActionPickUpExcrementNoExcrement = 103,
@@ -60,7 +60,10 @@ export declare enum MarkerType {
60
60
  AlertedHostile = 1,
61
61
  AlertedScared = 2,
62
62
  Text = 3,
63
- Item = 4
63
+ Item = 4,
64
+ AlertedHostileHighDanger = 5,
65
+ AlertedHostileVeryHighDanger = 6,
66
+ AlertedHostileExtremeHighDanger = 7
64
67
  }
65
68
  export interface IBaseMarkerDescription {
66
69
  guid: string;
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.20250328.1",
4
+ "version": "2.14.4-beta.dev.20250329.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",