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