pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.62k stars 345 forks source link

fix: Export `VerifierOptions` as a root export #1009

Closed TimothyJones closed 1 year ago

TimothyJones commented 1 year ago

PR Template

While looking at https://github.com/pact-foundation/nestjs-pact/pull/17 , I noticed that one of the breaking changes in V10 was that VerifierOptions is now deeply imported. This PR fixes that by exporting it at the root again.

mefellows commented 1 year ago

Thanks!