mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-01 06:35:54 -05:00
@smogon is the preferred namespace for packages (eg. @smogon/calc), but the fact that this import logic previously contained code from two non-Smogon sources made such naming awkward. Given the damage calc didn't end up using these sources (and the Pokémon Showdown client doesn't either), its simpler to just remove the logic for third party imports entirely. This allows us to remove ugly 'hidden' JSON5 dependency, as well as `smogon.com/` namespacing on the sources. This commit also tidies up the package.json and type definitions to be more robust. It makes `--access public` the default when publishing and cleans up unpkg support. This is obviously a breaking change, but it's also a package rename so we get to start the version from zero there :). A corresponding commit will be added to the client to account for these changes. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| LICENSE | ||
| README.md | ||
@smogon/sets
This package contains sets imported or generated from the following sources:
dex: sets from Smogon.com's analyses. These sets are copyrighted by Smogon.com and its contributors and you must first receive permission from Smogon.com before using sets from this data source in your application.stats: sets generated based on usage stats from ladder play on the official Pokémon Showdown server.
License
The types and loading logic, as well as data from the stats source is distributed under the terms of the MIT License.
Other sources of data may be subject to additional restrictions and their use should be negotiated beforehand with their original authors.