Skip to content

Commit 9b1f614

Browse files
committed
fix: add http-call
1 parent 27417e9 commit 9b1f614

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"bugs": "https://github.com/heroku/typescript-api-schema/issues",
66
"devDependencies": {
77
"@oclif/tslint": "^1.1.2",
8+
"http-call": "^5.2.0",
89
"json-schema-to-typescript": "^5.5.0",
910
"jsonwebtoken": "^8.3.0",
1011
"tslint": "^5.10.0",

yarn.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ concat-map@0.0.1:
162162
version "0.0.1"
163163
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
164164

165+
content-type@^1.0.4:
166+
version "1.0.4"
167+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
168+
165169
d@1:
166170
version "1.0.0"
167171
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
@@ -279,6 +283,16 @@ has-flag@^3.0.0:
279283
version "3.0.0"
280284
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
281285

286+
http-call@^5.2.0:
287+
version "5.2.0"
288+
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.2.0.tgz#9e923cbc51c2d0d78c286e8ad913d666e2e46682"
289+
dependencies:
290+
content-type "^1.0.4"
291+
debug "^3.1.0"
292+
is-retry-allowed "^1.1.0"
293+
is-stream "^1.1.0"
294+
tunnel-agent "^0.6.0"
295+
282296
inflight@^1.0.4:
283297
version "1.0.6"
284298
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -298,6 +312,14 @@ is-promise@^2.1:
298312
version "2.1.0"
299313
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
300314

315+
is-retry-allowed@^1.1.0:
316+
version "1.1.0"
317+
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
318+
319+
is-stream@^1.1.0:
320+
version "1.1.0"
321+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
322+
301323
isarray@0.0.1:
302324
version "0.0.1"
303325
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -612,6 +634,12 @@ tsutils@^2.12.1, tsutils@^2.24.0:
612634
dependencies:
613635
tslib "^1.8.1"
614636

637+
tunnel-agent@^0.6.0:
638+
version "0.6.0"
639+
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
640+
dependencies:
641+
safe-buffer "^5.0.1"
642+
615643
typescript@^2.8:
616644
version "2.8.3"
617645
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"

0 commit comments

Comments
 (0)