@pkmn/dex 0.7.13 → 0.7.14
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.js +4 -4
- package/build/index.min.js +1 -1
- package/build/index.mjs +4 -4
- package/package.json +2 -2
package/build/index.mjs
CHANGED
|
@@ -4914,9 +4914,9 @@ var pu = "[Gen 8] PU";
|
|
|
4914
4914
|
var zeroused = "[Gen 8] ZU";
|
|
4915
4915
|
var mono = "[Gen 9] Monotype";
|
|
4916
4916
|
var ag = "[Gen 8] Anything Goes";
|
|
4917
|
-
var bss = "[Gen
|
|
4918
|
-
var vgc = "[Gen
|
|
4919
|
-
var bsd = "[Gen
|
|
4917
|
+
var bss = "[Gen 9] Battle Stadium Singles Series 1";
|
|
4918
|
+
var vgc = "[Gen 9] VGC 2023 Series 1";
|
|
4919
|
+
var bsd = "[Gen 9] VGC 2023 Series 1";
|
|
4920
4920
|
var randdubs = "[Gen 8] Random Doubles Battle";
|
|
4921
4921
|
var doubles = "[Gen 8] Doubles OU";
|
|
4922
4922
|
var dou = "[Gen 9] Doubles OU";
|
|
@@ -71619,7 +71619,7 @@ var _54 = {
|
|
|
71619
71619
|
slitherwing: { tier: "UU", doublesTier: "(DUU)" },
|
|
71620
71620
|
roaringmoon: { tier: "OU", doublesTier: "DOU" },
|
|
71621
71621
|
irontreads: { tier: "OU", doublesTier: "DUU" },
|
|
71622
|
-
ironmoth: { tier: "OU", doublesTier: "
|
|
71622
|
+
ironmoth: { tier: "OU", doublesTier: "DUU" },
|
|
71623
71623
|
ironhands: { tier: "OU", doublesTier: "DOU" },
|
|
71624
71624
|
ironjugulis: { tier: "UU", doublesTier: "DUU" },
|
|
71625
71625
|
ironthorns: { tier: "UU", doublesTier: "DUU" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pkmn/dex",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.14",
|
|
4
4
|
"description": "A unification of Pokémon Showdown's client's and server's data layers",
|
|
5
5
|
"repository": "github:pkmn/ps",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"build"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@pkmn/dex-types": "^0.7.
|
|
19
|
+
"@pkmn/dex-types": "^0.7.14"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"lint": "eslint --cache *.ts",
|