Releases: pact-foundation/pact-js
Releases · pact-foundation/pact-js
Release v13.2.0
13.2.0 (2024-11-21)
Features
- replace cli-color with chalk - sonatype-2022-2248 (2ad5e48)
Release v13.1.5
13.1.5 (2024-11-14)
Fixes and Improvements
- allow hooks to run only once per interaction (#1243) (b238fd0)
- package.json & package-lock.json to reduce vulnerabilities (99e101c)
- replace basic auth pact broker with bearer token (0c1af06)
Release v13.1.4
13.1.4 (2024-10-08)
Fixes and Improvements
Release v13.1.3
13.1.3 (2024-09-12)
Fixes and Improvements
- package.json & package-lock.json to reduce vulnerabilities (#1238) (431219c)
Release v13.1.2
13.1.2 (2024-08-15)
Fixes and Improvements
- package.json & package-lock.json to reduce vulnerabilities (#1234) (bc0bfdb)
Release v13.1.1
13.1.1 (2024-07-15)
Fixes and Improvements
Release v13.1.0
13.1.0 (2024-06-24)
Features
- support alpine via pact-js-core 15.1.0 (1d35c82)
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/pact-cli@15.0.0 -c 'pact-broker'
Release v12.5.2
12.5.2 (2024-05-30)
Fixes and Improvements
- prevent non-number use in number matcher (d0ee6c4)
Release v12.5.1
12.5.1 (2024-05-30)
Fixes and Improvements
- prevent non-number use in number matcher (0db6f7f)