@blizzard-api/classic-wow 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -423,6 +423,8 @@ interface CharacterProfileSummaryResponse extends ResponseBase {
423
423
  gender: Gender;
424
424
  guild: Guild$2;
425
425
  id: number;
426
+ is_ghost?: boolean;
427
+ is_self_found?: boolean;
426
428
  last_login_timestamp: number;
427
429
  level: number;
428
430
  media: Href;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzard-api/classic-wow",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Putro",
6
6
  "description": "A series of helpers to interact with the World of Warcraft Classic Blizzard API",