lol-constants 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -174,7 +174,7 @@ export declare type RuneTreeName = typeof RuneTreeNames[keyof typeof RuneTreeNam
174
174
  export declare type RuneTreeType = keyof typeof RuneTreeTypes;
175
175
  export declare type StatRunesCategory = 'StatRunes';
176
176
  export declare type RuneCategory = RuneTreeType | StatRunesCategory;
177
- export declare type RuneSlice = RuneTreeName | StatRunesCategory;
177
+ export declare type RuneCategorySlice = RuneTreeName | StatRunesCategory;
178
178
  export declare type Position = keyof typeof Positions;
179
179
  export declare type Lane = keyof typeof Lanes;
180
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.6.0",
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",