@blizzard-api/classic-wow 3.0.4 → 3.0.5

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -355,7 +355,7 @@ interface CharacterProfileSummaryResponse extends ResponseBase {
355
355
  experience: number;
356
356
  faction: Faction;
357
357
  gender: Gender;
358
- guild: Guild$1;
358
+ guild?: Guild$1;
359
359
  hunter_pets?: Href;
360
360
  id: number;
361
361
  is_ghost?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzard-api/classic-wow",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
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",