@wayward/types 2.14.4-beta.dev.20250506.1 → 2.14.4-beta.dev.20250508.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.
@@ -112,17 +112,17 @@ declare enum Bindable {
112
112
  GameActionEquipLeft = 93,
113
113
  GameActionEquipRight = 94,
114
114
  GameActionEquipUnequip = 95,
115
- GameActionFireAddFuelWithItem = 96,
116
- GameActionFireExtinguish = 97,
117
- GameActionFireIgnite = 98,
118
- GameActionFireIgniteWithItem = 99,
119
- GameActionFireSmother = 100,
120
- GameActionFireStart = 101,
121
- GameActionFireStoke = 102,
122
- GameActionGatherButcher = 103,
123
- GameActionGatherChop = 104,
124
- GameActionGatherDig = 105,
125
- GameActionExcavateCollapse = 106,
115
+ GameActionExcavateCollapse = 96,
116
+ GameActionFireAddFuelWithItem = 97,
117
+ GameActionFireExtinguish = 98,
118
+ GameActionFireIgnite = 99,
119
+ GameActionFireIgniteWithItem = 100,
120
+ GameActionFireSmother = 101,
121
+ GameActionFireStart = 102,
122
+ GameActionFireStoke = 103,
123
+ GameActionGatherButcher = 104,
124
+ GameActionGatherChop = 105,
125
+ GameActionGatherDig = 106,
126
126
  GameActionGatherDigWithHands = 107,
127
127
  GameActionGatherGatherWithHands = 108,
128
128
  GameActionGatherHarvest = 109,
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.20250506.1",
4
+ "version": "2.14.4-beta.dev.20250508.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",