Skip to content

Commit b49936b

Browse files
authored
EPS-320: bump the version (#40)
1 parent 74ab6d2 commit b49936b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript-transform-paths": "^3.3.1"
4646
},
4747
"peerDependencies": {
48-
"@boldcommerce/checkout-frontend-library": "0.60.1"
48+
"@boldcommerce/checkout-frontend-library": "0.60.2"
4949
},
5050
"files": [
5151
"lib/**/*"
@@ -54,7 +54,7 @@
5454
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
5555
},
5656
"dependencies": {
57-
"@boldcommerce/checkout-frontend-library": "0.60.1",
57+
"@boldcommerce/checkout-frontend-library": "0.60.2",
5858
"@paypal/paypal-js": "^7.0.1",
5959
"@types/applepayjs": "^3.0.4",
6060
"@types/googlepay": "^0.6.4"

tests/initialize/initialize.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ describe('testing initialize function', () => {
6060
life_elements: [],
6161
flow_settings: {},
6262
requires_shipping: true,
63+
eps_gateways: {},
6364
};
6465
const braintreePayment: IExpressPayBraintree = {
6566
type: alternatePaymentMethodType.BRAINTREE_GOOGLE,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@
302302
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
303303
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
304304

305-
"@boldcommerce/checkout-frontend-library@0.60.1":
306-
version "0.60.1"
307-
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.60.1.tgz#125cce130eca74290b521cd880b432dc1831f8fc"
308-
integrity sha512-xmp8vf5pImC6JQGKwDIOx0J3fjDqATjZyJWM/G9UGXAR8f9XsTH/zxnO0nDXsCbo/AMu4RPHOFBj9bnFKBiTvQ==
305+
"@boldcommerce/checkout-frontend-library@0.60.2":
306+
version "0.60.2"
307+
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.60.2.tgz#01b8a8703b623e09e8613fbf41872ca26d3017ae"
308+
integrity sha512-bURQgKWNpLeGY897H7oy+J+P6ThJltCJ7cTOWC8rrLwn2G/f5tmuZbmWb0OspNJO/Jksi+4uCERGJD4uENSuOA==
309309

310310
"@cspotcode/source-map-support@^0.8.0":
311311
version "0.8.1"

0 commit comments

Comments
 (0)