@colyseus/loadtest
Advanced tools
Comparing version 0.15.0-preview.3 to 0.15.0-preview.6
@@ -1,5 +0,5 @@ | ||
export declare type RequestJoinOperations = { | ||
export type RequestJoinOperations = { | ||
requestNumber?: number; | ||
}; | ||
export declare type Options = { | ||
export type Options = { | ||
endpoint: string; | ||
@@ -6,0 +6,0 @@ roomName: string; |
@@ -67,3 +67,3 @@ var __create = Object.create; | ||
const argv = (0, import_minimist.default)(process.argv.slice(2)); | ||
const packageJson = { name: "@colyseus/loadtest", version: "0.14" }; | ||
const packageJson = { name: "@colyseus/loadtest", version: "0.15" }; | ||
function displayHelpAndExit() { | ||
@@ -70,0 +70,0 @@ console.log(`${packageJson.name} v${packageJson.version} |
{ | ||
"name": "@colyseus/loadtest", | ||
"version": "0.15.0-preview.3", | ||
"version": "0.15.0-preview.6", | ||
"description": "Utility tool for load testing Colyseus.", | ||
@@ -21,3 +21,3 @@ "input": "./src/index.ts", | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/colyseus/colyseus-loadtest.git" | ||
"url": "git://github.com/colyseus/colyseus.git" | ||
}, | ||
@@ -35,3 +35,3 @@ "homepage": "https://colyseus.io/", | ||
"bugs": { | ||
"url": "https://github.com/colyseus/colyseus-loadtest/issues" | ||
"url": "https://github.com/colyseus/colyseus/issues" | ||
}, | ||
@@ -42,3 +42,3 @@ "dependencies": { | ||
"minimist": "^1.2.5", | ||
"ts-node": ">=7.0.1", | ||
"ts-node": ">=10.9.1", | ||
"typescript": ">=4.3.5", | ||
@@ -50,3 +50,3 @@ "ws": "^7.4.5" | ||
}, | ||
"gitHead": "1d92776bafdf2df630290f0b5254bc32dff6d25c" | ||
"gitHead": "c978c202945a506a060f0676f5d0a3b8db36dfd4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
89247
Updatedts-node@>=10.9.1