lol-constants 3.0.5 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Patch.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const Patch: {
2
- readonly version: "14.22";
2
+ readonly version: "14.23";
3
3
  };
package/dist/Patch.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export const Patch = {
2
- version: '14.22',
2
+ version: '14.23',
3
3
  };
package/dist/lol.d.ts CHANGED
@@ -22,7 +22,7 @@ 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.22";
25
+ version: "14.23";
26
26
  /**
27
27
  * ## Constants
28
28
  * Riot API defined constants.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
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",