Skip to content

Commit

Permalink
fix #100
Browse files Browse the repository at this point in the history
  • Loading branch information
lucavandro committed Apr 5, 2024
1 parent c74ce4b commit 1e96150
Show file tree
Hide file tree
Showing 7 changed files with 11,981 additions and 14,819 deletions.
2 changes: 1 addition & 1 deletion dist/codice.fiscale.amd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/codice.fiscale.commonjs2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/codice.fiscale.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/codice.fiscale.var.js

Large diffs are not rendered by default.

26,777 changes: 11,968 additions & 14,809 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/preset-env": "^7.10.4",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"jest": "^24.9.0",
"jest": "^29.7.0",
"parallel-webpack": "^2.6.0",
"standard": "^12.0.1",
"webpack": "^4.43.0",
Expand Down
13 changes: 8 additions & 5 deletions src/lista-comuni.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["A642","CO","BARCONE",0],
["A643","AO","BARD",1],
["A644","TO","BARDASSANO",0],
["A645","VA","BARDELLO",1],
["A645","VA","BARDELLO",0],
["A646","PR","BARDI",1],
["A647","SV","BARDINETO",1],
["A648","SV","BARDINO NUOVO",0],
Expand Down Expand Up @@ -1437,7 +1437,7 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["B129","CR","BREDA DE' BUGNI",0],
["B128","TV","BREDA DI PIAVE",1],
["B130","CR","BREDA GUAZZONE",0],
["B131","VA","BREGANO",1],
["B131","VA","BREGANO",0],
["B132","VI","BREGANZE",1],
["B133","CO","BREGLIA",0],
["B134","CO","BREGNANO",1],
Expand Down Expand Up @@ -6336,7 +6336,7 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["E853","VB","MALESCO",1],
["E854","CT","MALETTO",1],
["E855","ME","MALFA",1],
["E856","VA","MALGESSO",1],
["E856","VA","MALGESSO",0],
["E857","TN","MALGOLO",0],
["E858","LC","MALGRATE",1],
["Z329","EE","MALI",1],
Expand Down Expand Up @@ -7493,7 +7493,7 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["F708","CS","MORANO",0],
["F708","CS","MORANO CALABRO",1],
["F707","AL","MORANO SUL PO",1],
["F709","AT","MORANSENGO",1],
["F709","AT","MORANSENGO",0],
["F710","GO","MORARO",1],
["F711","VA","MORAZZONE",1],
["F712","SO","MORBEGNO",1],
Expand Down Expand Up @@ -12285,7 +12285,7 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["L201","TN","TONADICO",0],
["L202","NU","TONARA",1],
["L203","AT","TONCO",1],
["L204","AT","TONENGO",1],
["L204","AT","TONENGO",0],
["D717","VI","TONEZZA",0],
["D717","VI","TONEZZA DEL CIMONE",1],
["Z728","EE","TONGA",1],
Expand Down Expand Up @@ -13443,6 +13443,9 @@ export const COMUNI = [ ["A001","PD","ABANO BAGNI",0],
["M363","TN","VILLE D'ANAUNIA",1],
["M037","TN","VILLE DEL MONTE",0],
["M431","TN","VILLE DI FIEMME",1],
["M432","TP","MISILISCEMI",1],
["M433","VA","BARDELLO CON MALGESSO E BREGNANO",1],
["M434","AT","MORANSENGO-TONENGO",1],
["M038","GO","VILLE MONTEVECCHIO",0],
["M039","IM","VILLE SAN PIETRO",0],
["M040","IM","VILLE SAN SEBASTIANO",0],
Expand Down

0 comments on commit 1e96150

Please sign in to comment.