File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 " build"
1616 ],
1717 "dependencies" : {
18- "@pkmn/data" : " ^0.10.0 " ,
18+ "@pkmn/data" : " ^0.10.1 " ,
1919 "@pkmn/protocol" : " ^0.7.1"
2020 },
2121 "devDependencies" : {
22- "@pkmn/dex" : " ^0.10.0 "
22+ "@pkmn/dex" : " ^0.10.1 "
2323 },
2424 "scripts" : {
2525 "lint" : " eslint --cache src" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/data" ,
3- "version" : " 0.10.0 " ,
3+ "version" : " 0.10.1 " ,
44 "description" : " A forked implementation of the Pokémon Showdown client's data layer" ,
55 "repository" : " github:pkmn/ps" ,
66 "license" : " MIT" ,
1616 " build"
1717 ],
1818 "dependencies" : {
19- "@pkmn/dex-types" : " ^0.10.0 "
19+ "@pkmn/dex-types" : " ^0.10.1 "
2020 },
2121 "devDependencies" : {
22- "@pkmn/dex" : " ^0.10.0 " ,
23- "@pkmn/mods" : " ^0.10.0 " ,
24- "@pkmn/sim" : " ^0.10.0 " ,
22+ "@pkmn/dex" : " ^0.10.1 " ,
23+ "@pkmn/mods" : " ^0.10.1 " ,
24+ "@pkmn/sim" : " ^0.10.1 " ,
2525 "@smogon/calc" : " ^0.10.0"
2626 },
2727 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/dex" ,
3- "version" : " 0.10.0 " ,
3+ "version" : " 0.10.1 " ,
44 "description" : " A unification of Pokémon Showdown's client's and server's data layers" ,
55 "repository" : " github:pkmn/ps" ,
66 "license" : " MIT" ,
1616 " build"
1717 ],
1818 "dependencies" : {
19- "@pkmn/dex-types" : " ^0.10.0 "
19+ "@pkmn/dex-types" : " ^0.10.1 "
2020 },
2121 "scripts" : {
2222 "lint" : " eslint --cache *.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/dex-types" ,
3- "version" : " 0.10.0 " ,
3+ "version" : " 0.10.1 " ,
44 "types" : " index.d.ts" ,
55 "description" : " Common Pokémon Showdown Dex types shared by @pkmn/dex and @pkmn/sim" ,
66 "repository" : " github:pkmn/ps" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/mods" ,
3- "version" : " 0.9.39 " ,
3+ "version" : " 0.10.1 " ,
44 "description" : " Support for non-standard mods to @pkmn/sim and @pkmn/dex" ,
55 "repository" : " github:pkmn/ps" ,
66 "author" : " Guangcong Luo <guangcongluo@gmail.com> (http://guangcongluo.com)" ,
114114 " build"
115115 ],
116116 "dependencies" : {
117- "@pkmn/dex-types" : " ^0.10.0 "
117+ "@pkmn/dex-types" : " ^0.10.1 "
118118 },
119119 "devDependencies" : {
120- "@pkmn/dex" : " ^0.9.39 " ,
121- "@pkmn/sim" : " ^0.10.0 "
120+ "@pkmn/dex" : " ^0.10.1 " ,
121+ "@pkmn/sim" : " ^0.10.1 "
122122 },
123123 "scripts" : {
124124 "lint" : " eslint --cache src" ,
Original file line number Diff line number Diff line change 4040 "@pkmn/types" : " ^4.0.0"
4141 },
4242 "devDependencies" : {
43- "@pkmn/dex" : " ^0.10.0 " ,
44- "@pkmn/data" : " ^0.10.0 "
43+ "@pkmn/dex" : " ^0.10.1 " ,
44+ "@pkmn/data" : " ^0.10.1 "
4545 },
4646 "scripts" : {
4747 "lint" : " eslint --cache src" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/randoms" ,
3- "version" : " 0.10.0 " ,
3+ "version" : " 0.10.1 " ,
44 "description" : " Random team generation logic for Pokémon Showdown's Random Battle formats" ,
55 "repository" : " github:pkmn/ps" ,
66 "license" : " MIT" ,
1515 " build"
1616 ],
1717 "dependencies" : {
18- "@pkmn/sim" : " ^0.10.0 "
18+ "@pkmn/sim" : " ^0.10.1 "
1919 },
2020 "scripts" : {
2121 "lint" : " eslint --cache src" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/sim" ,
3- "version" : " 0.10.0 " ,
3+ "version" : " 0.10.1 " ,
44 "description" : " An automatically generated extraction of just the simulator portion of Pokémon Showdown" ,
55 "repository" : " github:pkmn/ps" ,
66 "homepage" : " https://psim.us" ,
You can’t perform that action at this time.
0 commit comments