Hello, in <Publish contracts from consumer> of the...
# pact-js
é
Hello, in Publish contracts from consumer of the JS workshop, you use
npx @pact-foundation/absolute-version
, e.g.:
Copy code
"pact:publish": "pact-broker publish ./pacts --consumer-app-version=\"$(npx @pact-foundation/absolute-version)\" --auto-detect-version-properties --broker-base-url=<http://localhost:8000> --broker-username pact_workshop --broker-password pact_workshop"
But the NPM package is deprecated in favour of absolute-version. Should the docs be updated?