pogo-masterfile 0.1.54 → 0.1.56

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 +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.56] - 2026-09-05
4
+
5
+ Automated regeneration from upstream masterfile commit `be51f47e8c81a159c5846082bc3eb85ab531aed2`.
6
+
7
+ ### Added template IDs (1)
8
+
9
+ - BADGE_EVENT_0242
10
+
11
+ ## [0.1.55] - 2026-09-04
12
+
13
+ Automated regeneration from upstream masterfile commit `859dfff254ff35d004560a76a2c488d135bff403`.
14
+
15
+ ### Added template IDs (12)
16
+
17
+ - BADGE_EVENT_0240
18
+ - EXTENDED_V0004_POKEMON_CHARMANDER_GOGGLES_2026
19
+ - EXTENDED_V0005_POKEMON_CHARMELEON_GOGGLES_2026
20
+ - EXTENDED_V0006_POKEMON_CHARIZARD_GOGGLES_2026
21
+ - LC_SPECIALBACKGROUND_S24_SEP_2026
22
+ - SPAWN_V0004_POKEMON_CHARMANDER_GOGGLES_2026
23
+ - SPAWN_V0005_POKEMON_CHARMELEON_GOGGLES_2026
24
+ - SPAWN_V0006_POKEMON_CHARIZARD_GOGGLES_2026
25
+ - STICKER_HANBOK_PIKACHU
26
+ - V0004_POKEMON_CHARMANDER_GOGGLES_2026
27
+ - V0005_POKEMON_CHARMELEON_GOGGLES_2026
28
+ - V0006_POKEMON_CHARIZARD_GOGGLES_2026
29
+
30
+ ### Removed template IDs (1)
31
+
32
+ - AR_PHOTO_MULTIPLE_CONCURRENT_CAMPAIGN_CODE_GATE
33
+
3
34
  ## [0.1.54] - 2026-09-03
4
35
 
5
36
  Automated regeneration from upstream masterfile commit `ad1c9943786a6081ac90645e94756cd10e61205a`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile",
3
- "version": "0.1.54",
3
+ "version": "0.1.56",
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.52"
60
+ "pogo-masterfile-types": "^0.1.54"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5.0"