validador-cnpj-cpf 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +11 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "validador-cnpj-cpf",
3
- "version": "1.0.1",
4
- "description": "Performant and secure Brazilian document validator (CPF/CNPJ)",
3
+ "version": "1.0.3",
4
+ "description": "Brazilian CPF/CNPJ validator (supports alphanumeric CNPJ / CNPJ alfanumerico) - validador de CPF/CNPJ (suporta CNPJ alfanumérico)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -21,10 +21,19 @@
21
21
  "prepublishOnly": "npm run build"
22
22
  },
23
23
  "keywords": [
24
+ "validador",
24
25
  "cpf",
26
+ "cpf-validator",
25
27
  "cnpj",
28
+ "cnpj-validator",
29
+ "cnpj-alfanumerico",
30
+ "alfanumerico",
31
+ "alphanumeric",
26
32
  "validator",
33
+ "brasil",
27
34
  "brazil",
35
+ "brazilian",
36
+ "pt-br",
28
37
  "document",
29
38
  "validation",
30
39
  "typescript"