Release 3.27.1 (#380)
This commit is contained in:
parent
3c23add812
commit
55cac72af1
3 changed files with 11 additions and 8 deletions
13
HISTORY.md
13
HISTORY.md
|
|
@ -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
4
index.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue