Release 0.11.7

I've spent the past few weeks working on build systems for other
projects, and this has paid off in having a better understanding of
things here.

The NPM package should now be much easier to use now.

Major changes:

- TypeScript definitions (f47e38c5ad)

- Support for importing teams (ddb6010bb9)

- A CLI for exporting teams (ddb6010bb9)

- `lib/` available as an unstable API in the NPM package (147b7e01c9)

- Lots of documentation updates (a813a55679)
This commit is contained in:
Guangcong Luo 2021-06-10 09:23:05 -07:00
parent ea8e9df4e6
commit 907128918f

View File

@ -1,7 +1,7 @@
{
"name": "pokemon-showdown",
"description": "The server for the Pokémon Showdown battle simulator",
"version": "0.11.6",
"version": "0.11.7",
"main": ".sim-dist/index.js",
"dependencies": {
"@types/better-sqlite3": "^5.4.0",