pogo-masterfile 0.1.49 → 0.1.51

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.51] - 2026-08-31
4
+
5
+ Automated regeneration from upstream masterfile commit `e1362b600a19dbbf86e2f7c60950b6bc5259436f`.
6
+
7
+ ### Added template IDs (6)
8
+
9
+ - ENHANCED_MEGA_RAID_READY_CHECK_FEATURE_GATE
10
+ - NON_COMBAT_VM_MOVE_TEMP_EVOLUTION_MEGA_X_V0150_POKEMON_MEWTWO
11
+ - NON_COMBAT_VM_MOVE_TEMP_EVOLUTION_MEGA_Y_V0150_POKEMON_MEWTWO
12
+ - PRELOADED_MEGA_STATUS_STRING_FEATURE_GATE
13
+ - SHIELD_BREAK_POWER_DISPLAY_FEATURE_GATE
14
+ - UPDATED_PRELOADED_MEGA_ANIMATION_FEATURE_GATE
15
+
16
+ ## [0.1.50] - 2026-08-29
17
+
18
+ Automated regeneration from upstream masterfile commit `a56aad7db8a6aa5bd5dd9ddd5e986949c518984f`.
19
+
3
20
  ## [0.1.49] - 2026-08-28
4
21
 
5
22
  Automated regeneration from upstream masterfile commit `469fb1798bab2886648e6909ee0a7f634ae3db12`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile",
3
- "version": "0.1.49",
3
+ "version": "0.1.51",
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.47"
60
+ "pogo-masterfile-types": "^0.1.49"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5.0"