<#437 fix: Remove unusable external export of HTTP...
# pact-js-development
g
#437 fix: Remove unusable external export of HTTPConfig which removes the need to have needle types as a dependency Pull request opened by TimothyJones pact-foundation/jest-pact#221 failed the build because of the way that Pact-JS-Core imports the needle type for re-export. When I looked in to this, I saw that the needle type wasn't usable outside Pact-JS-Core (you wouldn't need it, and it can't be passed in). I don't think it was meant to be exported. This PR fixes that by removing the custom
HTTPConfig
type entirely, since it wasn't really necessary (I'm not actually sure why it was there - perhaps I am missing something). It also moves the
@types/needle
dependency back to devDependencies. pact-foundation/pact-js-core ✅ All checks have passed 4/4 successful checks