Initial public release. Implements Wynncraft API v3 3.7.2.
Added
- Initial public release of
@wynnjs/api - Typed
WynnClientwith modules for all Wynncraft API v3 endpoints (player, guild, item, ability, classes, map, search, leaderboards, news, oauth) - Zod schemas and exported TypeScript types for request options and response shapes
WynnApiErrorsubclasses for known API error responses- Rate-limit header parsing on every response
- Dual ESM and CommonJS builds with
.d.tsdeclarations - JSDoc on the public API surface
- Doc-example fixture tests synced from Wynncraft API docs
- Module and integration tests with
axios-mock-adapter - Runnable examples in
examples/ - CI workflow (lint, format, typecheck, test, build, Node consumer smoke test)