hive-bedrock-api 1.0.5-beta.2 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,7 +109,7 @@ export type AVATAR = {
109
109
  };
110
110
  export interface API_USER_MAIN {
111
111
  UUID: string;
112
- xuid: string;
112
+ xuid: number;
113
113
  username: string;
114
114
  username_cc: string;
115
115
  rank: RANK;
@@ -35,7 +35,7 @@ exports.GAME_INFO = (_a = {},
35
35
  },
36
36
  _a[GAME.HideAndSeek] = {
37
37
  id: GAME.HideAndSeek,
38
- maxLevel: 50,
38
+ maxLevel: 75,
39
39
  increment: 100,
40
40
  incrementCap: null,
41
41
  prestige: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hive-bedrock-api",
3
- "version": "1.0.5-beta.2",
3
+ "version": "1.0.6",
4
4
  "description": "An API wrapper for the Hive Minecraft Bedrock Edition server.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",