@pkmn/dex 0.7.8 → 0.7.9
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 +1 -1
- package/build/index.min.js +1 -1
- package/build/index.mjs +1 -1
- package/package.json +2 -2
package/build/index.mjs
CHANGED
|
@@ -4607,7 +4607,7 @@ __export(aliases_exports, {
|
|
|
4607
4607
|
zygardefull: () => zygardefull,
|
|
4608
4608
|
zygod: () => zygod
|
|
4609
4609
|
});
|
|
4610
|
-
var randbats = "[Gen
|
|
4610
|
+
var randbats = "[Gen 9] Random Battle";
|
|
4611
4611
|
var uber = "[Gen 9] Ubers";
|
|
4612
4612
|
var anythinggoes = "[Gen 8] Anything Goes";
|
|
4613
4613
|
var ubers = "[Gen 9] Ubers";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pkmn/dex",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9",
|
|
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.9"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"lint": "eslint --cache *.ts",
|