cpf_and_cnpj-generator
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "cpf_and_cnpj-generator", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "This repository contains a JavaScript code that generates a valid Brazilian CPF (Cadastro de Pessoas Físicas). CPF is a unique identification number assigned to individuals in Brazil. The code ensures that the generated CPF numbers follow the required validation rules and algorithms.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -23,6 +23,6 @@ # CPF and CNPJ Generator / Gerador de CPF e CNPJ | ||
```bash | ||
https://unpkg.com/cpf_and_cnpj-generator@1.1.1/dist/bundle.js | ||
https://unpkg.com/cpf_and_cnpj-generator@1.1.2/dist/bundle.js | ||
``` | ||
```html | ||
<scritp src="https://unpkg.com/cpf_and_cnpj-generator@1.1.1/dist/bundle.js"></script> | ||
<script src="https://unpkg.com/cpf_and_cnpj-generator@1.1.2/dist/bundle.js"></script> | ||
``` | ||
@@ -84,6 +84,6 @@ | ||
```bash | ||
https://unpkg.com/cpf_and_cnpj-generator@1.1.1/dist/bundle.js | ||
https://unpkg.com/cpf_and_cnpj-generator@1.1.2/dist/bundle.js | ||
``` | ||
```html | ||
<scritp src="https://unpkg.com/cpf_and_cnpj-generator@1.1.1/dist/bundle.js"></script> | ||
<script src="https://unpkg.com/cpf_and_cnpj-generator@1.1.2/dist/bundle.js"></script> | ||
``` | ||
@@ -90,0 +90,0 @@ |