lol-constants 3.0.6 → 3.0.7

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/dist/Patch.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const Patch: {
2
- readonly version: "14.23";
2
+ readonly version: "14.24";
3
3
  };
package/dist/Patch.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export const Patch = {
2
- version: '14.23',
2
+ version: '14.24',
3
3
  };
@@ -1,12 +1,12 @@
1
1
  export declare const ChampionClasses: {
2
- readonly Enchanter: "Enchanter";
3
- readonly Catcher: "Catcher";
4
2
  readonly Juggernaut: "Juggernaut";
5
3
  readonly Diver: "Diver";
6
4
  readonly Burst: "Burst";
7
5
  readonly Battlemage: "Battlemage";
8
6
  readonly Artillery: "Artillery";
9
7
  readonly Marksman: "Marksman";
8
+ readonly Enchanter: "Enchanter";
9
+ readonly Catcher: "Catcher";
10
10
  readonly Assassin: "Assassin";
11
11
  readonly Skirmisher: "Skirmisher";
12
12
  readonly Vanguard: "Vanguard";
@@ -1,7 +1,4 @@
1
1
  export const ChampionClasses = {
2
- // # Controller
3
- 'Enchanter': 'Enchanter',
4
- 'Catcher': 'Catcher',
5
2
  // # Fighter
6
3
  'Juggernaut': 'Juggernaut',
7
4
  'Diver': 'Diver',
@@ -11,6 +8,9 @@ export const ChampionClasses = {
11
8
  'Artillery': 'Artillery',
12
9
  // # Marskman
13
10
  'Marksman': 'Marksman',
11
+ // # Controller
12
+ 'Enchanter': 'Enchanter',
13
+ 'Catcher': 'Catcher',
14
14
  // # Slayer
15
15
  'Assassin': 'Assassin',
16
16
  'Skirmisher': 'Skirmisher',
package/dist/lol.d.ts CHANGED
@@ -22,21 +22,21 @@ export declare const lol: {
22
22
  * ## Current patch version
23
23
  * What patch the library is currently on. *(read-only)*
24
24
  */
25
- version: "14.23";
25
+ version: "14.24";
26
26
  /**
27
27
  * ## Constants
28
28
  * Riot API defined constants.
29
29
  */
30
30
  const: {
31
31
  ChampionClasses: {
32
- readonly Enchanter: "Enchanter";
33
- readonly Catcher: "Catcher";
34
32
  readonly Juggernaut: "Juggernaut";
35
33
  readonly Diver: "Diver";
36
34
  readonly Burst: "Burst";
37
35
  readonly Battlemage: "Battlemage";
38
36
  readonly Artillery: "Artillery";
39
37
  readonly Marksman: "Marksman";
38
+ readonly Enchanter: "Enchanter";
39
+ readonly Catcher: "Catcher";
40
40
  readonly Assassin: "Assassin";
41
41
  readonly Skirmisher: "Skirmisher";
42
42
  readonly Vanguard: "Vanguard";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "League of Legends constants, functions, and types. Provides a plathera of functions to easily convert between ID, Name, and Key for champions, items, summoner spells, and runes.",
5
5
  "license": "MIT",
6
6
  "type": "module",