@paypal/sdk-release 5.0.350 → 5.0.352

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/package-lock.json +14 -14
  2. package/package.json +7 -6
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.350",
3
+ "version": "5.0.352",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -118,9 +118,9 @@
118
118
  }
119
119
  },
120
120
  "@paypal/checkout-components": {
121
- "version": "5.0.251",
122
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.251.tgz",
123
- "integrity": "sha512-OEs8ivl9k9Bf/EzSJt2IMlbER/VKeqBE325ywStTXEDEutrdLEQOVC8Z+1Id5NetPNIlgkpp/TzaDt6PMhUH+A==",
121
+ "version": "5.0.252",
122
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.252.tgz",
123
+ "integrity": "sha512-nqMIg7PLew4SArvfgP0dj4rN3I0lAR1SkEd4IInq4rkaEQfiR45RSNW1A9XR+XABFAyFj2hNG1f3iG2o57x+mA==",
124
124
  "requires": {
125
125
  "@krakenjs/belter": "^2.0.0",
126
126
  "@krakenjs/cross-domain-utils": "^3.0.0",
@@ -132,7 +132,7 @@
132
132
  "@paypal/funding-components": "^1.0.30",
133
133
  "@paypal/sdk-client": "^4.0.166",
134
134
  "@paypal/sdk-constants": "^1.0.127",
135
- "@paypal/sdk-logos": "^2.0.2"
135
+ "@paypal/sdk-logos": "^2.2.3"
136
136
  }
137
137
  },
138
138
  "@paypal/common-components": {
@@ -196,9 +196,9 @@
196
196
  }
197
197
  },
198
198
  "@paypal/messaging-components": {
199
- "version": "1.39.5",
200
- "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.39.5.tgz",
201
- "integrity": "sha512-QwNYWfYRWzZCcH5a4gQes3xYjE5XwQhNRgmCje1SRLb3LlHw5JVQsywEOeAEE09dr1XXex+V/GWU3tvwEN9zcg==",
199
+ "version": "1.40.1",
200
+ "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.40.1.tgz",
201
+ "integrity": "sha512-CO3IPOwcVh4152XdtCQkspGNgfeXrURO/qZO6aOauqzm+ve2u+gN+FRlIfgw3yB9eTHkgLKmLdwxi/41SHRX2g==",
202
202
  "requires": {
203
203
  "@krakenjs/beaver-logger": "^5.0.0",
204
204
  "@krakenjs/belter": "^2.0.0",
@@ -240,17 +240,17 @@
240
240
  }
241
241
  },
242
242
  "@paypal/sdk-constants": {
243
- "version": "1.0.128",
244
- "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.128.tgz",
245
- "integrity": "sha512-6DB6M+mnf4B9PQR/dutI1aNMnXTbw9N+VklUbO0FkGzF7k0vr8lflfitDAKWh1hFJf8XzFCe+KbknMSpJMqiDw==",
243
+ "version": "1.0.129",
244
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.129.tgz",
245
+ "integrity": "sha512-FnZk6JZDGDxPCKHHsQ7HBBpelEy8+VFO78PlvdubgY8LGCql9eU7q1SQLYSiSW0zA5Lpr6zqVSFY0gRmlUFO9g==",
246
246
  "requires": {
247
247
  "hi-base32": "^0.5.0"
248
248
  }
249
249
  },
250
250
  "@paypal/sdk-logos": {
251
- "version": "2.1.1",
252
- "resolved": "https://registry.npmjs.org/@paypal/sdk-logos/-/sdk-logos-2.1.1.tgz",
253
- "integrity": "sha512-DaDiibCjcJIlN36OykcmGOMpqWPxhVhgJej4NatBpqOupetRqj13RdfFlmffGdeu3wnlMmkQBtshL1aq1cLfEA==",
251
+ "version": "2.2.3",
252
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-logos/-/sdk-logos-2.2.3.tgz",
253
+ "integrity": "sha512-M8Sj4IUu50jq0ihb5F2nR6pcR2lsCduLnya3uz/pMhO7EedfgEuFWsypXcoiiAWIFOX3tTzLkAO6o5TtGRGCZw==",
254
254
  "requires": {
255
255
  "@krakenjs/belter": "^2.0.0",
256
256
  "@krakenjs/jsx-pragmatic": "^3.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.350",
3
+ "version": "5.0.352",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,8 @@
21
21
  "release:dry-run": "DRY_RUN=true grabthar-release",
22
22
  "postrelease": "npm run cdnify -- --commitonly",
23
23
  "flatten": "grabthar-flatten",
24
- "prepublishOnly": "npm run validate-components-for-publish"
24
+ "prepublishOnly": "npm run validate-components-for-publish",
25
+ "cdn-check": "babel-node ./scripts/sdk-logos-cdn-check.js"
25
26
  },
26
27
  "files": [
27
28
  "package-lock.json",
@@ -76,17 +77,17 @@
76
77
  "@krakenjs/zoid": "10.1.0",
77
78
  "@paypal/applepay-components": "1.4.0",
78
79
  "@paypal/card-components": "1.0.54",
79
- "@paypal/checkout-components": "5.0.251",
80
+ "@paypal/checkout-components": "5.0.252",
80
81
  "@paypal/common-components": "1.0.35",
81
82
  "@paypal/example-components": "1.0.28",
82
83
  "@paypal/funding-components": "1.0.31",
83
84
  "@paypal/identity-components": "5.0.13",
84
85
  "@paypal/legal-components": "1.2.2",
85
- "@paypal/messaging-components": "1.39.5",
86
+ "@paypal/messaging-components": "1.40.1",
86
87
  "@paypal/muse-components": "1.3.88",
87
88
  "@paypal/sdk-client": "4.0.169",
88
- "@paypal/sdk-constants": "1.0.128",
89
- "@paypal/sdk-logos": "2.1.1",
89
+ "@paypal/sdk-constants": "1.0.129",
90
+ "@paypal/sdk-logos": "2.2.3",
90
91
  "bowser": "2.11.0",
91
92
  "braintree-web": "3.33.0",
92
93
  "card-validator": "4.3.0",