@paypal/sdk-release 5.0.283 → 5.0.286

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 +8 -13
  2. package/package.json +3 -4
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.283",
3
+ "version": "5.0.286",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -24,11 +24,6 @@
24
24
  "resolved": "https://registry.npmjs.org/@braintree/wrap-promise/-/wrap-promise-1.1.1.tgz",
25
25
  "integrity": "sha1-0ix2hV5tS0ASYQBgQh+uGjfskLA="
26
26
  },
27
- "@krakenjs/cross-domain-utils": {
28
- "version": "3.0.2",
29
- "resolved": "https://registry.npmjs.org/@krakenjs/cross-domain-utils/-/cross-domain-utils-3.0.2.tgz",
30
- "integrity": "sha512-uNTQrAevzKtOu13UZzamCR6rKX2vpdb6g/gVXMJVSMvAlYhxBN6mOD6U56DmSdBJDKvLSYZbIYUkBh2inDyIXQ=="
31
- },
32
27
  "@paypal/card-components": {
33
28
  "version": "1.0.51",
34
29
  "resolved": "https://registry.npmjs.org/@paypal/card-components/-/card-components-1.0.51.tgz",
@@ -44,9 +39,9 @@
44
39
  }
45
40
  },
46
41
  "@paypal/checkout-components": {
47
- "version": "5.0.199",
48
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.199.tgz",
49
- "integrity": "sha512-6BVctp7wwPorfOKA/hu74XwPnJfKQ4/VmQSozPmW/TJutzESb2x7eSUw7BMWK8q+tzPBodXbkK006qpJCgSLJg==",
42
+ "version": "5.0.200",
43
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.200.tgz",
44
+ "integrity": "sha512-BKHj4AyTVn8ZAq6IPj3312N0hsmomcudbBOuG6egKiim5hf8gosdlzcwTXsf+HyzmmTY1Z6LdX/aPug30l8JJA==",
50
45
  "requires": {
51
46
  "@paypal/common-components": "^1.0.16",
52
47
  "@paypal/funding-components": "^1.0.17",
@@ -96,17 +91,17 @@
96
91
  }
97
92
  },
98
93
  "@paypal/identity-components": {
99
- "version": "5.0.9",
100
- "resolved": "https://registry.npmjs.org/@paypal/identity-components/-/identity-components-5.0.9.tgz",
101
- "integrity": "sha512-f4JGoESQKEMFbTAPsPsE7rHvV7Nn8rtxpJISntodkwDD90q6aWXjk3+PW4D/tk/CkmVNMVotIOiB2EVfL8SP4g==",
94
+ "version": "5.0.10",
95
+ "resolved": "https://registry.npmjs.org/@paypal/identity-components/-/identity-components-5.0.10.tgz",
96
+ "integrity": "sha512-3ochh/FYPpXW6VJLUHJDsie6VayRgV7WbmIAN/uj84B7joPCwzdoJexX7WoBYUw8oB94trMrEP9PE5s8ZHBsqg==",
102
97
  "requires": {
103
- "@krakenjs/cross-domain-utils": "^3.0.2",
104
98
  "@paypal/common-components": "^1.0.10",
105
99
  "@paypal/funding-components": "^1.0.17",
106
100
  "@paypal/sdk-client": "^4.0.123",
107
101
  "@paypal/sdk-constants": "^1.0.57",
108
102
  "@paypal/sdk-logos": "^1.0.26",
109
103
  "belter": "^1.0.2",
104
+ "cross-domain-utils": "^2.0.1",
110
105
  "jsx-pragmatic": "^2",
111
106
  "post-robot": "^10.0.0",
112
107
  "zalgo-promise": "^1.0.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.283",
3
+ "version": "5.0.286",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -64,13 +64,12 @@
64
64
  "@braintree/iframer": "1.0.3",
65
65
  "@braintree/sanitize-url": "2.1.0",
66
66
  "@braintree/wrap-promise": "1.1.1",
67
- "@krakenjs/cross-domain-utils": "3.0.2",
68
67
  "@paypal/card-components": "1.0.51",
69
- "@paypal/checkout-components": "5.0.199",
68
+ "@paypal/checkout-components": "5.0.200",
70
69
  "@paypal/common-components": "1.0.23",
71
70
  "@paypal/example-components": "1.0.27",
72
71
  "@paypal/funding-components": "1.0.25",
73
- "@paypal/identity-components": "5.0.9",
72
+ "@paypal/identity-components": "5.0.10",
74
73
  "@paypal/messaging-components": "1.30.0",
75
74
  "@paypal/muse-components": "1.3.74",
76
75
  "@paypal/sdk-client": "4.0.164",