mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 1.12.0
This commit is contained in:
parent
19d69d4701
commit
649ff60e1c
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# History
|
# History
|
||||||
|
|
||||||
|
## 1.12.0
|
||||||
|
|
||||||
|
* use protodef compiler, making node-minecraft-protocol 10x faster, thanks for this huge improvement @Karang
|
||||||
|
|
||||||
## 1.11.0
|
## 1.11.0
|
||||||
|
|
||||||
* proxy support in auth (thanks @IdanHo)
|
* proxy support in auth (thanks @IdanHo)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "1.11.0",
|
"version": "1.12.0",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"types": "src/index.d.ts",
|
"types": "src/index.d.ts",
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
|
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "require-self",
|
|
||||||
"test": "mocha --recursive --reporter spec --exit",
|
"test": "mocha --recursive --reporter spec --exit",
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
"fix": "standard --fix",
|
"fix": "standard --fix",
|
||||||
|
|
Loading…
Reference in a new issue