@lightspeed/online-payments-sdk 1.3.0 → 1.4.0

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.
@@ -101,7 +101,7 @@ function createAdyenConfiguration(context, eventBroadcaster) {
101
101
  }
102
102
  function createDropinConfiguration() {
103
103
  return {
104
- paymentMethodComponents: [adyen_web_1.Card, adyen_web_1.GooglePay, adyen_web_1.ApplePay],
104
+ paymentMethodComponents: [adyen_web_1.Card, adyen_web_1.ApplePay, adyen_web_1.Bancontact, adyen_web_1.GooglePay, adyen_web_1.Redirect, adyen_web_1.Twint],
105
105
  };
106
106
  }
107
107
  exports.AdyenWidget = {
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
4
  // This file is auto-generated during the build process
5
5
  // DO NOT EDIT MANUALLY - Version is extracted from package.json
6
- exports.SDK_VERSION = '1.3.0';
6
+ exports.SDK_VERSION = '1.4.0';
@@ -34,7 +34,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
34
34
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
35
35
  }
36
36
  };
37
- import { AdyenCheckout, Dropin, Card, GooglePay, ApplePay, } from '@adyen/adyen-web';
37
+ import { AdyenCheckout, Dropin, ApplePay, Bancontact, Card, GooglePay, Redirect, Twint, } from '@adyen/adyen-web';
38
38
  import { ResultBuilder } from './ResultBuilder';
39
39
  function mount(mountElement, session, eventBroadcaster) {
40
40
  return __awaiter(this, void 0, void 0, function () {
@@ -98,7 +98,7 @@ function createAdyenConfiguration(context, eventBroadcaster) {
98
98
  }
99
99
  function createDropinConfiguration() {
100
100
  return {
101
- paymentMethodComponents: [Card, GooglePay, ApplePay],
101
+ paymentMethodComponents: [Card, ApplePay, Bancontact, GooglePay, Redirect, Twint],
102
102
  };
103
103
  }
104
104
  export var AdyenWidget = {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.3.0";
1
+ export declare const SDK_VERSION = "1.4.0";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated during the build process
2
2
  // DO NOT EDIT MANUALLY - Version is extracted from package.json
3
- export var SDK_VERSION = '1.3.0';
3
+ export var SDK_VERSION = '1.4.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightspeed/online-payments-sdk",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Process online-payments with Lightspeed Payments",
5
5
  "author": "Lightspeed Commerce Inc.",
6
6
  "license": "SEE LICENSE IN LICENSE.md",