finish renaming to bedrock-protocol
This commit is contained in:
parent
e6cc00ef16
commit
9c36b71bf6
3 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pocket-minecraft-protocol [](http://npmjs.com/package/pocket-minecraft-protocol) [](https://gitter.im/PrismarineJS/pocket-minecraft-protocol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
bedrock-protocol [](http://npmjs.com/package/bedrock-protocol) [](https://gitter.im/PrismarineJS/bedrock-protocol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
=========================
|
||||
|
||||
Not ready for prime time yet, check https://github.com/PrismarineJS/bedrock-protocol/projects/1 for progress
|
||||
|
|
@ -15,7 +15,7 @@ Parse and serialize Minecraft: Pocket Edition packets
|
|||
## Installation
|
||||
Simply run
|
||||
|
||||
npm install pocket-minecraft-protocol
|
||||
npm install bedrock-protocol
|
||||
|
||||
Then view our `examples` for inspiration!
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "pocket-minecraft-protocol",
|
||||
"name": "bedrock-protocol",
|
||||
"version": "3.0.0",
|
||||
"description": "Parse and serialize Minecraft Bedrock Edition packets",
|
||||
"main": "index.js",
|
||||
|
|
@ -49,10 +49,10 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mhsjlw/pocket-minecraft-protocol.git"
|
||||
"url": "git+https://github.com/PrismarineJS/bedrock-protocol.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mhsjlw/pocket-minecraft-protocol/issues"
|
||||
"url": "https://github.com/PrismarineJS/bedrock-protocol/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mhsjlw/pocket-minecraft-protocol#readme"
|
||||
"homepage": "https://github.com/PrismarineJS/bedrock-protocol#readme"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ const assert=require("assert");
|
|||
const bufferEqual=require("buffer-equal");
|
||||
|
||||
// based on https://s.yawk.at/VZSf and https://confluence.yawk.at/display/PEPROTOCOL/Encryption
|
||||
// and https://github.com/mhsjlw/pocket-minecraft-protocol/issues/15
|
||||
// and https://github.com/PrismarineJS/bedrock-protocol/issues/15
|
||||
describe("ecdh key exchange",() => {
|
||||
it("generate the secret",() => {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue