jcinfo-utils 1.0.58 → 1.0.60

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jcinfo-utils",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "Pacote de funções utilitárias",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/src/validator.js CHANGED
@@ -7,7 +7,6 @@ import CNPJ from './cnpj-validate.js'
7
7
  */
8
8
  export function validarCNPJ(value) {
9
9
  const cnpj = CNPJ.removeMascara(value)
10
- console.log(cnpj)
11
10
  if (!cnpj || cnpj.trim() === '' || cnpj.trim() === '00000000000000') {
12
11
  return true
13
12
  }
package/.env DELETED
@@ -1,4 +0,0 @@
1
- # apenas para testar a função updateDotEnv() & updateDotEnvKey()
2
- # REACT_APP_VERSION=1.0 (1116.1)
3
- VITE_VERSION=1.0 (509.24)
4
- VITE_VDATE=