@blizzard-api/wow 3.0.5 → 3.0.6

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
@@ -1144,7 +1144,7 @@ interface CharacterProfileSummaryResponse extends ResponseBase {
1144
1144
  experience: number;
1145
1145
  faction: Faction;
1146
1146
  gender: Gender;
1147
- guild: Guild$2;
1147
+ guild?: Guild$2;
1148
1148
  houses?: Array<Href>;
1149
1149
  hunter_pets: Href;
1150
1150
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzard-api/wow",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "license": "MIT",
5
5
  "author": "Putro",
6
6
  "description": "A series of helpers to interact with the World of Warcraft Blizzard API",