@blizzard-api/classic-wow 1.1.5 → 1.1.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ Because there are multiple classic flavours of the game, each endpoint will take
|
|
|
63
63
|
|
|
64
64
|
## Notes on Types
|
|
65
65
|
|
|
66
|
-
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.
|
|
66
|
+
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 to be some discrepancies. If you encounter any issues with the types from this package, please open an issue or a pull request.
|
|
67
67
|
|
|
68
68
|
## Client
|
|
69
69
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blizzard-api/classic-wow",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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",
|
|
7
|
-
"repository": "https://github.com/Pewtro/blizzard/tree/main/packages/classic-wow",
|
|
7
|
+
"repository": "https://github.com/Pewtro/blizzard-api/tree/main/packages/classic-wow",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"engines": {
|
|
10
10
|
"node": "^18.18 || ^20.9 || ^21.1 || ^22"
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@blizzard-api/core": "1.2.
|
|
41
|
+
"@blizzard-api/core": "1.2.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@blizzard-api/core": "1.2.
|
|
44
|
+
"@blizzard-api/core": "1.2.1"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsup",
|