@xmcl/client
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,0 +0,0 @@ import { GameProfile, ResourceMode, ServerInfoFrame, ServerStatusFrame } from "@xmcl/common"; |
@@ -0,0 +0,0 @@ import * as ByteBuffer from "bytebuffer"; |
@@ -0,0 +0,0 @@ // tslint:disable: variable-name |
@@ -0,0 +0,0 @@ import { State } from "./client"; |
@@ -0,0 +0,0 @@ import * as Long from "long"; |
@@ -0,0 +0,0 @@ import { Channel } from "./client"; |
@@ -10,8 +10,8 @@ { | ||
"packages/client/net/status-client.ts": "6ed52d34446e1031c030e329abbb9f51db268cfd", | ||
"packages/client/package.json": "c6d19c9f1e1bc6894f158f347112e54b154bf1b4", | ||
"packages/client/package.json": "9b23d34f5ada4167754777a77f171f6586ca6622", | ||
"packages/client/test.ts": "d3ca5e9a8685c4f544b3ae033793b422d4a9b4f9", | ||
"packages/client/tsconfig.json": "915493a612ef01ad713a32aa756d5ca2676f7f85", | ||
"common/config/rush/shrinkwrap.yaml": "5b17356bb28d45e150895f42d005d7140643fb75" | ||
"common/config/rush/shrinkwrap.yaml": "fd08e0627228950ca8d154cb432a859f55ca1104" | ||
}, | ||
"arguments": "tsc --build tsconfig.json " | ||
} |
100
package.json
{ | ||
"name": "@xmcl/client", | ||
"version": "0.0.1", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"description": "Minecraft client ping server", | ||
"engines": { | ||
"node": ">=10.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@types/bytebuffer": "^5.0.37", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^10.0.0", | ||
"@types/long": "^3.0.31", | ||
"mocha": "^6.1.4", | ||
"tslint": "^5.14.0", | ||
"typescript": "^3.4.3" | ||
}, | ||
"dependencies": { | ||
"bytebuffer": "^5.0.1", | ||
"@xmcl/nbt": "^0.0.1", | ||
"@xmcl/text-component": "^0.0.1", | ||
"uuid": "^3.2.1", | ||
"@xmcl/common": "^0.0.1", | ||
"long": "^3.2.0" | ||
}, | ||
"scripts": { | ||
"test": "node ./node_modules/mocha/bin/mocha test.js --timeout 10000 1>&2", | ||
"build": "tsc --build tsconfig.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ci010/ts-minecraft.git" | ||
}, | ||
"author": "cijhn@hotmail.com", | ||
"keywords": [ | ||
"minecraft", | ||
"typescript", | ||
"minecraft-launcher", | ||
"nodejs", | ||
"electron" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ci010/ts-minecraft/issues" | ||
}, | ||
"homepage": "https://github.com/ci010/ts-minecraft#readme" | ||
} | ||
"name": "@xmcl/client", | ||
"version": "0.0.2", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"description": "Minecraft client ping server", | ||
"engines": { | ||
"node": ">=10.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@types/bytebuffer": "^5.0.37", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^10.0.0", | ||
"@types/long": "^3.0.31", | ||
"mocha": "^6.1.4", | ||
"tslint": "^5.14.0", | ||
"typescript": "^3.4.3" | ||
}, | ||
"dependencies": { | ||
"bytebuffer": "^5.0.1", | ||
"@xmcl/nbt": "^0.0.1", | ||
"@xmcl/text-component": "^0.0.1", | ||
"uuid": "^3.2.1", | ||
"@xmcl/common": "^0.0.2", | ||
"long": "^3.2.0" | ||
}, | ||
"scripts": { | ||
"test": "node ./node_modules/mocha/bin/mocha test.js --timeout 10000 1>&2", | ||
"build": "tsc --build tsconfig.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ci010/ts-minecraft.git" | ||
}, | ||
"author": "cijhn@hotmail.com", | ||
"keywords": [ | ||
"minecraft", | ||
"typescript", | ||
"minecraft-launcher", | ||
"nodejs", | ||
"electron" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ci010/ts-minecraft/issues" | ||
}, | ||
"homepage": "https://github.com/ci010/ts-minecraft#readme" | ||
} |
@@ -0,0 +0,0 @@ { |
91453
29
1767
+ Added@xmcl/common@0.0.2(transitive)
- Removed@xmcl/common@0.0.1(transitive)
Updated@xmcl/common@^0.0.2