pogo-masterfile 0.1.60 → 0.1.61
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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.61] - 2026-09-15
|
|
4
|
+
|
|
5
|
+
Automated regeneration from upstream masterfile commit `7a4fdca6f011f73c5f35b68f565e727f7fdbf4fc`.
|
|
6
|
+
|
|
7
|
+
### Removed template IDs (1)
|
|
8
|
+
|
|
9
|
+
- MEMORY_CLEANUP_CODE_GATE
|
|
10
|
+
|
|
3
11
|
## [0.1.60] - 2026-09-12
|
|
4
12
|
|
|
5
13
|
Automated regeneration from upstream masterfile commit `a6bb3e22eb441d4c34dcf81e269c651a8dc8ccf6`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pogo-masterfile",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.61",
|
|
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.
|
|
60
|
+
"pogo-masterfile-types": "^0.1.59"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"typescript": ">=5.0"
|