@pkmn/mods 0.4.24 → 0.5.2

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/README.md CHANGED
@@ -29,6 +29,7 @@ This package contains data and logic for several mods:
29
29
  - `gen7letsgo`: A mod on top of Generation 7 which implements Let's Go Pikachu and Let's Go Eevee
30
30
  - `gen8dlc1`: A mod on top of Generation 8 which contains data from just Pokémon Sword and Shield
31
31
  and the Isle of Armor DLC (ie. Generation 8 **without** the data from the Crown Tundra DLC)
32
+ - `gen8bdsp`: A mod on top of Generation 8 which implements Brilliant Diamond and Shining Pearl
32
33
 
33
34
  These mods can be applied to a `Dex` implementation by passing the data as an argument to the `mod`
34
35
  method. Because of type inconsistencies between `@pkmn/sim` and `@pkmn/dex`, to typecheck **the