mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-02 23:52:07 -04:00
Release 0.16.2
This commit is contained in:
parent
40ab529e6d
commit
eb7c570532
@ -1,5 +1,8 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
|
## 0.16.2
|
||||||
|
* update protodef version which fix a bug in writeOption
|
||||||
|
|
||||||
## 0.16.1
|
## 0.16.1
|
||||||
|
|
||||||
* add checkTimeoutInterval to createClient
|
* add checkTimeoutInterval to createClient
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.16.2-GH",
|
"version": "0.16.2",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -47,7 +47,7 @@
|
|||||||
"minecraft-data": "^0.16.1",
|
"minecraft-data": "^0.16.1",
|
||||||
"node-uuid": "~1.4.1",
|
"node-uuid": "~1.4.1",
|
||||||
"prismarine-nbt": "0.1.0",
|
"prismarine-nbt": "0.1.0",
|
||||||
"protodef": "0.2.1",
|
"protodef": "0.2.2",
|
||||||
"readable-stream": "^1.1.0",
|
"readable-stream": "^1.1.0",
|
||||||
"superagent": "~0.10.0",
|
"superagent": "~0.10.0",
|
||||||
"ursa-purejs": "0.0.3",
|
"ursa-purejs": "0.0.3",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user