Most notable in this release:

- TypeScript types are working! (62023bd299)

I don't know if the previous f47e38c5a system worked, but the new one
I've tested and confirmed it does!
This commit is contained in:
Guangcong Luo 2025-02-26 16:46:32 -08:00
parent 3a67602d6a
commit 995b43201a

View File

@ -1,7 +1,7 @@
{
"name": "pokemon-showdown",
"description": "The server for the Pokémon Showdown battle simulator",
"version": "0.11.9",
"version": "0.11.10",
"main": "dist/sim/index.js",
"types": "dist/sim/index.d.ts",
"dependencies": {