File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/anon" ,
3- "version" : " 0.1.27 " ,
3+ "version" : " 0.1.28 " ,
44 "description" : " Logic for anonymizing Pokémon Showdown battle simulator logs" ,
55 "repository" : " github:pkmn/stats" ,
66 "license" : " MIT" ,
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@pkmn/data" : " ^0.9.36 " ,
19+ "@pkmn/data" : " ^0.9.37 " ,
2020 "@pkmn/protocol" : " ^0.7.0"
2121 },
2222 "devDependencies" : {
23- "@pkmn/dex" : " ^0.9.36 "
23+ "@pkmn/dex" : " ^0.9.37 "
2424 },
2525 "scripts" : {
2626 "lint" : " eslint --cache src" ,
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "dependencies" : {
66 "@pkmn/anon" : " file:anon" ,
7- "@pkmn/data" : " ^0.9.36 " ,
8- "@pkmn/dex" : " ^0.9.36 " ,
7+ "@pkmn/data" : " ^0.9.37 " ,
8+ "@pkmn/dex" : " ^0.9.37 " ,
99 "@pkmn/logs" : " file:logs" ,
1010 "@pkmn/stats" : " file:stats" ,
1111 "json-stringify-pretty-compact" : " 3.0.0" ,
1919 "devDependencies" : {
2020 "@babel/preset-env" : " ^7.28.0" ,
2121 "@babel/preset-typescript" : " ^7.27.1" ,
22- "@pkmn/eslint-config" : " ^9.11 .0" ,
22+ "@pkmn/eslint-config" : " ^9.12 .0" ,
2323 "@types/jest" : " ^30.0.0" ,
2424 "@types/node" : " ^24.1.0" ,
2525 "eslint" : " ^9.32.0" ,
2929 "subpkg" : " ^4.1.0" ,
3030 "tsup" : " ^8.5.0" ,
3131 "typescript-eslint" : " ^8.38.0" ,
32- "typescript" : " ^5.8.3 "
32+ "typescript" : " ^5.9.2 "
3333 },
3434 "subPackages" : [" anon" , " logs" , " stats" ],
3535 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkmn/stats" ,
3- "version" : " 0.2.30 " ,
3+ "version" : " 0.2.31 " ,
44 "description" : " Logic for processing usage stats from Pokémon Showdown battle simulator logs" ,
55 "repository" : " github:pkmn/stats" ,
66 "license" : " MIT" ,
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@pkmn/data" : " ^0.9.36 "
19+ "@pkmn/data" : " ^0.9.37 "
2020 },
2121 "devDependencies" : {
22- "@pkmn/dex" : " ^0.9.36 " ,
22+ "@pkmn/dex" : " ^0.9.37 " ,
2323 "json-stringify-pretty-compact" : " 3.0.0"
2424 },
2525 "scripts" : {
You can’t perform that action at this time.
0 commit comments