@paypal/sdk-release 5.0.310 → 5.0.313

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 +11 -11
  2. package/package.json +6 -6
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.310",
3
+ "version": "5.0.313",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -110,9 +110,9 @@
110
110
  }
111
111
  },
112
112
  "@paypal/checkout-components": {
113
- "version": "5.0.218",
114
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.218.tgz",
115
- "integrity": "sha512-vBuJkcRVFTXEAorxzaiaeYUMJ0CfJNttAvXwcfx1TvnvhGAL5OYAgzbXyw7MZHYMKjKu0C7Zj4k2F3zu8aNRJg==",
113
+ "version": "5.0.220",
114
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.220.tgz",
115
+ "integrity": "sha512-95Gt7BeG2ZFEtc4V5Ec908UsRz141FyMQ63bx9vFAZbNK65CrUcmzFcV576hWan0OsVjifk4zS9tcrdCweE0IQ==",
116
116
  "requires": {
117
117
  "@krakenjs/belter": "^2.0.0",
118
118
  "@krakenjs/cross-domain-utils": "^3.0.0",
@@ -123,7 +123,7 @@
123
123
  "@paypal/common-components": "^1.0.27",
124
124
  "@paypal/funding-components": "^1.0.27",
125
125
  "@paypal/sdk-client": "^4.0.166",
126
- "@paypal/sdk-constants": "^1.0.107",
126
+ "@paypal/sdk-constants": "^1.0.119",
127
127
  "@paypal/sdk-logos": "^1.0.45"
128
128
  }
129
129
  },
@@ -208,9 +208,9 @@
208
208
  }
209
209
  },
210
210
  "@paypal/sdk-client": {
211
- "version": "4.0.166",
212
- "resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.166.tgz",
213
- "integrity": "sha512-qCXu2j+HnfzISy05mFqhlQJDQR/1e/zqZfkhjTa8Yl0BKhCgBvc7/53S3/cZx8e246e6ZZkV48u1rf0T3PXLZw==",
211
+ "version": "4.0.167",
212
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.167.tgz",
213
+ "integrity": "sha512-RxCBVuA9dx9gA/zVvE8QIGVlWiNxRs0oZ7FDRxVONxgceJ3B09VKwpxtzOxfff93SoluaHgL2AT6PmUe+wqWCg==",
214
214
  "requires": {
215
215
  "@krakenjs/beaver-logger": "^5.0.0",
216
216
  "@krakenjs/belter": "^2.0.0",
@@ -270,9 +270,9 @@
270
270
  }
271
271
  },
272
272
  "core-js-pure": {
273
- "version": "3.22.4",
274
- "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.4.tgz",
275
- "integrity": "sha512-4iF+QZkpzIz0prAFuepmxwJ2h5t4agvE8WPYqs2mjLJMNNwJOnpch76w2Q7bUfCPEv/V7wpvOfog0w273M+ZSw=="
273
+ "version": "3.22.5",
274
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.5.tgz",
275
+ "integrity": "sha512-8xo9R00iYD7TcV7OrC98GwxiUEAabVWO3dix+uyWjnYrx9fyASLlIX+f/3p5dW5qByaP2bcZ8X/T47s55et/tA=="
276
276
  },
277
277
  "credit-card-type": {
278
278
  "version": "6.3.0",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.310",
3
+ "version": "5.0.313",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "validate-components": "babel-node test/validate-components",
8
8
  "validate-components-for-publish": "babel-node test/validate-components-for-publish",
9
9
  "validate-flat": "babel-node test/validate-flat",
10
- "cdnify": "grabthar-cdnify --recursive --cdn='https://www.paypalobjects.com' --versionsToKeep=3",
10
+ "cdnify": "grabthar-cdnify --recursive --cdn='https://www.paypalobjects.com' --versionsToKeep=1 --experimental-versioned-cdn",
11
11
  "reinstall": "rm -f ./package-lock.json && rm -rf ./node_modules && npm install && git checkout package-lock.json && git checkout package.json",
12
12
  "flow-typed": "rm -rf ./flow-typed && flow-typed install",
13
13
  "lint": "eslint test/ *.js",
@@ -54,7 +54,7 @@
54
54
  "license": "Apache-2.0",
55
55
  "readmeFilename": "README.md",
56
56
  "devDependencies": {
57
- "@krakenjs/grabthar-release": "^2.0.0",
57
+ "@krakenjs/grabthar-release": "^2.3.0",
58
58
  "@krakenjs/grumbler-scripts": "^6.0.2",
59
59
  "eslint": "^8.13.0",
60
60
  "flow-bin": "0.135.0",
@@ -75,20 +75,20 @@
75
75
  "@krakenjs/zalgo-promise": "2.0.1",
76
76
  "@krakenjs/zoid": "10.1.0",
77
77
  "@paypal/card-components": "1.0.54",
78
- "@paypal/checkout-components": "5.0.218",
78
+ "@paypal/checkout-components": "5.0.220",
79
79
  "@paypal/common-components": "1.0.30",
80
80
  "@paypal/example-components": "1.0.28",
81
81
  "@paypal/funding-components": "1.0.27",
82
82
  "@paypal/identity-components": "5.0.11",
83
83
  "@paypal/messaging-components": "1.34.4",
84
84
  "@paypal/muse-components": "1.3.85",
85
- "@paypal/sdk-client": "4.0.166",
85
+ "@paypal/sdk-client": "4.0.167",
86
86
  "@paypal/sdk-constants": "1.0.121",
87
87
  "@paypal/sdk-logos": "1.0.45",
88
88
  "bowser": "2.11.0",
89
89
  "braintree-web": "3.33.0",
90
90
  "card-validator": "4.3.0",
91
- "core-js-pure": "3.22.4",
91
+ "core-js-pure": "3.22.5",
92
92
  "credit-card-type": "6.3.0",
93
93
  "framebus": "3.0.1",
94
94
  "hi-base32": "0.5.1",