@wayward/types 2.15.0-beta.dev.20251001.1 → 2.15.0-beta.dev.20251002.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.
@@ -584,8 +584,8 @@ declare enum Message {
584
584
  PlantIsBare = 572,
585
585
  PlantIsFertile = 573,
586
586
  PlantIsInStage = 574,
587
- PlantIsSeeding = 575,
588
- PlantIsNotFertile = 576,
587
+ PlantIsNotFertile = 575,
588
+ PlantIsSeeding = 576,
589
589
  PlantNotReadyToHarvest = 577,
590
590
  PlantReadyToGather = 578,
591
591
  PlantReadyToGatherNotMaximal = 579,
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.15.0-beta.dev.20251001.1",
4
+ "version": "2.15.0-beta.dev.20251002.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",