jcinfo-utils 1.0.60 → 1.0.61

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 (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -14,6 +14,7 @@ import { formatFileSize } from './src/formatFileSize.js'
14
14
  import { retirarAcentuacao } from './src/retirarAcentuacao.js'
15
15
  import { fileExists, encodeUriBase64 } from './src/utils.js'
16
16
  import { validarCPF, validarCNPJ } from './src/validator.js'
17
+ import { CNPJ } from './src/cnpj-validate.js'
17
18
 
18
19
  // ===================================================== CONFIGURAÇÕES
19
20
 
@@ -203,6 +204,7 @@ function scrollToTop(smooth = false) {
203
204
 
204
205
  export {
205
206
  jcinfoUtils,
207
+ CNPJ,
206
208
  addLog,
207
209
  addUserSelectNoneInMobile,
208
210
  calcularIdade,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jcinfo-utils",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Pacote de funções utilitárias",
5
5
  "main": "index.js",
6
6
  "type": "module",