now has possibility to end streaming requests

This commit is contained in:
2016-07-31 21:05:41 +02:00
parent 56612f9ac9
commit 6a8751afd2
10 changed files with 143 additions and 93 deletions

View File

@@ -27,15 +27,16 @@
"dependencies": {
"@types/q": "^0.0.27",
"@types/request": "^0.0.27",
"beautylog": "^5.0.14",
"beautylog": "^5.0.18",
"lik": "^1.0.7",
"q": "^1.4.1",
"request": "^2.73.0",
"request": "^2.74.0",
"rxjs": "^5.0.0-beta.10",
"typings-global": "^1.0.6"
},
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^9.0.2",
"npmts-g": "^5.2.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
}
}