@blizzard-api/client 1.0.0 → 1.0.1

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
@@ -11,7 +11,6 @@ Planned packages are:
11
11
 
12
12
  - `@blizzard-api/d3`
13
13
  - `@blizzard-api/hs`
14
- - `@blizzard-api/owl`
15
14
  - `@blizzard-api/sc2`
16
15
 
17
16
  ## Installation
package/dist/index.d.cts CHANGED
@@ -171,7 +171,7 @@ declare class BlizzardApiClient implements IBlizzardApiClient {
171
171
  'Battlenet-Namespace'?: string | undefined;
172
172
  };
173
173
  params: {
174
- locale: "en_US" | "es_MX" | "pt_BR" | "en_GB" | "es_ES" | "fr_FR" | "ru_RU" | "de_DE" | "pt_PT" | "it_IT" | "ko_KR" | "zh_TW" | "multi";
174
+ locale: "en_US" | "es_MX" | "pt_BR" | "en_GB" | "es_ES" | "fr_FR" | "ru_RU" | "de_DE" | "pt_PT" | "it_IT" | "ko_KR" | "zh_TW" | "zh_CN" | "multi";
175
175
  };
176
176
  };
177
177
  /**
package/dist/index.d.ts CHANGED
@@ -171,7 +171,7 @@ declare class BlizzardApiClient implements IBlizzardApiClient {
171
171
  'Battlenet-Namespace'?: string | undefined;
172
172
  };
173
173
  params: {
174
- locale: "en_US" | "es_MX" | "pt_BR" | "en_GB" | "es_ES" | "fr_FR" | "ru_RU" | "de_DE" | "pt_PT" | "it_IT" | "ko_KR" | "zh_TW" | "multi";
174
+ locale: "en_US" | "es_MX" | "pt_BR" | "en_GB" | "es_ES" | "fr_FR" | "ru_RU" | "de_DE" | "pt_PT" | "it_IT" | "ko_KR" | "zh_TW" | "zh_CN" | "multi";
175
175
  };
176
176
  };
177
177
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzard-api/client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Putro",
6
6
  "description": "A node.js axios client to integrate with the blizzard battle.net api.",
@@ -39,20 +39,18 @@
39
39
  "diablo",
40
40
  "d3",
41
41
  "hs",
42
- "hearthstone",
43
- "ow",
44
- "overwatch"
42
+ "hearthstone"
45
43
  ],
46
44
  "dependencies": {
47
45
  "axios": "1.6.8"
48
46
  },
49
47
  "peerDependencies": {
50
- "@blizzard-api/core": "1.0.0"
48
+ "@blizzard-api/core": "1.1.0"
51
49
  },
52
50
  "devDependencies": {
53
- "@blizzard-api/classic-wow": "1.0.0",
54
- "@blizzard-api/core": "1.0.0",
55
- "@blizzard-api/wow": "1.0.0"
51
+ "@blizzard-api/classic-wow": "1.1.1",
52
+ "@blizzard-api/core": "1.1.0",
53
+ "@blizzard-api/wow": "1.1.1"
56
54
  },
57
55
  "scripts": {
58
56
  "build": "tsup",