@pkmn/data 0.10.6 → 0.10.7

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/build/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _pkmn_dex_types from '@pkmn/dex-types';
2
- import { Data, GenerationNum, ID, Dex, Move, Species as Species$1, SpeciesName, Nonstandard, StatsTable, FormeName, SpeciesAbility, AbilityName, TypeName, EggGroup, SpeciesTag, Tier, MoveName, ItemName, GenderName, EvoType, Condition, MoveCategory, Type as Type$1, Nature, MoveSource, StatID } from '@pkmn/dex-types';
2
+ import { Dex, Data, Condition, GenerationNum, Move, Species as Species$1, ID, SpeciesName, Nonstandard, StatsTable, FormeName, SpeciesAbility, AbilityName, TypeName, EggGroup, SpeciesTag, Tier, MoveName, ItemName, GenderName, EvoType, MoveCategory, Type as Type$1, Nature, MoveSource, StatID } from '@pkmn/dex-types';
3
3
  export { Ability, AbilityData, AbilityName, As, BasicEffect, BoostID, BoostsTable, Condition, ConditionData, Data, DataKind, Dex, Effect, EffectData, EffectType, EggGroup, EventInfo, EventInfoData, EvoType, FieldCondition, FormeName, GameType, GenID, GenderName, GenerationNum, HPColor, HPTypeName, HitEffect, ID, Item, ItemData, ItemName, Learnset, LearnsetData, Move, MoveCategory, MoveData, MoveName, MoveSource, MoveTarget, Nature, NatureData, NatureName, Nonstandard, Player, PokemonSet, SecondaryEffect, SideCondition, SideID, SpeciesData, SpeciesName, StatID, StatsTable, StatusName, Tier, TypeData, TypeName, Weather } from '@pkmn/dex-types';
4
4
 
5
5
  type ExistsFn = (d: Data, g: GenerationNum) => boolean;
package/build/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _pkmn_dex_types from '@pkmn/dex-types';
2
- import { Data, GenerationNum, ID, Dex, Move, Species as Species$1, SpeciesName, Nonstandard, StatsTable, FormeName, SpeciesAbility, AbilityName, TypeName, EggGroup, SpeciesTag, Tier, MoveName, ItemName, GenderName, EvoType, Condition, MoveCategory, Type as Type$1, Nature, MoveSource, StatID } from '@pkmn/dex-types';
2
+ import { Dex, Data, Condition, GenerationNum, Move, Species as Species$1, ID, SpeciesName, Nonstandard, StatsTable, FormeName, SpeciesAbility, AbilityName, TypeName, EggGroup, SpeciesTag, Tier, MoveName, ItemName, GenderName, EvoType, MoveCategory, Type as Type$1, Nature, MoveSource, StatID } from '@pkmn/dex-types';
3
3
  export { Ability, AbilityData, AbilityName, As, BasicEffect, BoostID, BoostsTable, Condition, ConditionData, Data, DataKind, Dex, Effect, EffectData, EffectType, EggGroup, EventInfo, EventInfoData, EvoType, FieldCondition, FormeName, GameType, GenID, GenderName, GenerationNum, HPColor, HPTypeName, HitEffect, ID, Item, ItemData, ItemName, Learnset, LearnsetData, Move, MoveCategory, MoveData, MoveName, MoveSource, MoveTarget, Nature, NatureData, NatureName, Nonstandard, Player, PokemonSet, SecondaryEffect, SideCondition, SideID, SpeciesData, SpeciesName, StatID, StatsTable, StatusName, Tier, TypeData, TypeName, Weather } from '@pkmn/dex-types';
4
4
 
5
5
  type ExistsFn = (d: Data, g: GenerationNum) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkmn/data",
3
- "version": "0.10.6",
3
+ "version": "0.10.7",
4
4
  "description": "A forked implementation of the Pokémon Showdown client's data layer",
5
5
  "repository": "github:pkmn/ps",
6
6
  "license": "MIT",
@@ -16,12 +16,12 @@
16
16
  "build"
17
17
  ],
18
18
  "dependencies": {
19
- "@pkmn/dex-types": "^0.10.6"
19
+ "@pkmn/dex-types": "^0.10.7"
20
20
  },
21
21
  "devDependencies": {
22
- "@pkmn/dex": "^0.10.6",
23
- "@pkmn/mods": "^0.10.6",
24
- "@pkmn/sim": "^0.10.6",
22
+ "@pkmn/dex": "^0.10.7",
23
+ "@pkmn/mods": "^0.10.7",
24
+ "@pkmn/sim": "^0.10.7",
25
25
  "@smogon/calc": "^0.10.0"
26
26
  },
27
27
  "scripts": {