@pkmn/data 0.7.56 → 0.7.58

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
@@ -229,4 +229,4 @@ declare class Stats {
229
229
  toIV(dv: number): number;
230
230
  }
231
231
 
232
- export { Abilities, Conditions, ExistsFn, Generation, Generations, Items, Learnsets, Moves, Natures, Specie, Species, Stats, Type, TypeEffectiveness, Types, toID };
232
+ export { Abilities, Conditions, type ExistsFn, Generation, Generations, Items, Learnsets, Moves, Natures, Specie, Species, Stats, Type, type TypeEffectiveness, Types, toID };
package/build/index.d.ts CHANGED
@@ -229,4 +229,4 @@ declare class Stats {
229
229
  toIV(dv: number): number;
230
230
  }
231
231
 
232
- export { Abilities, Conditions, ExistsFn, Generation, Generations, Items, Learnsets, Moves, Natures, Specie, Species, Stats, Type, TypeEffectiveness, Types, toID };
232
+ export { Abilities, Conditions, type ExistsFn, Generation, Generations, Items, Learnsets, Moves, Natures, Specie, Species, Stats, Type, type TypeEffectiveness, Types, toID };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkmn/data",
3
- "version": "0.7.56",
3
+ "version": "0.7.58",
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.7.56"
19
+ "@pkmn/dex-types": "^0.7.58"
20
20
  },
21
21
  "devDependencies": {
22
- "@pkmn/dex": "^0.7.56",
23
- "@pkmn/mods": "^0.7.56",
24
- "@pkmn/sim": "^0.7.56",
22
+ "@pkmn/dex": "^0.7.58",
23
+ "@pkmn/mods": "^0.7.58",
24
+ "@pkmn/sim": "^0.7.58",
25
25
  "@smogon/calc": "^0.8.1"
26
26
  },
27
27
  "scripts": {