@adyen/adyen-web 5.68.0 → 5.68.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.
@@ -1,4 +1,5 @@
1
1
  import { ValidatorRules } from '../../../utils/Validator/types';
2
+ export declare const validatePostalCode: (val: string, countryCode: string, validatorRules: ValidatorRules) => any;
2
3
  /**
3
4
  * Validates only postalCode property. As the partial address form does not have the country selector, the country value
4
5
  * must be informed beforehand and can't be picked up from the form context
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "./dist/es/adyen.css": "./dist/es/adyen.css",
26
26
  "./package.json": "./package.json"
27
27
  },
28
- "version": "5.68.0",
28
+ "version": "5.68.1",
29
29
  "license": "MIT",
30
30
  "homepage": "https://docs.adyen.com/checkout",
31
31
  "repository": "github:Adyen/adyen-web",