lol-constants 3.2.2 → 3.2.3

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: "15.15";
2
+ readonly version: "15.16";
3
3
  };
package/dist/Patch.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export const Patch = {
2
- version: '15.15',
2
+ version: '15.16',
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: "15.15";
25
+ version: "15.16";
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.2.2",
3
+ "version": "3.2.3",
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",