pogo-masterfile 0.1.46 → 0.1.47

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.47] - 2026-08-25
4
+
5
+ Automated regeneration from upstream masterfile commit `921ca77ad54d22aac87243239c50f512d45c015e`.
6
+
7
+ ### Added template IDs (11)
8
+
9
+ - BADGE_EVENT_0233
10
+ - BADGE_EVENT_0241
11
+ - EVENT_PASS_SEPTEMBER1_EVENT_STORE_REDIRECT
12
+ - GET_FRIEND_DETAILS_PAGINATED_ROLL_BACK
13
+ - N_DISPLAY_n_hat_ryme
14
+ - N_DISPLAY_n_pose_s24gbl
15
+ - N_DISPLAY_n_shirt_ryme
16
+ - N_DISPLAY_n_shoes_ryme
17
+ - N_DISPLAY_set_ryme
18
+ - SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK
19
+ - SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK_PLUS_POINTS
20
+
3
21
  ## [0.1.46] - 2026-08-19
4
22
 
5
23
  Automated regeneration from upstream masterfile commit `04b47b7a0ca40b5826a9e1f475dcf8d5119496e5`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
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.44"
60
+ "pogo-masterfile-types": "^0.1.45"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5.0"