ethanent / phin

Node HTTP client
MIT License
576 stars 33 forks source link

fix: missing phin prefix in types #74

Closed johanneswuerbach closed 3 years ago

johanneswuerbach commented 3 years ago

Using those otherwise fails with:

node_modules/phin/types.d.ts:27:3 - error TS2304: Cannot find name 'IWithData'.

27   IWithData<phin.IStringResponseOptions> |
     ~~~~~~~~~

node_modules/phin/types.d.ts:28:3 - error TS2304: Cannot find name 'IWithForm'.

28   IWithForm<phin.IStringResponseOptions>): Promise<phin.IStringResponse>
     ~~~~~~~~~
jdforsythe commented 3 years ago

Duplicate of #67

jumoog commented 3 years ago

the current Version on NPM don't have #67 included. Maybe release 3.6.1 ?

jumoog commented 3 years ago

ping @ethanent