@pkmn/dex-types 0.9.35 → 0.9.37

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -282,7 +282,7 @@ export interface SpeciesData {
282
282
  canGigantamax?: string;
283
283
  gmaxUnreleased?: boolean;
284
284
  cannotDynamax?: boolean;
285
- forceTeraType?: string;
285
+ requiredTeraType?: string;
286
286
  changesFrom?: string;
287
287
  tier?: Tier.Singles | Tier.Other;
288
288
  inherit?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkmn/dex-types",
3
- "version": "0.9.35",
3
+ "version": "0.9.37",
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",