@zikeji/hypixel
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -6,2 +6,17 @@ # Changelog | ||
### [3.1.1](https://github.com/zikeji/node-hypixel/compare/v3.1.0...v3.1.1) (2021-03-30) | ||
### Bug Fixes | ||
* add bigint check ([8988723](https://github.com/zikeji/node-hypixel/commit/89887236d5f4cf2a2f177ab336819a71eeb65003)) | ||
### Miscellaneous Chores | ||
* **deps:** update dependencies ([5400617](https://github.com/zikeji/node-hypixel/commit/54006179767eea36750aaacfe099f54896e26759)) | ||
* **deps docs:** bump typedoc plugin ([1f65240](https://github.com/zikeji/node-hypixel/commit/1f65240629de9da946b0667f2faeea8968b026cc)) | ||
* **deps docs:** update documentation deps and update styles to fix issues ([34988f2](https://github.com/zikeji/node-hypixel/commit/34988f266062531b7da582f8f98164d48403a014)) | ||
* **docs:** update CI action ([f737eda](https://github.com/zikeji/node-hypixel/commit/f737edaf43ad428163b191016c270c27650b0c03)) | ||
## [3.1.0](https://github.com/zikeji/node-hypixel/compare/v3.0.3...v3.1.0) (2021-03-22) | ||
@@ -8,0 +23,0 @@ |
{ | ||
"name": "@zikeji/hypixel", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "With thorough IntelliSense support & 100% test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses (and an OpenAPI 3.0 schema!), built-in rate-limit handling, flexible cache support, helper functions, and support for undocumented endpoints.", | ||
@@ -249,3 +249,3 @@ "main": "dist/index.js", | ||
"@mr-hope/vuepress-plugin-last-update": "^1.9.6", | ||
"@mr-hope/vuepress-types": "^1.12.1", | ||
"@mr-hope/vuepress-types": "^1.13.3", | ||
"@semantic-release/changelog": "^5.0.1", | ||
@@ -258,6 +258,6 @@ "@semantic-release/exec": "^5.0.0", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.28", | ||
"@types/node": "^14.14.37", | ||
"@types/yargs-parser": "^20.2.0", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"@typescript-eslint/eslint-plugin": "^4.20.0", | ||
"@typescript-eslint/parser": "^4.20.0", | ||
"chai": "^4.3.0", | ||
@@ -270,3 +270,3 @@ "chai-as-promised": "^7.1.1", | ||
"dtsgenerator": "^3.7.0", | ||
"eslint": "^7.20.0", | ||
"eslint": "^7.23.0", | ||
"eslint-config-airbnb-typescript-prettier": "^4.1.0", | ||
@@ -280,4 +280,4 @@ "esm": "^3.2.25", | ||
"prismjs": "^1.23.0", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"remarkable": "^2.0.1", | ||
@@ -289,8 +289,8 @@ "rimraf": "^3.0.2", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.33", | ||
"typedoc": "^0.20.34", | ||
"typedoc-plugin-markdown": "^3.4.5", | ||
"typescript": "^4.1.5", | ||
"vuepress": "^1.8.1", | ||
"vuepress-plugin-typedoc": "^0.5.0", | ||
"vuepress-theme-hope": "^1.9.6", | ||
"vuepress-plugin-typedoc": "^0.6.0", | ||
"vuepress-theme-hope": "^1.13.3", | ||
"yaml-loader": "^0.6.0" | ||
@@ -297,0 +297,0 @@ }, |
777310