pogo-masterfile 0.1.41 → 0.1.42

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.42] - 2026-08-08
4
+
5
+ Automated regeneration from upstream masterfile commit `d30f7dd7e3d38ca9ab890e2053573ef10e699631`.
6
+
7
+ ### Added template IDs (10)
8
+
9
+ - BADGE_GOFEST_FINALE_2026_EVENT_PASS_DELUXE
10
+ - N_DISPLAY_n_backpack_wcspxp2026
11
+ - N_DISPLAY_n_gloves_wcs2026winnersitems
12
+ - N_DISPLAY_n_hat_wcs2026winnersitems
13
+ - N_DISPLAY_n_pants_wcs2026winnersitems
14
+ - N_DISPLAY_n_shirt_wcs2026sf-green
15
+ - N_DISPLAY_n_shirt_wcs2026sf-red
16
+ - N_DISPLAY_n_shirt_wcs2026winnersitems
17
+ - N_DISPLAY_n_shoes_wcs2026winnersitems
18
+ - N_DISPLAY_set_wcs2026winnersitems
19
+
3
20
  ## [0.1.41] - 2026-08-07
4
21
 
5
22
  Automated regeneration from upstream masterfile commit `c5cbe71491d1b1ee10c04cabf9645ee656d8c000`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
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.39"
60
+ "pogo-masterfile-types": "^0.1.40"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5.0"