@zikeji/hypixel
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -6,2 +6,9 @@ # Changelog | ||
### [2.2.2](https://github.com/zikeji/node-hypixel/compare/v2.2.1...v2.2.2) (2021-03-19) | ||
### Bug Fixes | ||
* **deno:** add deno-types comments ([cd97322](https://github.com/zikeji/node-hypixel/commit/cd9732245a65d85f1c1b9464666f16b9345a5f67)) | ||
### [2.2.1](https://github.com/zikeji/node-hypixel/compare/v2.2.0...v2.2.1) (2021-03-19) | ||
@@ -8,0 +15,0 @@ |
@@ -16,14 +16,27 @@ "use strict"; | ||
const url_1 = require("url"); | ||
// @deno-types="./errors/GenericHTTPError.ts" | ||
const GenericHTTPError_1 = require("./errors/GenericHTTPError"); | ||
// @deno-types="./errors/InvalidKeyError.ts" | ||
const InvalidKeyError_1 = require("./errors/InvalidKeyError"); | ||
// @deno-types="./errors/RateLimitError.ts" | ||
const RateLimitError_1 = require("./errors/RateLimitError"); | ||
// @deno-types="./methods/findGuild.ts" | ||
const findGuild_1 = require("./methods/findGuild"); | ||
// @deno-types="./methods/friends.ts" | ||
const friends_1 = require("./methods/friends"); | ||
// @deno-types="./methods/guild.ts" | ||
const guild_1 = require("./methods/guild"); | ||
// @deno-types="./methods/player.ts" | ||
const player_1 = require("./methods/player"); | ||
// @deno-types="./methods/recentGames.ts" | ||
const recentGames_1 = require("./methods/recentGames"); | ||
// @deno-types="./methods/resources.ts" | ||
const resources_1 = require("./methods/resources"); | ||
// @deno-types="./methods/skyblock.ts" | ||
const skyblock_1 = require("./methods/skyblock"); | ||
// @deno-types="./methods/status.ts" | ||
const status_1 = require("./methods/status"); | ||
// @deno-types="./util/Queue.ts" | ||
const Queue_1 = require("./util/Queue"); | ||
// @deno-types="./util/ResultObject.ts" | ||
const ResultObject_1 = require("./util/ResultObject"); | ||
@@ -30,0 +43,0 @@ /** @internal */ |
@@ -12,2 +12,3 @@ "use strict"; | ||
exports.getBedwarsLevelInfo = void 0; | ||
// @deno-types="./MinecraftFormatting.ts" | ||
const MinecraftFormatting_1 = require("./MinecraftFormatting"); | ||
@@ -14,0 +15,0 @@ /** @internal */ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getPlayerRank = exports.PlayerRanks = void 0; | ||
// @deno-types="./MinecraftFormatting.ts" | ||
const MinecraftFormatting_1 = require("./MinecraftFormatting"); | ||
@@ -5,0 +6,0 @@ /** @internal */ |
@@ -12,2 +12,3 @@ "use strict"; | ||
exports.getSkyWarsLevelInfo = exports.totalExpToSkyWarsLevel = void 0; | ||
// @deno-types="./SkyWarsPrestige.ts" | ||
const SkyWarsPrestige_1 = require("./SkyWarsPrestige"); | ||
@@ -14,0 +15,0 @@ /** @internal */ |
@@ -12,2 +12,3 @@ "use strict"; | ||
exports.getSkyWarsPrestigeForLevel = exports.SkyWarsPrestiges = void 0; | ||
// @deno-types="./MinecraftFormatting.ts" | ||
const MinecraftFormatting_1 = require("./MinecraftFormatting"); | ||
@@ -14,0 +15,0 @@ /** |
@@ -13,2 +13,3 @@ "use strict"; | ||
exports.transformSkyBlockProfileMemberInventories = void 0; | ||
// @deno-types="./TransformItemData.ts" | ||
const TransformItemData_1 = require("./TransformItemData"); | ||
@@ -15,0 +16,0 @@ /** @internal */ |
@@ -13,32 +13,62 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// @deno-types="./Client.ts" | ||
__exportStar(require("./Client"), exports); | ||
// @deno-types="./errors/GenericHTTPError.ts" | ||
__exportStar(require("./errors/GenericHTTPError"), exports); | ||
// @deno-types="./errors/InvalidKeyError.ts" | ||
__exportStar(require("./errors/InvalidKeyError"), exports); | ||
// @deno-types="./errors/RateLimitError.ts" | ||
__exportStar(require("./errors/RateLimitError"), exports); | ||
// @deno-types="./helpers/BedwarsLevelInfo.ts" | ||
__exportStar(require("./helpers/BedwarsLevelInfo"), exports); | ||
// @deno-types="./helpers/GuildLevel.ts" | ||
__exportStar(require("./helpers/GuildLevel"), exports); | ||
// @deno-types="./helpers/MinecraftFormatting.ts" | ||
__exportStar(require("./helpers/MinecraftFormatting"), exports); | ||
// @deno-types="./helpers/NetworkLevel.ts" | ||
__exportStar(require("./helpers/NetworkLevel"), exports); | ||
// @deno-types="./helpers/PlayerRank.ts" | ||
__exportStar(require("./helpers/PlayerRank"), exports); | ||
// @deno-types="./helpers/Romanize.ts" | ||
__exportStar(require("./helpers/Romanize"), exports); | ||
// @deno-types="./helpers/SkyBlockCollections.ts" | ||
__exportStar(require("./helpers/SkyBlockCollections"), exports); | ||
// @deno-types="./helpers/SkyBlockSkills.ts" | ||
__exportStar(require("./helpers/SkyBlockSkills"), exports); | ||
// @deno-types="./helpers/SkyWarsLevelInfo.ts" | ||
__exportStar(require("./helpers/SkyWarsLevelInfo"), exports); | ||
// @deno-types="./helpers/SkyWarsPrestige.ts" | ||
__exportStar(require("./helpers/SkyWarsPrestige"), exports); | ||
// @deno-types="./helpers/TransformItemData.ts" | ||
__exportStar(require("./helpers/TransformItemData"), exports); | ||
// @deno-types="./helpers/TransformSkyBlockItemData.ts" | ||
__exportStar(require("./helpers/TransformSkyBlockItemData"), exports); | ||
// @deno-types="./methods/findGuild.ts" | ||
__exportStar(require("./methods/findGuild"), exports); | ||
// @deno-types="./methods/friends.ts" | ||
__exportStar(require("./methods/friends"), exports); | ||
// @deno-types="./methods/guild.ts" | ||
__exportStar(require("./methods/guild"), exports); | ||
// @deno-types="./methods/player.ts" | ||
__exportStar(require("./methods/player"), exports); | ||
// @deno-types="./methods/recentGames.ts" | ||
__exportStar(require("./methods/recentGames"), exports); | ||
// @deno-types="./methods/resources/index.ts" | ||
__exportStar(require("./methods/resources"), exports); | ||
// @deno-types="./methods/resources/guilds.ts" | ||
__exportStar(require("./methods/resources/guilds"), exports); | ||
// @deno-types="./methods/resources/skyblock.ts" | ||
__exportStar(require("./methods/resources/skyblock"), exports); | ||
// @deno-types="./methods/skyblock/index.ts" | ||
__exportStar(require("./methods/skyblock"), exports); | ||
// @deno-types="./methods/skyblock/auction.ts" | ||
__exportStar(require("./methods/skyblock/auction"), exports); | ||
// @deno-types="./methods/skyblock/auctions.ts" | ||
__exportStar(require("./methods/skyblock/auctions"), exports); | ||
// @deno-types="./methods/skyblock/profiles.ts" | ||
__exportStar(require("./methods/skyblock/profiles"), exports); | ||
// @deno-types="./methods/status.ts" | ||
__exportStar(require("./methods/status"), exports); | ||
// @deno-types="./types/api.ts" | ||
__exportStar(require("./types/api"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.FindGuild = void 0; | ||
// @deno-types="../util/Method.ts" | ||
const Method_1 = require("../util/Method"); | ||
// @deno-types="../util/ResultObject.ts" | ||
const ResultObject_1 = require("../util/ResultObject"); | ||
@@ -16,0 +18,0 @@ class FindGuild extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.Friends = void 0; | ||
// @deno-types="../util/Method.ts" | ||
const Method_1 = require("../util/Method"); | ||
// @deno-types="../util/ResultArray.ts" | ||
const ResultArray_1 = require("../util/ResultArray"); | ||
@@ -16,0 +18,0 @@ class Friends extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.Guild = void 0; | ||
// @deno-types="../util/Method.ts" | ||
const Method_1 = require("../util/Method"); | ||
// @deno-types="../util/ResultObject.ts" | ||
const ResultObject_1 = require("../util/ResultObject"); | ||
@@ -16,0 +18,0 @@ class Guild extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.Player = void 0; | ||
// @deno-types="../util/Method.ts" | ||
const Method_1 = require("../util/Method"); | ||
// @deno-types="../util/ResultObject.ts" | ||
const ResultObject_1 = require("../util/ResultObject"); | ||
@@ -16,0 +18,0 @@ class Player extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.RecentGames = void 0; | ||
// @deno-types="../util/Method.ts" | ||
const Method_1 = require("../util/Method"); | ||
// @deno-types="../util/ResultArray.ts" | ||
const ResultArray_1 = require("../util/ResultArray"); | ||
@@ -16,0 +18,0 @@ class RecentGames extends Method_1.Method { |
@@ -1,5 +0,5 @@ | ||
import { Paths } from "../../types/api"; | ||
import type { Paths } from "../../types/api"; | ||
import { Method } from "../../util/Method"; | ||
import { ResultObject } from "../../util/ResultObject"; | ||
import { ResultArray } from "../../util/ResultArray"; | ||
import { ResultObject } from "../../util/ResultObject"; | ||
export declare class GuildsResources extends Method { | ||
@@ -6,0 +6,0 @@ /** |
@@ -13,5 +13,8 @@ "use strict"; | ||
exports.GuildsResources = void 0; | ||
// @deno-types="../../util/Method.ts" | ||
const Method_1 = require("../../util/Method"); | ||
// @deno-types="../../util/ResultObject.ts" | ||
const ResultObject_1 = require("../../util/ResultObject"); | ||
// @deno-types="../../util/ResultArray.ts" | ||
const ResultArray_1 = require("../../util/ResultArray"); | ||
const ResultObject_1 = require("../../util/ResultObject"); | ||
class GuildsResources extends Method_1.Method { | ||
@@ -18,0 +21,0 @@ /** |
@@ -13,5 +13,9 @@ "use strict"; | ||
exports.Resources = void 0; | ||
// @deno-types="../../util/Method.ts" | ||
const Method_1 = require("../../util/Method"); | ||
// @deno-types="../../util/ResultObject.ts" | ||
const ResultObject_1 = require("../../util/ResultObject"); | ||
// @deno-types="./guilds.ts" | ||
const guilds_1 = require("./guilds"); | ||
// @deno-types="./skyblock.ts" | ||
const skyblock_1 = require("./skyblock"); | ||
@@ -18,0 +22,0 @@ class Resources extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.SkyBlockResources = void 0; | ||
// @deno-types="../../util/Method.ts" | ||
const Method_1 = require("../../util/Method"); | ||
// @deno-types="../../util/ResultObject.ts" | ||
const ResultObject_1 = require("../../util/ResultObject"); | ||
@@ -16,0 +18,0 @@ class SkyBlockResources extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.SkyBlockAuction = void 0; | ||
// @deno-types="../../util/Method.ts" | ||
const Method_1 = require("../../util/Method"); | ||
// @deno-types="../../util/ResultArray.ts" | ||
const ResultArray_1 = require("../../util/ResultArray"); | ||
@@ -16,0 +18,0 @@ class SkyBlockAuction extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.SkyBlockAuctions = void 0; | ||
// @deno-types="../../util/Method.ts" | ||
const Method_1 = require("../../util/Method"); | ||
// @deno-types="../../util/ResultObject.ts" | ||
const ResultObject_1 = require("../../util/ResultObject"); | ||
@@ -16,0 +18,0 @@ class SkyBlockAuctions extends Method_1.Method { |
@@ -13,7 +13,13 @@ "use strict"; | ||
exports.SkyBlock = void 0; | ||
// @deno-types="../../util/Method.ts" | ||
const Method_1 = require("../../util/Method"); | ||
// @deno-types="../../util/ResultArray.ts" | ||
const ResultArray_1 = require("../../util/ResultArray"); | ||
// @deno-types="../../util/ResultObject.ts" | ||
const ResultObject_1 = require("../../util/ResultObject"); | ||
// @deno-types="./auction.ts" | ||
const auction_1 = require("./auction"); | ||
// @deno-types="./auctions.ts" | ||
const auctions_1 = require("./auctions"); | ||
// @deno-types="./profiles.ts" | ||
const profiles_1 = require("./profiles"); | ||
@@ -20,0 +26,0 @@ class SkyBlock extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.SkyBlockProfiles = void 0; | ||
// @deno-types="../../util/Method.ts" | ||
const Method_1 = require("../../util/Method"); | ||
// @deno-types="../../util/ResultArray.ts" | ||
const ResultArray_1 = require("../../util/ResultArray"); | ||
@@ -16,0 +18,0 @@ class SkyBlockProfiles extends Method_1.Method { |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.Status = void 0; | ||
// @deno-types="../util/Method.ts" | ||
const Method_1 = require("../util/Method"); | ||
// @deno-types="../util/ResultObject.ts" | ||
const ResultObject_1 = require("../util/ResultObject"); | ||
@@ -16,0 +18,0 @@ class Status extends Method_1.Method { |
@@ -1,2 +0,2 @@ | ||
import type { DefaultMeta } from ".."; | ||
import type { DefaultMeta } from "../Client"; | ||
import type { Components } from "../types/api"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@zikeji/hypixel", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
586853
9761