Releases: pact-foundation/pact-js
Releases · pact-foundation/pact-js
v14.0.0
14.0.0 (2025-02-17)
⚠ BREAKING CHANGES
- deps: - Contains platform/architecture specific optional dependencies in pact-core v16+. Users should not need to do anything manually as long as they are running supported platforms
linux-x64-glibc
linux-arm64-glibc
linux-x64-musl
linux-arm64-musl
darwin-x64
darwin-arm64
windows-x64
- deps: update pact-core to v16 (c5ca6ae)
Fixes and Improvements
Release v13.2.0
Release v13.1.5
Release v13.1.4
Release v13.1.3
Release v13.1.2
Release v13.1.1
Release v13.1.0
Release v13.0.0
13.0.0 (2024-06-17)
⚠ BREAKING CHANGES
- update to @pact-foundation/pact-core to 15.x
Relates to pact-foundation/pact-js-core#488
Fixes and Improvements
- update to @pact-foundation/pact-core to 15.x (42f52bb)
Breaking Change Detail
All CLI/API functionality provided by the Pact CLI tools (ruby based) now migrated to
-
Repo
-
NPM Package
-
imports
@pact-foundation/pact-core
imports will now become@pact-foundation/pact-cli
for programatic usage of the CLI tools
-
npx usage
npx --package=@pact-foundation/[email protected] -c 'pact-broker'