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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
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