lol-constants 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -32136,3 +32136,4 @@ export declare const championByName: {
32136
32136
  version: string;
32137
32137
  };
32138
32138
  export * from './types';
32139
+ export * from './types/Meta';
package/dist/index.js CHANGED
@@ -33,3 +33,4 @@ const championByName_json_1 = __importDefault(require("./generated/championByNam
33
33
  exports.championByKey = championByKey_json_1.default;
34
34
  exports.championByName = championByName_json_1.default;
35
35
  __exportStar(require("./types"), exports);
36
+ __exportStar(require("./types/Meta"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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",