@pkmn/dex-types 0.7.49 → 0.7.51

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -268,6 +268,7 @@ export interface SpeciesData {
268
268
  canGigantamax?: string;
269
269
  gmaxUnreleased?: boolean;
270
270
  cannotDynamax?: boolean;
271
+ forceTeraType?: string;
271
272
  changesFrom?: string;
272
273
  tier?: Tier.Singles | Tier.Other;
273
274
  inherit?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkmn/dex-types",
3
- "version": "0.7.49",
3
+ "version": "0.7.51",
4
4
  "types": "index.d.ts",
5
5
  "description": "Common Pokémon Showdown Dex types shared by @pkmn/dex and @pkmn/sim",
6
6
  "repository": "github:pkmn/ps",