@blizzard-api/wow 0.2.2 → 0.2.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.
package/README.md CHANGED
@@ -35,6 +35,10 @@ const achievement = wow.achievement(123);
35
35
  type AchievementResponse = ExtractResourceType<typeof achievement>;
36
36
  ```
37
37
 
38
+ ## Differences to @blizzard-api/classic-wow
39
+
40
+ This package is specifically for World of Warcraft (retail or modern), and as such, the endpoints and responses are different from the classic variants. If you are looking for the classic version of World of Warcraft, you should use `@blizzard-api/classic-wow` instead.
41
+
38
42
  ## Types
39
43
 
40
44
  The types are manually created from using the Blizzard API documentation, and are as accurate as possible with smoke testing each endpoint. However, no-one is perfect so there is likely be some discrepancies. If you encounter any issues with the types from this package, please open an issue or a pull request.