Skip to content

Commit

Permalink
Remove outdated ESDoc, Add dependency on request
Browse files Browse the repository at this point in the history
  • Loading branch information
chypriote committed Jul 4, 2023
1 parent 16ca639 commit eb3cd74
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 602 deletions.
5 changes: 0 additions & 5 deletions .esdoc.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# 0.14.1
* Remove outdated ESDoc, no replacement
* Add dependency on request (from riot api limiter)

# 0.14.0
* Upgrade riot rate limiter to 0.1.5

# 0.13.2
* Replaced outdated request with node-fetch

# 0.13.0
* Add support to MatcV5 api from Riot
* Add support to MatchV5 api from Riot
Feat:
* Add `/lol/match/v5/matches/by-puuid/{puuid}/ids`
* Add `/lol/match/v5/matches/{matchId}`
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kayn.js",
"version": "0.14.0",
"version": "0.14.1",
"main": "index.js",
"scripts": {
"example": "yarn lint-example && yarn build && babel ./example.js -o ./example.babel.js && node example.babel.js",
Expand All @@ -12,7 +12,6 @@
"lint-scripts": "prettier --config=prettier.json --write \"./_scripts/**/*.js\"",
"lint-typings": "prettier --config=prettier-typescript.json --write \"./typings/{,!(node_modules)/**/}*.ts\"",
"lint": "yarn lint-src && yarn lint-example && yarn lint-test && yarn lint-examples && yarn lint-scripts && yarn lint-typings",
"docs": "./node_modules/.bin/esdoc ./lib/**/*.js",
"test": "yarn build && yarn lint && yarn lint-test && yarn test-only",
"test-only": "node_modules/.bin/babel-istanbul cover ./node_modules/mocha/bin/_mocha -- --require babel-register \"test/unit/**/*.spec.js\"",
"test-integration": "yarn build && yarn lint && yarn lint-test && ./node_modules/.bin/babel-istanbul cover ./node_modules/mocha/bin/_mocha -- --require babel-register \"test/integration/**/*.spec.js\"",
Expand Down Expand Up @@ -42,8 +41,6 @@
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.3.7",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"find-in-files": "^0.5.0",
"istanbul": "^0.4.5",
"lint": "^0.8.19",
Expand All @@ -62,6 +59,7 @@
"lodash.merge": "^4.6.2",
"node-fetch-commonjs": "^3.3.1",
"redis": "^4.6.7",
"request": "^2.88.2",
"riot-ratelimiter-temp": "github:Colorfulstan/RiotRateLimiter-node#550c1ab5137003079a711c4a4e73caa3e81be07d",
"superstruct": "^0.6.0",
"supports-color": "^9.4.0"
Expand Down
Loading

0 comments on commit eb3cd74

Please sign in to comment.