minecraft-protocol
Advanced tools
Comparing version 1.26.2 to 1.26.3
# History | ||
## 1.26.3 | ||
* fix typescript types | ||
## 1.26.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "minecraft-protocol", | ||
"version": "1.26.2", | ||
"version": "1.26.3", | ||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -25,3 +25,3 @@ /// <reference types="node" /> | ||
setSocket(socket: Socket): void | ||
end(reason: string): void | ||
end(reason?: string): void | ||
registerChannel(name: string, typeDefinition: any, custom?: boolean): void | ||
@@ -28,0 +28,0 @@ unregisterChannel(name: string): void |
209401