GitHub
03/02/2023, 7:13 AMMessageStateHandlers from StateHandlers avoiding the conflicting type problem introduced in #882. Fixes #1057
Fixes and Improvements
• Remove all references to AnyTemplate and deprecate the type. See #1054 for details (c7edb7e)
• Rename the message-pact state handler type to MessageStateHandlers from StateHandlers avoiding the conflicting type problem introduced in #882. Fixes #1057 (9be81ce)
• Widen types for V3 matchers, avoiding AnyTemplate errors. This has the side effect that functions, Dates and other inappropriate types can now be passed to matchers, and the benefit that people using interfaces don't get spurious errors. Fixes #1054 (0803cdf)
pact-foundation/pact-js