From cbf5d23d867439e7b82b7617a858ae46ddd9877d Mon Sep 17 00:00:00 2001 From: Nima Sheibani Date: Wed, 4 Sep 2024 18:34:36 -0500 Subject: [PATCH] EPS-320: bump the version --- package.json | 4 ++-- tests/initialize/initialize.test.ts | 1 + yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3652e21..19d0c45 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "typescript-transform-paths": "^3.3.1" }, "peerDependencies": { - "@boldcommerce/checkout-frontend-library": "0.60.1" + "@boldcommerce/checkout-frontend-library": "0.60.2" }, "files": [ "lib/**/*" @@ -54,7 +54,7 @@ "*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0" }, "dependencies": { - "@boldcommerce/checkout-frontend-library": "0.60.1", + "@boldcommerce/checkout-frontend-library": "0.60.2", "@paypal/paypal-js": "^7.0.1", "@types/applepayjs": "^3.0.4", "@types/googlepay": "^0.6.4" diff --git a/tests/initialize/initialize.test.ts b/tests/initialize/initialize.test.ts index 9cab124..389970d 100644 --- a/tests/initialize/initialize.test.ts +++ b/tests/initialize/initialize.test.ts @@ -60,6 +60,7 @@ describe('testing initialize function', () => { life_elements: [], flow_settings: {}, requires_shipping: true, + eps_gateways: {}, }; const braintreePayment: IExpressPayBraintree = { type: alternatePaymentMethodType.BRAINTREE_GOOGLE, diff --git a/yarn.lock b/yarn.lock index a122a3a..8ddc784 100644 --- a/yarn.lock +++ b/yarn.lock @@ -302,10 +302,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@boldcommerce/checkout-frontend-library@0.60.1": - version "0.60.1" - resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.60.1.tgz#125cce130eca74290b521cd880b432dc1831f8fc" - integrity sha512-xmp8vf5pImC6JQGKwDIOx0J3fjDqATjZyJWM/G9UGXAR8f9XsTH/zxnO0nDXsCbo/AMu4RPHOFBj9bnFKBiTvQ== +"@boldcommerce/checkout-frontend-library@0.60.0": + version "0.60.0" + resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.60.0.tgz#582986cffece86ece9aee8817ba70dffb6bed1da" + integrity sha512-S5epRFP8Z0NPMn8dHbhirpzrNxVNbk93l53oG3zschSRmIW2IG9vrelrGzMmgQf+XyIHkOkBR8mghj3j7kZT2A== "@cspotcode/source-map-support@^0.8.0": version "0.8.1"