@zikeji/hypixel
Advanced tools
Comparing version 1.5.2 to 1.6.0
@@ -6,2 +6,14 @@ # Changelog | ||
## [1.6.0](https://github.com/zikeji/node-hypixel/compare/v1.5.2...v1.6.0) (2020-10-18) | ||
### Features | ||
* **docs:** add Swagger client with some styling ([7ef6f72](https://github.com/zikeji/node-hypixel/commit/7ef6f72587e197a933e63c3eed7d8727ebc74e6a)) | ||
### Bug Fixes | ||
* include all in dist folder ([afa5044](https://github.com/zikeji/node-hypixel/commit/afa5044bbe96ba90f193f9607faadf15e2b0dadb)) | ||
### [1.5.2](https://github.com/zikeji/node-hypixel/compare/v1.5.1...v1.5.2) (2020-10-18) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@zikeji/hypixel", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "An unopinionated async/await API wrapper for Hypixel's Public API developed in TypeScript complete with documentation, OpenAPI 3.0 spec, intellisense, typed interfaces for all API responses, rate-limit handling, a few helpers, and support for undocumented endpoints.", | ||
@@ -29,2 +29,4 @@ "main": "dist/index.js", | ||
"homepage": "https://node-hypixel.zikeji.com/", | ||
"author": "Zikeji <me@zikeji.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -51,4 +53,3 @@ "url": "https://github.com/zikeji/node-hypixel/issues" | ||
"files": [ | ||
"dist/*.js", | ||
"dist/**/*.d.ts" | ||
"dist/" | ||
], | ||
@@ -210,7 +211,6 @@ "release": { | ||
}, | ||
"author": "Zikeji <me@zikeji.com>", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@mdi/svg": "^5.7.55", | ||
"@semantic-release/changelog": "^5.0.1", | ||
@@ -234,8 +234,14 @@ "@semantic-release/git": "^9.0.0", | ||
"eslint-config-airbnb-typescript-prettier": "^3.1.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^8.1.3", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.1.2", | ||
"prismjs": "^1.22.0", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"replace": "^1.2.0", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.1.2", | ||
"stylus-svg": "^1.2.0", | ||
"swagger-ui": "^3.35.2", | ||
"ts-node": "^9.0.0", | ||
@@ -246,3 +252,3 @@ "typedoc": "^0.19.2", | ||
"typescript": "^4.0.3", | ||
"vuepress": "^1.6.0", | ||
"vuepress": "^1.7.1", | ||
"vuepress-plugin-typedoc": "^0.1.0", | ||
@@ -249,0 +255,0 @@ "vuepress-theme-hope": "^1.0.1" |
86863
35
496
40