microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
675 stars 118 forks source link

Update `tunnel` dependency #177

Closed TylerLeonhardt closed 4 years ago

TylerLeonhardt commented 5 years ago

Issue Description

typed-rest-client pins to version 0.0.4 of tunnel.

tunnel's current latest is 0.0.6. In 0.0.6 they started excluding their tests (which includes a ton of .pems) from the npm package.

Can you switch to this newer version so that you don't redistribute all these .pems and tests? It causes things like credential scanners to go off do to these existing.

Expected behaviour

v0.0.6 of the tunnel package.

Actual behaviour

v0.0.4 of the tunnel package with a bunch of test files.

jalajmsft commented 4 years ago

+1 facing this issue in azure pipeline tasks. Reference link

AnthonyDiSanti commented 4 years ago

Can this issue be closed now that #195 has been merged?