lol-constants 0.1.3 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  export declare const DDPaths: {
2
- CHAMPION_ICON_BASE: string;
3
- SPELL_ICON_BASE: string;
4
- PROFILE_ICON_BASE: string;
5
- ITEM_ICON_BASE: string;
6
- RUNE_ICON_BASE: string;
2
+ readonly CHAMPION_ICON_BASE: `${string}img/champion/`;
3
+ readonly SPELL_ICON_BASE: `${string}img/spell/`;
4
+ readonly PROFILE_ICON_BASE: `${string}img/profileicon/`;
5
+ readonly ITEM_ICON_BASE: `${string}img/item/`;
6
+ readonly RUNE_ICON_BASE: "./public/pics/league/";
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "0.1.3",
3
+ "version": "0.1.6",
4
4
  "description": "League of Legends constants and data resources, such as champion, item, runes reforged, summoner.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",