stardew-valley-data 0.17.0 → 0.18.0

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
6
6
  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.18.0] - 2026-03-21
9
+
10
+ ### Added
11
+
12
+ - Add Bookseller possible dates to seasons data
13
+ - Add Bookseller Calendar icon
14
+
8
15
  ## [0.17.0] - 2026-03-21
9
16
 
10
17
  ### Fix
package/data/seasons.json CHANGED
@@ -26,7 +26,8 @@
26
26
  "image": "images/seasons/festivals/Flower Dance.jpg",
27
27
  "calendarIcon": "images/seasons/calendar-icons/Festival Flag.gif"
28
28
  }
29
- ]
29
+ ],
30
+ "bookseller": [11, 12, 21, 22, 25]
30
31
  },
31
32
  {
32
33
  "id": "summer",
@@ -55,7 +56,8 @@
55
56
  "image": "images/seasons/festivals/Dance of the Moonlight Jellies.jpg",
56
57
  "calendarIcon": "images/seasons/calendar-icons/Festival Flag.gif"
57
58
  }
58
- ]
59
+ ],
60
+ "bookseller": [9, 12, 18, 25, 27]
59
61
  },
60
62
  {
61
63
  "id": "fall",
@@ -77,7 +79,8 @@
77
79
  "image": "images/seasons/festivals/Spirit's Eve.png",
78
80
  "calendarIcon": "images/seasons/calendar-icons/Festival Flag.gif"
79
81
  }
80
- ]
82
+ ],
83
+ "bookseller": [4, 7, 8, 9, 12, 19, 22, 25]
81
84
  },
82
85
  {
83
86
  "id": "winter",
@@ -113,6 +116,7 @@
113
116
  "image": "images/seasons/festivals/Feast of the Winter Star.png",
114
117
  "calendarIcon": "images/seasons/calendar-icons/Festival Flag.gif"
115
118
  }
116
- ]
119
+ ],
120
+ "bookseller": [5, 11, 12, 19, 22, 24]
117
121
  }
118
122
  ]
package/dist/index.d.mts CHANGED
@@ -363,6 +363,7 @@ interface SeasonData {
363
363
  totalDays: number;
364
364
  image: string;
365
365
  festivals: Festival[];
366
+ bookseller: number[];
366
367
  }
367
368
 
368
369
  interface ChoppedTreeProduce {
package/dist/index.d.ts CHANGED
@@ -363,6 +363,7 @@ interface SeasonData {
363
363
  totalDays: number;
364
364
  image: string;
365
365
  festivals: Festival[];
366
+ bookseller: number[];
366
367
  }
367
368
 
368
369
  interface ChoppedTreeProduce {
package/dist/index.js CHANGED
@@ -27560,7 +27560,8 @@ var seasons_default = [
27560
27560
  image: "images/seasons/festivals/Flower Dance.jpg",
27561
27561
  calendarIcon: "images/seasons/calendar-icons/Festival Flag.gif"
27562
27562
  }
27563
- ]
27563
+ ],
27564
+ bookseller: [11, 12, 21, 22, 25]
27564
27565
  },
27565
27566
  {
27566
27567
  id: "summer",
@@ -27589,7 +27590,8 @@ var seasons_default = [
27589
27590
  image: "images/seasons/festivals/Dance of the Moonlight Jellies.jpg",
27590
27591
  calendarIcon: "images/seasons/calendar-icons/Festival Flag.gif"
27591
27592
  }
27592
- ]
27593
+ ],
27594
+ bookseller: [9, 12, 18, 25, 27]
27593
27595
  },
27594
27596
  {
27595
27597
  id: "fall",
@@ -27611,7 +27613,8 @@ var seasons_default = [
27611
27613
  image: "images/seasons/festivals/Spirit's Eve.png",
27612
27614
  calendarIcon: "images/seasons/calendar-icons/Festival Flag.gif"
27613
27615
  }
27614
- ]
27616
+ ],
27617
+ bookseller: [4, 7, 8, 9, 12, 19, 22, 25]
27615
27618
  },
27616
27619
  {
27617
27620
  id: "winter",
@@ -27647,7 +27650,8 @@ var seasons_default = [
27647
27650
  image: "images/seasons/festivals/Feast of the Winter Star.png",
27648
27651
  calendarIcon: "images/seasons/calendar-icons/Festival Flag.gif"
27649
27652
  }
27650
- ]
27653
+ ],
27654
+ bookseller: [5, 11, 12, 19, 22, 24]
27651
27655
  }
27652
27656
  ];
27653
27657