diff --git a/defaultConfig.json b/defaultConfig.json index a2ed77f..fa912a0 100644 --- a/defaultConfig.json +++ b/defaultConfig.json @@ -29,6 +29,11 @@ "keyQueryParam": null, "collapseQueryArrays": false, "endpoints": { + "account": { + "getByPuuid": "/riot/account/v1/accounts/by-puuid/%s", + "getByRiotId": "/riot/account/v1/accounts/by-riot-id/%s/%s", + "getActiveShard": "/riot/account/v1/active-shards/by-game/%s/by-puuid/%s" + }, "championMastery": { "getAllChampionMasteries": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s", "getChampionMastery": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s/by-champion/%s", diff --git a/package.json b/package.json index 43b8571..93bfb67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teemojs", - "version": "1.5.0", + "version": "1.5.1", "description": "A Fast & Lightweight Riot API Wrapper", "main": "index.js", "scripts": {