pogo-masterfile 0.1.52 → 0.1.54

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.54] - 2026-09-03
4
+
5
+ Automated regeneration from upstream masterfile commit `ad1c9943786a6081ac90645e94756cd10e61205a`.
6
+
7
+ ### Added template IDs (9)
8
+
9
+ - ITEM_EVENT_TICKET_S24_SEP_19_MEGARAID
10
+ - LC_SPECIALBACKGROUND_MIDAUTUMN_2026
11
+ - LC_TPC30_MY
12
+ - LC_TPC30_PH
13
+ - LC_TPC30_SG
14
+ - LC_TPC30_TW
15
+ - STICKER_POKEXCITING_BLUE
16
+ - STICKER_POKEXCITING_PINK
17
+ - STICKER_POKEXCITING_RED
18
+
19
+ ## [0.1.53] - 2026-09-02
20
+
21
+ Automated regeneration from upstream masterfile commit `47e77226b87bf2218da12ac2930d6af19e4f3d2b`.
22
+
23
+ ### Added template IDs (1)
24
+
25
+ - LOCATION_CARD_FEATURE_SETTINGS
26
+
3
27
  ## [0.1.52] - 2026-09-01
4
28
 
5
29
  Automated regeneration from upstream masterfile commit `c0a59b646b57fa36ff3edf842ba7234f3c56a20f`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile",
3
- "version": "0.1.52",
3
+ "version": "0.1.54",
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.50"
60
+ "pogo-masterfile-types": "^0.1.52"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5.0"