@pact-foundation/pact
Advanced tools
Changelog
10.0.0-beta.35 (2021-05-21)
Pact-js no longer officially supports node less than 10 (10 is only supported by nodejs for another few months anyway, so I doubt this will affect many users)
Since some of the interface of pact-core is exposed, there are some breaking changes:
VerifierOptions
: replace use of tags
, consumerVersionTag
and providerVersionTag
with the appropriate consumerVersionTags
or providerVersionTags
option.pacticipant
, all
or version
. These fields never worked, and now will no longer compile in typescript. The correct type is:ConsumerVersionSelector {
tag?: string;
latest?: boolean;
consumer?: string;
fallbackTag?: string;
}
Drop support for node < 10 (328de85)
Update pact-core to v11. (9e5a67d)
Changelog
10.0.0-beta.34 (2021-04-07)
Changelog
10.0.0-beta.34 (2021-04-07)
Changelog
10.0.0-beta.33 (2021-03-03)
Changelog
10.0.0-beta.32 (2021-02-23)