@blizzard-api/wow 3.0.3 → 3.0.4

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
@@ -2899,7 +2899,7 @@ interface MediaSearchResponse extends SearchResponseWithoutResults {
2899
2899
  }
2900
2900
  interface MediaSearchResponseItem extends KeyBase {
2901
2901
  data: {
2902
- assets: Array<MediaAsset>;
2902
+ assets?: Array<MediaAsset>;
2903
2903
  id?: number;
2904
2904
  };
2905
2905
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzard-api/wow",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "license": "MIT",
5
5
  "author": "Putro",
6
6
  "description": "A series of helpers to interact with the World of Warcraft Blizzard API",