@paypal/sdk-release 5.0.557 → 5.0.559
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.
- package/README.md +10 -0
- 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.
|
|
3
|
+
"version": "5.0.559",
|
|
4
4
|
"description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@krakenjs/zalgo-promise": "2.0.1",
|
|
80
80
|
"@krakenjs/zoid": "10.5.0",
|
|
81
81
|
"@paypal/applepay-components": "1.8.2",
|
|
82
|
-
"@paypal/card-components": "1.0.
|
|
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",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@paypal/googlepay-components": "1.3.5",
|
|
89
89
|
"@paypal/identity-components": "5.0.14",
|
|
90
90
|
"@paypal/legal-components": "1.2.2",
|
|
91
|
-
"@paypal/messaging-components": "1.
|
|
91
|
+
"@paypal/messaging-components": "1.89.0",
|
|
92
92
|
"@paypal/muse-components": "1.3.98",
|
|
93
93
|
"@paypal/sdk-client": "4.0.204",
|
|
94
94
|
"@paypal/sdk-constants": "1.0.158",
|