@pkmn/dex-types 0.9.9 → 0.9.11

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
@@ -121,6 +121,7 @@ interface MoveFlags {
121
121
  allyanim?: 1 | 0;
122
122
  nonsky?: 1 | 0;
123
123
  noparentalbond?: 1 | 0;
124
+ nosketch?: 1 | 0;
124
125
  nosleeptalk?: 1 | 0;
125
126
  pledgecombo?: 1 | 0;
126
127
  powder?: 1 | 0;
@@ -236,7 +237,6 @@ export interface MoveData extends EffectData, HitEffect {
236
237
  hasCrashDamage?: boolean;
237
238
  hasSheerForce?: boolean;
238
239
  isConfusionSelfHit?: boolean;
239
- noSketch?: boolean;
240
240
  stallingMove?: boolean;
241
241
  }
242
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkmn/dex-types",
3
- "version": "0.9.9",
3
+ "version": "0.9.11",
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",