RubyGems
npm
Organizations
Log in
Sign up
npm
lol-constants
Versions diffs
2.16.1 → 2.16.2
lol-constants 2.16.1 → 2.16.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/core/types/championJson.d.ts
+1
-1
package/package.json
+1
-1
package/core/types/championJson.d.ts
CHANGED
Viewed
@@ -25,7 +25,7 @@ export interface ChampionJsonData {
25
25
partype: string;
26
26
info: ChampionJsonNewbieInfo;
27
27
stats: ChampionBaseStats;
28
-
spells: ChampionJsonSpell;
28
+
spells: ChampionJsonSpell
[]
;
29
29
passive: ChampionJsonPassive;
30
30
recommended: unknown[];
31
31
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "lol-constants",
3
-
"version": "2.16.
1
",
3
+
"version": "2.16.
2
",
4
4
"description": "League of Legends constants and data resources, such as champion, item, runes reforged, summoner spells.",
5
5
"main": "core/index.js",
6
6
"types": "core/index.d.ts",