@ronaldarndt/nationalid
Advanced tools
Comparing version 1.2.1 to 1.2.3
@@ -1,7 +0,7 @@ | ||
import cpf from '@/countries/brazil/cpf'; | ||
import ssn from '@/countries/us/ssn'; | ||
import brazil from '@/countries/brazil'; | ||
import us from '@/countries/us'; | ||
import cpf from './countries/brazil/cpf'; | ||
import ssn from './countries/us/ssn'; | ||
import brazil from './countries/brazil'; | ||
import us from './countries/us'; | ||
import { Document, DocumentCode } from './types/general'; | ||
declare function getDocumentFromCode(code: DocumentCode): Document; | ||
export { brazil, cpf, getDocumentFromCode, ssn, us }; |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "1.2.1", | ||
"version": "1.2.3", | ||
"description": "Format and validate national identification numbers", | ||
@@ -8,0 +8,0 @@ "scripts": { |
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