lol-constants 1.5.5 → 1.5.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -173,6 +173,7 @@ export declare type RuneTreeId = typeof RuneTreeIds[keyof typeof RuneTreeIds];
173
173
  export declare type RuneTreeName = typeof RuneTreeNames[keyof typeof RuneTreeNames];
174
174
  export declare type RuneTreeType = keyof typeof RuneTreeTypes;
175
175
  export declare type StatRunesCategory = 'StatRunes';
176
+ export declare type RuneCategory = RuneTreeName | StatRunesCategory;
176
177
  export declare type Position = keyof typeof Positions;
177
178
  export declare type Lane = keyof typeof Lanes;
178
179
  export declare type Level = keyof typeof Levels;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "League of Legends constants and data resources, such as champion, item, runes reforged, summoner spells.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",