mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
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:
parent
ea8e9df4e6
commit
907128918f
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user