Skip to content

Commit

Permalink
Regen, release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Sep 8, 2020
1 parent 3e2640e commit c607e5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c607e5c

Please sign in to comment.