stardew-valley-data 0.5.0 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ 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.5.1] - 2026-03-18
9
+
10
+ ### Fix
11
+
12
+ - Fix Typo in Wild Seed names to use abbreviated name over full
13
+
8
14
  ## [v0.5.0] - 2026-03-18
9
15
 
10
16
  ### Breaking Changes
@@ -22,6 +28,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
22
28
  - Fix Copper Pan text to Pan name
23
29
  - Add missing millisecondsPlayed to parser
24
30
 
31
+ ### Chore
32
+
33
+ - Bump Dependencies
34
+
25
35
  ## [v0.4.0] - 2026-03-15
26
36
 
27
37
  ### Breaking Changes
package/data/skills.json CHANGED
@@ -222,7 +222,7 @@
222
222
  "xpRequired": 100,
223
223
  "totalXp": 100,
224
224
  "recipes": {
225
- "crafting": ["Wild Seeds (Spring)", "Field Snack"],
225
+ "crafting": ["Wild Seeds (Sp)", "Field Snack"],
226
226
  "cooking": [],
227
227
  "additional": ["Trees sometimes drop seeds."]
228
228
  }
@@ -244,7 +244,7 @@
244
244
  "xpRequired": 530,
245
245
  "totalXp": 1300,
246
246
  "recipes": {
247
- "crafting": ["Wild Seeds (Summer)", "Tapper", "Mushroom Log"],
247
+ "crafting": ["Wild Seeds (Su)", "Tapper", "Mushroom Log"],
248
248
  "cooking": [],
249
249
  "additional": ["+1 Wild Berry harvesting"]
250
250
  }
@@ -260,7 +260,7 @@
260
260
  "xpRequired": 1150,
261
261
  "totalXp": 3300,
262
262
  "recipes": {
263
- "crafting": ["Lightning Rod", "Wild Seeds (Fall)", "Warp Totem: Beach"],
263
+ "crafting": ["Lightning Rod", "Wild Seeds (Fa)", "Warp Totem: Beach"],
264
264
  "cooking": [],
265
265
  "additional": []
266
266
  }
@@ -270,7 +270,7 @@
270
270
  "xpRequired": 1500,
271
271
  "totalXp": 4800,
272
272
  "recipes": {
273
- "crafting": ["Wild Seeds (Winter)", "Warp Totem: Mountains", "Tree Fertilizer"],
273
+ "crafting": ["Wild Seeds (Wi)", "Warp Totem: Mountains", "Tree Fertilizer"],
274
274
  "cooking": [],
275
275
  "additional": []
276
276
  }
package/dist/index.js CHANGED
@@ -19724,7 +19724,7 @@ var skills_default = [
19724
19724
  xpRequired: 100,
19725
19725
  totalXp: 100,
19726
19726
  recipes: {
19727
- crafting: ["Wild Seeds (Spring)", "Field Snack"],
19727
+ crafting: ["Wild Seeds (Sp)", "Field Snack"],
19728
19728
  cooking: [],
19729
19729
  additional: ["Trees sometimes drop seeds."]
19730
19730
  }
@@ -19746,7 +19746,7 @@ var skills_default = [
19746
19746
  xpRequired: 530,
19747
19747
  totalXp: 1300,
19748
19748
  recipes: {
19749
- crafting: ["Wild Seeds (Summer)", "Tapper", "Mushroom Log"],
19749
+ crafting: ["Wild Seeds (Su)", "Tapper", "Mushroom Log"],
19750
19750
  cooking: [],
19751
19751
  additional: ["+1 Wild Berry harvesting"]
19752
19752
  }
@@ -19762,7 +19762,7 @@ var skills_default = [
19762
19762
  xpRequired: 1150,
19763
19763
  totalXp: 3300,
19764
19764
  recipes: {
19765
- crafting: ["Lightning Rod", "Wild Seeds (Fall)", "Warp Totem: Beach"],
19765
+ crafting: ["Lightning Rod", "Wild Seeds (Fa)", "Warp Totem: Beach"],
19766
19766
  cooking: [],
19767
19767
  additional: []
19768
19768
  }
@@ -19772,7 +19772,7 @@ var skills_default = [
19772
19772
  xpRequired: 1500,
19773
19773
  totalXp: 4800,
19774
19774
  recipes: {
19775
- crafting: ["Wild Seeds (Winter)", "Warp Totem: Mountains", "Tree Fertilizer"],
19775
+ crafting: ["Wild Seeds (Wi)", "Warp Totem: Mountains", "Tree Fertilizer"],
19776
19776
  cooking: [],
19777
19777
  additional: []
19778
19778
  }