@paypal/sdk-release
v5.0.559
Published
Unified SDK wrapper module for tests, shared build config, and deploy.
Maintainers
Keywords
Readme
PayPal Braintree Client SDK
Wrapper module to test and release combined client SDK modules for PayPal and Braintree.
Quick Start
Adding a new component module
npm run add my-sdk-componentUpdating all components
npm run upgradeUpdating specific components
npm run upgrade @paypal/checkout-components
npm run upgrade @paypal/card-componentsRejecting specific packages during upgrade
Use --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.
Removing specific components
npm run remove @paypal/checkout-componentsRelease
Warning: this will trigger an npm publish and production deploy.
npm run releaseActivate
Warning: this will move the published version into traffic.
npm run activateTo roll back, or activate a specific version:
npm run activate x.x.x