File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/client" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " Client battle engine for Pokémon Showdown" ,
55 "repository" : " github:pkmn/ps" ,
66 "license" : " MIT" ,
1616 ],
1717 "dependencies" : {
1818 "@pkmn/data" : " ^0.10.2" ,
19- "@pkmn/protocol" : " ^0.7.1 "
19+ "@pkmn/protocol" : " ^0.7.2 "
2020 },
2121 "devDependencies" : {
2222 "@pkmn/dex" : " ^0.10.2"
Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ export class Battle {
129129 pokemon . ability = p . ability ;
130130 pokemon . baseAbility = p . baseAbility ;
131131 pokemon . item = p . item ;
132- pokemon . terastallized = p . teraType ;
133132
134133 pokemon . hp = p . hp ;
135134 pokemon . maxhp = p . maxhp ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/protocol" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " Parsing logic for Pokémon Showdown's PROTOCOL and SIM-PROTOCOL" ,
55 "repository" : " github:pkmn/ps" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/view" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " Library for building Pokémon Showdown client UIs" ,
55 "repository" : " github:pkmn/ps" ,
66 "license" : " MIT" ,
1818 " build"
1919 ],
2020 "dependencies" : {
21- "@pkmn/protocol" : " ^0.7.1 " ,
21+ "@pkmn/protocol" : " ^0.7.2 " ,
2222 "@pkmn/types" : " ^4.0.0"
2323 },
2424 "scripts" : {
You can’t perform that action at this time.
0 commit comments