@adyen/adyen-web 5.2.0 → 5.2.1

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.
@@ -11,7 +11,7 @@ export declare const ENCRYPTED_PIN_FIELD = "encryptedPin";
11
11
  export declare const GIFT_CARD = "giftcard";
12
12
  export declare const ENCRYPTED_BANK_ACCNT_NUMBER_FIELD = "encryptedBankAccountNumber";
13
13
  export declare const ENCRYPTED_BANK_LOCATION_FIELD = "encryptedBankLocationId";
14
- export declare const SF_VERSION = "3.7.1";
14
+ export declare const SF_VERSION = "3.7.2";
15
15
  export declare const DEFAULT_CARD_GROUP_TYPES: string[];
16
16
  export declare const NON_CREDIT_CARD_TYPE_SECURED_FIELDS: string[];
17
17
  export declare const CSF_FIELDS_ARRAY: string[];
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "./dist/adyen.css": "./dist/adyen.css",
23
23
  "./package.json": "./package.json"
24
24
  },
25
- "version": "5.2.0",
25
+ "version": "5.2.1",
26
26
  "license": "MIT",
27
27
  "homepage": "https://docs.adyen.com/checkout",
28
28
  "repository": "github:Adyen/adyen-web",