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 = `http://ddragon.leagueoflegends.com/cdn/${version}`;
5
+ const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
6
6
  /**
7
7
  * DataDragon CDN Paths.
8
8
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "League of Legends constants and data resources, such as champion, item, runes reforged, summoner spells.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",