@paypal/sdk-release 5.0.557 → 5.0.558

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -34,6 +34,16 @@ npm run upgrade @paypal/checkout-components
34
34
  npm run upgrade @paypal/card-components
35
35
  ```
36
36
 
37
+ ### Rejecting specific packages during upgrade
38
+
39
+ Use `--REJECT` to exclude a package from being upgraded. This is useful when a package version needs to be pinned.
40
+
41
+ ```bash
42
+ npm run upgrade -- --REJECT="@krakenjs/zoid"
43
+ ```
44
+
45
+ To apply this via the GitHub Actions workflow, add `--REJECT="<package>"` to the `npm run upgrade` command in `.github/workflows/upgrade.yml`.
46
+
37
47
  ### Removing specific components
38
48
 
39
49
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.557",
3
+ "version": "5.0.558",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -77,9 +77,9 @@
77
77
  "@krakenjs/post-robot": "11.0.0",
78
78
  "@krakenjs/universal-serialize": "2.0.0",
79
79
  "@krakenjs/zalgo-promise": "2.0.1",
80
- "@krakenjs/zoid": "10.5.0",
80
+ "@krakenjs/zoid": "10.5.2",
81
81
  "@paypal/applepay-components": "1.8.2",
82
- "@paypal/card-components": "1.0.58",
82
+ "@paypal/card-components": "1.0.59",
83
83
  "@paypal/checkout-components": "5.0.421",
84
84
  "@paypal/common-components": "1.0.57",
85
85
  "@paypal/example-components": "1.0.28",