pogo-masterfile 0.1.57 → 0.1.58

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.58] - 2026-09-08
4
+
5
+ Automated regeneration from upstream masterfile commit `49b53bd1650169e1d2fe903856d4aa3cdb8a6d2d`.
6
+
3
7
  ## [0.1.57] - 2026-09-08
4
8
 
5
9
  Automated regeneration from upstream masterfile commit `30ac8eefc6990cbe9c92909a358eea56ac1814ea`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
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.55"
60
+ "pogo-masterfile-types": "^0.1.56"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5.0"