Comparing version 2.5.8 to 2.5.9
{ | ||
"name": "js-brasil", | ||
"version": "2.5.8", | ||
"version": "2.5.9", | ||
"description": "Javascript Utils para Brasil (cpf, cnpj...)", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc index.ts", | ||
"watch": "npm run build & onchange 'src/**/*.ts' '*.ts' -- npm run build", | ||
@@ -14,2 +14,3 @@ "watch:test": "onchange 'src/**/*.ts' '*.ts' -- npm run test", | ||
"browserify:uglify": "npx simplifyify index.ts -s jsbrasil --minify --outfile dist/index.js", | ||
"browserify:old": "browserify index.js --standalone jsbrasil -o js-brasil.js", | ||
"manual:compile": "tsc && tsc addons.ts && rm src/*.js && rm src/addons/*.js", | ||
@@ -16,0 +17,0 @@ "dist": "npm run build && npm run browserify && npm run browserify:uglify", |
@@ -1,2 +0,2 @@ | ||
export const ESTADOS_SIGLA = ['ac', 'al', 'am', 'ap', 'ba', 'ce', 'df', 'es', 'go', 'ma', | ||
export const ESTADOS_SIGLA: any = ['ac', 'al', 'am', 'ap', 'ba', 'ce', 'df', 'es', 'go', 'ma', | ||
'mg', 'ms', 'mt', 'pa', 'pb', 'pe', 'pi', 'pr', 'rj', 'rn', 'ro', 'rr', 'rs', | ||
@@ -3,0 +3,0 @@ 'sc', 'se', 'sp', 'to' |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
907549
69
23582
0
6
1