minecraft-protocol
Advanced tools
Comparing version 1.23.1 to 1.23.2
# History | ||
## 1.23.2 | ||
* Remove test code from microsoftAuth | ||
## 1.23.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "minecraft-protocol", | ||
"version": "1.23.1", | ||
"version": "1.23.2", | ||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -133,11 +133,1 @@ const XboxLiveAuth = require('@xboxreplay/xboxlive-auth') | ||
} | ||
async function msaTest () { | ||
// MsAuthFlow.resetTokenCaches() | ||
await authenticateDeviceCode({ emit: () => { } }, {}) | ||
} | ||
// debug with node microsoftAuth.js | ||
if (!module.parent) { | ||
msaTest() | ||
} |
195674
4221