Comparing version 4.5.0 to 4.5.1
@@ -15,3 +15,3 @@ /*! | ||
* @module ibantools | ||
* @version 4.5.0 | ||
* @version 4.5.1 | ||
* @license MIT or MPL-2.0 | ||
@@ -1049,3 +1049,3 @@ * @preferred | ||
bank_identifier: '0-3', | ||
account_indentifier: '4-24', | ||
account_indentifier: '14-24', | ||
}, | ||
@@ -1457,3 +1457,9 @@ ET: {}, | ||
NZ: {}, | ||
OM: {}, | ||
OM: { | ||
chars: 23, | ||
bban_regexp: '^[0-9]{3}[A-Z0-9]{16}$', | ||
IBANRegistry: true, | ||
SEPA: false, | ||
bank_identifier: '0-2', | ||
}, | ||
PA: {}, | ||
@@ -1460,0 +1466,0 @@ PE: {}, |
@@ -15,3 +15,3 @@ /*! | ||
* @module ibantools | ||
* @version 4.5.0 | ||
* @version 4.5.1 | ||
* @license MIT or MPL-2.0 | ||
@@ -1033,3 +1033,3 @@ * @preferred | ||
bank_identifier: '0-3', | ||
account_indentifier: '4-24', | ||
account_indentifier: '14-24', | ||
}, | ||
@@ -1441,3 +1441,9 @@ ET: {}, | ||
NZ: {}, | ||
OM: {}, | ||
OM: { | ||
chars: 23, | ||
bban_regexp: '^[0-9]{3}[A-Z0-9]{16}$', | ||
IBANRegistry: true, | ||
SEPA: false, | ||
bank_identifier: '0-2', | ||
}, | ||
PA: {}, | ||
@@ -1444,0 +1450,0 @@ PE: {}, |
{ | ||
"name": "ibantools", | ||
"version": "4.5.0", | ||
"version": "4.5.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", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# IBANTools | ||
[![License](https://img.shields.io/github/license/Simplify/ibantools)](https://github.com/Simplify/ibantools/blob/master/LICENSE) | ||
![License](https://img.shields.io/badge/License-MIT-blue) | ||
![License](https://img.shields.io/badge/License-MPL_2.0-blue) | ||
![Bower version](https://badge.fury.io/bo/ibantools.svg)] | ||
![Bower version](https://badge.fury.io/bo/ibantools.svg) | ||
[![npm version](https://badge.fury.io/js/ibantools.svg)](https://badge.fury.io/js/ibantools) | ||
@@ -7,0 +8,0 @@ [![NPM downloads](https://img.shields.io/npm/dw/ibantools)](https://www.npmjs.com/package/ibantools) |
127877
3721
116
2