lol-constants 1.5.5 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -173,6 +173,8 @@ 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 = RuneTreeType | StatRunesCategory;
177
+ export declare type RuneCategorySlice = RuneTreeName | StatRunesCategory;
176
178
  export declare type Position = keyof typeof Positions;
177
179
  export declare type Lane = keyof typeof Lanes;
178
180
  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.6.1",
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",