postal-codes-js
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -48,6 +48,6 @@ var fs = require('fs'); | ||
fs.writeFile(path.join(basePath,'../generated/postal-codes-alpha2.json'), JSON.stringify(byAlpha2, null, " ")); | ||
fs.writeFile(path.join(basePath,'../generated/postal-codes-alpha3.json'), JSON.stringify(byAlpha3, null, " ")); | ||
fs.writeFileSync(path.join(basePath,'../generated/postal-codes-alpha2.json'), JSON.stringify(byAlpha2, null, " ")); | ||
fs.writeFileSync(path.join(basePath,'../generated/postal-codes-alpha3.json'), JSON.stringify(byAlpha3, null, " ")); | ||
} | ||
generateMappings(); | ||
generateMappings(); |
@@ -1633,3 +1633,3 @@ { | ||
"countryName": "Viet Nam", | ||
"postalCodeFormat": "5Digits.json", | ||
"postalCodeFormat": "6Digits.json", | ||
"alpha2": "VN", | ||
@@ -1636,0 +1636,0 @@ "alpha3": "VNM", |
@@ -411,3 +411,3 @@ { | ||
"countryName": "Denmark", | ||
"postalCodeFormat": "4Digits.json", | ||
"postalCodeFormat": "DK.json", | ||
"alpha2": "DK", | ||
@@ -875,3 +875,3 @@ "alpha3": "DNK", | ||
"countryName": "Luxembourg", | ||
"postalCodeFormat": "4Digits.json", | ||
"postalCodeFormat": "LU.json", | ||
"alpha2": "LU", | ||
@@ -1628,3 +1628,3 @@ "alpha3": "LUX", | ||
"countryName": "Viet Nam", | ||
"postalCodeFormat": "5Digits.json", | ||
"postalCodeFormat": "6Digits.json", | ||
"alpha2": "VN", | ||
@@ -1673,2 +1673,2 @@ "alpha3": "VNM", | ||
} | ||
} | ||
} |
@@ -49,2 +49,3 @@ { | ||
"NZ", | ||
"PA", | ||
"PH", | ||
@@ -127,3 +128,2 @@ "PY", | ||
"NG", | ||
"PA", | ||
"RO", | ||
@@ -205,2 +205,5 @@ "SG", | ||
], | ||
"IE.json": [ | ||
"IE" | ||
], | ||
"IM.json": [ | ||
@@ -322,2 +325,2 @@ "IM" | ||
] | ||
} | ||
} |
{ | ||
"name": "postal-codes-js", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Postal Codes", | ||
@@ -5,0 +5,0 @@ "main": "postal-codes.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
437689
16683