Skip to content

Commit

Permalink
chore: bump version and dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianopf committed Feb 26, 2021
1 parent 4d54d76 commit 46bbc89
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/cep-promise-browser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cep-promise.min.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ declare module 'cep-promise' {
service: string
}

type configuration = {
timeout: number,
providers: Array<string>,
};

// this workarround is because this : https://github.com/Microsoft/TypeScript/issues/5073
namespace cep {}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cep-promise",
"version": "4.0.4",
"version": "4.1.0",
"description": "Busca por CEP integrado diretamente aos serviços dos Correios e ViaCEP",
"main": "dist/cep-promise.min.js",
"module": "dist/cep-promise.min.js",
Expand Down
1 change: 0 additions & 1 deletion test/e2e/cep-promise.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ describe('[e2e] cep-promise', () => {
service: 'viacep'
},
{
message: 'CEP não encontrado na base do WideNet.',
service: 'widenet'
},
{
Expand Down

0 comments on commit 46bbc89

Please sign in to comment.