gorealis v2 refactor (#5)
* Changing default timeout for start maintenance. * Upgrading dependencies to gorealis v2 and thrift 0.12.0 * Refactored to update to gorealis v2.
This commit is contained in:
parent
ad4dd9606e
commit
6ab5c9334d
1335 changed files with 137431 additions and 61530 deletions
36
vendor/git.apache.org/thrift.git/package.json
generated
vendored
36
vendor/git.apache.org/thrift.git/package.json
generated
vendored
|
@ -6,7 +6,7 @@
|
|||
"type": "git",
|
||||
"url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
|
||||
},
|
||||
"version": "0.10.0",
|
||||
"version": "0.12.0",
|
||||
"author": {
|
||||
"name": "Apache Thrift Developers",
|
||||
"email": "dev@thrift.apache.org",
|
||||
|
@ -32,23 +32,35 @@
|
|||
},
|
||||
"main": "./lib/nodejs/lib/thrift",
|
||||
"engines": {
|
||||
"node": ">= 0.2.4"
|
||||
"node": ">= 4.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-int64": "~0.3.0",
|
||||
"q": "1.0.x",
|
||||
"ws": "~0.4.32"
|
||||
"node-int64": "^0.4.0",
|
||||
"q": "^1.5.0",
|
||||
"ws": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"buffer-equals": "^1.0.3",
|
||||
"commander": "2.1.x",
|
||||
"connect": "2.7.x",
|
||||
"istanbul": "^0.3.5",
|
||||
"run-browser": "^2.0.1",
|
||||
"tape": "~3.5.0"
|
||||
"buffer-equals": "^1.0.4",
|
||||
"commander": "^2.14.1",
|
||||
"connect": "^3.6.6",
|
||||
"eslint": "^5.7.0",
|
||||
"eslint-config-prettier": "^3.1.0",
|
||||
"eslint-plugin-prettier": "^3.0.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"jsdoc": "^3.5.5",
|
||||
"prettier": "^1.14.3",
|
||||
"tape": "^4.9.0",
|
||||
"utf-8-validate": "^4.0.0",
|
||||
"typescript": "^3.1.6",
|
||||
"@types/node": "^10.12.6",
|
||||
"@types/q": "^1.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "lib/nodejs/test/testAll.sh COVER",
|
||||
"test": "lib/nodejs/test/testAll.sh"
|
||||
"test": "lib/nodejs/test/testAll.sh",
|
||||
"test-ts": "lib/nodets/test/testAll.sh",
|
||||
"prettier": "prettier --write '**/*.js'",
|
||||
"lint": "eslint lib/nodejs/. --ext .js",
|
||||
"lint-tests": "eslint lib/nodejs/test/. --ext .js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue