Comparing version 3.2.0 to 3.2.1
@@ -368,3 +368,3 @@ /*! | ||
chars: 28, | ||
bban_regexp: "^[A-Z]{4}[0-9]{20}$", | ||
bban_regexp: "^[A-Z]{4}[A-Z0-9]{20}$", | ||
IBANRegistry: true, | ||
@@ -371,0 +371,0 @@ SEPA: false |
@@ -356,3 +356,3 @@ /*! | ||
chars: 28, | ||
bban_regexp: "^[A-Z]{4}[0-9]{20}$", | ||
bban_regexp: "^[A-Z]{4}[A-Z0-9]{20}$", | ||
IBANRegistry: true, | ||
@@ -359,0 +359,0 @@ SEPA: false |
{ | ||
"name": "ibantools", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Validation, extraction and creation of IBAN, BBAN, BIC/SWIFT numbers plus some other helpful stuff like ISO 3136-1 alpha 2 country list", | ||
@@ -73,4 +73,4 @@ "keywords": [ | ||
"tslint": "^6.1.3", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0" | ||
} | ||
} |
@@ -9,3 +9,2 @@ # IBANTools | ||
[![Build CI](https://github.com/Simplify/ibantools/workflows/Build%20CI/badge.svg?branch=master)](https://github.com/Simplify/ibantools/actions?query=workflow%3A%22Build+CI%22) | ||
[![Build Status](https://travis-ci.org/Simplify/ibantools.svg?branch=master)](https://travis-ci.org/Simplify/ibantools) | ||
[![Coverage Status](https://coveralls.io/repos/github/Simplify/ibantools/badge.svg?branch=master)](https://coveralls.io/github/Simplify/ibantools?branch=master) | ||
@@ -12,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
103867
83