mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
Bug fix
This commit is contained in:
parent
726550488c
commit
da0b408606
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "codice-fiscale-js",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "codice-fiscale-js",
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.3",
|
||||
"description": "The Italian Tax Code Library for Javascript and Typescript",
|
||||
"main": "dist/codice.fiscale.umd.js",
|
||||
"main": "dist/codice.fiscale.commonjs2.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/lucavandro/CodiceFiscaleJS.git"
|
||||
|
@ -8,7 +8,7 @@ CodiceFiscale.js is a javascript and typescript utility library to compute and v
|
||||
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W2M92TNMXR3CC&source=url)
|
||||
|
||||
## Change log
|
||||
**Version 2.2.1**
|
||||
**Version 2.2.3**
|
||||
- Fixed lowercase validation issue
|
||||
- Updated country list
|
||||
- Security fix
|
||||
|
Loading…
Reference in New Issue
Block a user