Wrapper module to test and release combined client SDK modules for PayPal and Braintree.
npm run add my-sdk-componentnpm run upgradenpm run upgrade @paypal/checkout-components
npm run upgrade @paypal/card-componentsUse --REJECT to exclude a package from being upgraded. This is useful when a package version needs to be pinned.
npm run upgrade -- --REJECT="@krakenjs/zoid"To apply this via the GitHub Actions workflow, add --REJECT="<package>" to the npm run upgrade command in .github/workflows/upgrade.yml.
npm run remove @paypal/checkout-componentsWarning: this will trigger an npm publish and production deploy.
npm run releaseWarning: this will move the published version into traffic.
npm run activateTo roll back, or activate a specific version:
npm run activate x.x.x