lol-constants 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DDPaths = void 0;
|
4
4
|
const version = '12.12.1';
|
5
|
-
const base = `
|
5
|
+
const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
|
6
6
|
/**
|
7
7
|
* DataDragon CDN Paths.
|
8
8
|
*/
|
package/package.json
CHANGED