@xmcl/client
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -12,3 +12,3 @@ // tslint:disable: variable-name | ||
itemDamage?: number; | ||
nbt?: NBT.TagCompound; | ||
nbt?: any; | ||
} | ||
@@ -171,3 +171,3 @@ | ||
itemDamage, | ||
nbt: NBT.Persistence.readTagSync(Buffer.from(buffer.buffer)), | ||
nbt: NBT.Persistence.deserializeSync(Buffer.from(buffer.buffer)), | ||
}; | ||
@@ -174,0 +174,0 @@ }, |
{ | ||
"name": "@xmcl/client", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "./index.js", | ||
@@ -14,5 +14,5 @@ "types": "./index.d.ts", | ||
"dependencies": { | ||
"@xmcl/common": "^0.0.5", | ||
"@xmcl/nbt": "^0.0.3", | ||
"@xmcl/text-component": "^0.0.3", | ||
"@xmcl/common": "^0.1.0", | ||
"@xmcl/nbt": "^0.1.0", | ||
"@xmcl/text-component": "^0.0.4", | ||
"bytebuffer": "^5.0.1", | ||
@@ -23,3 +23,4 @@ "long": "^3.2.0", | ||
"scripts": { | ||
"build": "tsc --build tsconfig.json" | ||
"compile": "tsc --build tsconfig.json", | ||
"build": "npm run compile" | ||
}, | ||
@@ -43,3 +44,3 @@ "repository": { | ||
"homepage": "https://github.com/ci010/ts-minecraft#readme", | ||
"gitHead": "0d8e76d0276d653052ccb24d000e0c679296f39c" | ||
"gitHead": "5bf361647f9726c870c17effba3b540d1edc1582" | ||
} |
@@ -5,3 +5,3 @@ # Client Module | ||
[![npm](https://img.shields.io/npm/l/@xmcl/minecraft-launcher-core.svg)](https://github.com/voxelum/minecraft-launcher-core-node/blob/master/LICENSE) | ||
[![Build Status](https://travis-ci.org/voxelum/minecraft-launcher-core-node.svg)](https://travis-ci.org/voxelum/minecraft-launcher-core-node) | ||
[![Build Status](https://github.com/voxelum/minecraft-launcher-core-node/workflows/Release%20Pre-Check/badge.svg)](https://github.com/voxelum/minecraft-launcher-core-node/workflows/Release%20Pre-Check/badge.svg) | ||
@@ -8,0 +8,0 @@ This is a sub-module belong to [minecraft-launcher-core](https://www.npmjs.com/package/@xmcl/minecraft-launcher-core) module. You can still use this individually. |
91575
+ Added@xmcl/common@0.1.0(transitive)
+ Added@xmcl/nbt@0.1.1(transitive)
+ Added@xmcl/text-component@0.0.4(transitive)
+ Addedpako@1.0.11(transitive)
- Removed@xmcl/common@0.0.5(transitive)
- Removed@xmcl/nbt@0.0.3(transitive)
- Removed@xmcl/text-component@0.0.3(transitive)
Updated@xmcl/common@^0.1.0
Updated@xmcl/nbt@^0.1.0
Updated@xmcl/text-component@^0.0.4