Release 3.27.1 (#380)

This commit is contained in:
extremeheat 2023-04-22 17:51:07 -04:00 committed by GitHub
commit 55cac72af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 8 deletions

View file

@ -1,20 +1,23 @@
# 3.27.0
## 3.27.1
* Fix `raknetBackend` option not being applied correctly
## 3.27.0
* Corrections to types
* Expose ServerAdvertisement class (#368) @hvlxh
* Update mc-data links
# 3.26.0
## 3.26.0
* 1.19.70 support (@CreeperG16)
* types: add some type hints (#354) @hvlxh
# 3.25.0
## 3.25.0
* 1.19.63 support (@stevarino)
* Add close packet in server player API doc (#347) @hvlxh
# 3.24.0
## 3.24.0
* 1.19.62 support (@CreeperG16)
# 3.23.0
## 3.23.0
* 1.19.60 support (@CreeperG16)
* added onMsaCode, profilesFolder to ClientOptions (@jarco-dev)

4
index.d.ts vendored
View file

@ -19,8 +19,8 @@ declare module "bedrock-protocol" {
// For the server, if we should verify client's authentication with Xbox Live.
offline?: boolean,
// Whether or not to use C++ version of RakNet
useNativeRaknet?: boolean,
// Which raknet backend to use
raknetBackend?: 'jsp-raknet' | 'raknet-native' | 'raknet-node'
// If using JS implementation of RakNet, should we use workers? (This only affects the client)
useRaknetWorker?: boolean
// Compression level for zlib, default to 7

View file

@ -1,6 +1,6 @@
{
"name": "bedrock-protocol",
"version": "3.27.0",
"version": "3.27.1",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {