@zikeji/hypixel
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -6,2 +6,16 @@ # Changelog | ||
## [2.2.0](https://github.com/zikeji/node-hypixel/compare/v2.1.2...v2.2.0) (2021-03-19) | ||
### Features | ||
* **helpers:** add SkyWars helpers for level and prestige ([15be627](https://github.com/zikeji/node-hypixel/commit/15be62719ac88af96f0342ad86e065f98a5915fc)), closes [#203](https://github.com/zikeji/node-hypixel/issues/203) | ||
### Documentation | ||
* **helpers:** add SkyWars helpers documentation ([ed80716](https://github.com/zikeji/node-hypixel/commit/ed807166c38206f21f25daf3c67cadb4e27ddd46)) | ||
* fix typo in bedwars info ([db7ab77](https://github.com/zikeji/node-hypixel/commit/db7ab77f6e5a11ca1a95a3770f44537a4c246dfd)) | ||
* optimize webp examples ([37abc23](https://github.com/zikeji/node-hypixel/commit/37abc2300d1e692d75e951670e6925f227e7dd93)) | ||
### [2.1.2](https://github.com/zikeji/node-hypixel/compare/v2.1.1...v2.1.2) (2021-03-19) | ||
@@ -8,0 +22,0 @@ |
@@ -13,2 +13,4 @@ export * from "./Client"; | ||
export * from "./helpers/SkyBlockSkills"; | ||
export * from "./helpers/SkyWarsLevelInfo"; | ||
export * from "./helpers/SkyWarsPrestige"; | ||
export * from "./helpers/TransformItemData"; | ||
@@ -15,0 +17,0 @@ export * from "./helpers/TransformSkyBlockItemData"; |
@@ -25,2 +25,4 @@ "use strict"; | ||
__exportStar(require("./helpers/SkyBlockSkills"), exports); | ||
__exportStar(require("./helpers/SkyWarsLevelInfo"), exports); | ||
__exportStar(require("./helpers/SkyWarsPrestige"), exports); | ||
__exportStar(require("./helpers/TransformItemData"), exports); | ||
@@ -27,0 +29,0 @@ __exportStar(require("./helpers/TransformSkyBlockItemData"), exports); |
{ | ||
"name": "@zikeji/hypixel", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"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.", | ||
@@ -22,2 +22,3 @@ "main": "dist/index.js", | ||
"test": "nodenv --exec npx -- mocha -r ts-node/register tests/**/*.test.ts", | ||
"test:helpers": "nodenv --exec npx -- mocha -r ts-node/register tests/helpers.test.ts", | ||
"test:ci": "mocha -r ts-node/register tests/**/*.test.ts", | ||
@@ -24,0 +25,0 @@ "test:lint": "eslint --ext ts src", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
581839
110
9680