lol-constants 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -32135,4 +32135,4 @@ export declare const championByName: {
32135
32135
  };
32136
32136
  version: string;
32137
32137
  };
32138
- export { ChampionKey, ChampionName } from './types';
32138
+ export type { ChampionKey, ChampionName } from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "0.1.5",
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",