pogo-masterfile 0.1.36 → 0.1.38

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.38] - 2026-08-02
4
+
5
+ Automated regeneration from upstream masterfile commit `87624d80e74cf5c463099fd9bcae438d12500b5b`.
6
+
7
+ ### Removed template IDs (1)
8
+
9
+ - general2.ticket.5
10
+
11
+ ## [0.1.37] - 2026-08-01
12
+
13
+ Automated regeneration from upstream masterfile commit `5ce1d45a0562ca83f2487ec3c85ab939e2925551`.
14
+
15
+ ### Added template IDs (7)
16
+
17
+ - ITEM_EVENT_TICKET_S23_2026_10
18
+ - ITEM_EVENT_TICKET_S23_2026_10_TO_GIFT
19
+ - LC_2026_MLB_TBRAYS
20
+ - N_DISPLAY_n_shirt_gofest2026finblue
21
+ - N_DISPLAY_n_shirt_gofest2026fingreen
22
+ - N_DISPLAY_n_shirt_gofest2026finred
23
+ - general2.ticket.5
24
+
3
25
  ## [0.1.36] - 2026-07-29
4
26
 
5
27
  Automated regeneration from upstream masterfile commit `3b49df8633f2733903d8fa7b75ca85f5ac67c359`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "description": "Runtime API for the Pokémon GO masterfile. Loads, indexes, and queries entries with literal-typed lookups and per-group accessors. Built on `pogo-masterfile-types`.",
5
5
  "license": "MIT",
6
6
  "author": "Hazel's Lab (https://github.com/Hazels-Lab)",
@@ -57,7 +57,7 @@
57
57
  "prepublishOnly": "bun run build"
58
58
  },
59
59
  "dependencies": {
60
- "pogo-masterfile-types": "^0.1.34"
60
+ "pogo-masterfile-types": "^0.1.36"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5.0"