From 75c1447bb68c18adbcb1ec23c1d008278afc04fe Mon Sep 17 00:00:00 2001 From: extremeheat Date: Wed, 15 Mar 2023 01:11:49 -0400 Subject: [PATCH] Release 3.26.0 (#358) * Update package.json * Update index.d.ts * Update HISTORY.md --- HISTORY.md | 4 ++++ index.d.ts | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d9e801f..a11dae2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 3.26.0 +* 1.19.70 support (@CreeperG16) +* types: add some type hints (#354) @hvlxh + # 3.25.0 * 1.19.63 support (@stevarino) * Add close packet in server player API doc (#347) @hvlxh diff --git a/index.d.ts b/index.d.ts index 17eb8ee..92f2910 100644 --- a/index.d.ts +++ b/index.d.ts @@ -3,7 +3,7 @@ import { Realm } from "prismarine-realms" import { ServerDeviceCodeResponse } from "prismarine-auth" declare module "bedrock-protocol" { - type Version = '1.19.63' | '1.19.62' | '1.19.60' | '1.19.51' | '1.19.50' | '1.19.41 | 1.19.40' | '1.19.31' | '1.19.30' | '1.19.22' | '1.19.21' | '1.19.20' | '1.19.11' | '1.19.10' | '1.19.2' | '1.19.1' | '1.18.31' | '1.18.30' | '1.18.12' | '1.18.11' | '1.18.10' | '1.18.2' | '1.18.1' | '1.18.0' | '1.17.41' | '1.17.40' | '1.17.34' | '1.17.30' | '1.17.11' | '1.17.10' | '1.17.0' | '1.16.220' | '1.16.210' | '1.16.201' + type Version = '1.19.70' | '1.19.63' | '1.19.62' | '1.19.60' | '1.19.51' | '1.19.50' | '1.19.41 | 1.19.40' | '1.19.31' | '1.19.30' | '1.19.22' | '1.19.21' | '1.19.20' | '1.19.11' | '1.19.10' | '1.19.2' | '1.19.1' | '1.18.31' | '1.18.30' | '1.18.12' | '1.18.11' | '1.18.10' | '1.18.2' | '1.18.1' | '1.18.0' | '1.17.41' | '1.17.40' | '1.17.34' | '1.17.30' | '1.17.11' | '1.17.10' | '1.17.0' | '1.16.220' | '1.16.210' | '1.16.201' enum title { MinecraftNintendoSwitch, MinecraftJava } diff --git a/package.json b/package.json index 9f16fb6..49e82bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.25.0", + "version": "3.26.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {