File tree Expand file tree Collapse file tree 4 files changed +29
-9
lines changed Expand file tree Collapse file tree 4 files changed +29
-9
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,7 @@ Leia nosso guia de contribuição [aqui](CONTRIBUTING.md)
179179
180180## Contribuidores
181181
182- | [ <img src =" https://avatars1.githubusercontent.com/u/8251208?v=3&s=115 " width =" 115 " ><br ><sub >@lucianopf </sub >] ( https://github.com/lucianopf ) | [ <img src =" https://avatars1.githubusercontent.com/u/7863230?v=3&s=115 " width =" 115 " ><br ><sub >@MarcoWorms </sub >] ( https://github.com/MarcoWorms ) | [ <img src =" https://avatars1.githubusercontent.com/u/551228?v=3&s=115 " width =" 115 " ><br ><sub >@caio-ribeiro-pereira </sub >] ( https://github.com/caio-ribeiro-pereira ) | [ <img src =" https://avatars1.githubusercontent.com/u/1225447?v=3&s=115 " width =" 115 " ><br ><sub >@chrisbenseler </sub >] ( https://github.com/chrisbenseler ) | [ <img src =" https://avatars0.githubusercontent.com/u/3428149?v=3&s=115 " width =" 115 " ><br ><sub >@luanmuniz </sub >] ( https://github.com/luanmuniz ) | [ <img src =" https://avatars3.githubusercontent.com/u/3094496?v=3&s=115 " width =" 115 " ><br ><sub >@AlbertoTrindade </sub >] ( https://github.com/AlbertoTrindade ) |
183- | :-:| :-:| :-:| :-:| :-:| :-:|
184- | [ <img src =" https://avatars1.githubusercontent.com/u/4137355?v=3&s=115 " width =" 115 " ><br ><sub >@pedrro </sub >] ( https://github.com/pedrro ) | [ <img src =" https://avatars1.githubusercontent.com/u/8260778?v=3&s=115 " width =" 115 " ><br ><sub >@petronetto </sub >] ( https://github.com/Petronetto ) | [ <img src =" https://avatars3.githubusercontent.com/u/434364?v=3&s=115 " width =" 115 " ><br ><sub >@olegon </sub >] ( https://github.com/olegon ) | [ <img src =" https://avatars3.githubusercontent.com/u/2177742?v=3&s=115 " width =" 115 " ><br ><sub >@jhonnymoreira </sub >] ( https://github.com/jhonnymoreira ) | [ <img src =" https://avatars3.githubusercontent.com/u/2955087?s=115&v=4 " width =" 115 " ><br ><sub >@claytonsilva </sub >] ( https://github.com/claytonsilva ) | [ <img src =" https://avatars1.githubusercontent.com/u/13632762?s=115 " width =" 115 " ><br ><sub >@thiamsantos </sub >] ( https://github.com/thiamsantos ) |
185- | [ <img src =" https://avatars2.githubusercontent.com/u/6232791?v=3&s=115 " width =" 115 " ><br ><sub >@flyingluscas </sub >] ( https://github.com/flyingluscas ) | [ <img src =" https://avatars1.githubusercontent.com/u/15306309?s=115&v=4 " width =" 115 " ><br ><sub >@otaviopace </sub >] ( https://github.com/otaviopace ) | [ <img src =" https://avatars1.githubusercontent.com/u/16264950?s=400&v=4 " width =" 115 " ><br ><sub >@vagnercardosoweb </sub >] ( https://github.com/vagnercardosoweb ) | [ <img src =" https://avatars2.githubusercontent.com/u/18074134?s=400&u=fd578b638c5c4dc69ded7ebd5fa834ff915a2250&v=4 " width =" 115 " ><br ><sub >@murilohns </sub >] ( https://github.com/murilohns ) | [ <img src =" https://avatars2.githubusercontent.com/u/36142371?s=400&u=24ff6d7b87af0b11414cb9be55615e717d2342aa&v=4 " width =" 115 " ><br ><sub >@dominguetigs </sub >] ( https://github.com/dominguetigs ) | [ <img src =" https://avatars.githubusercontent.com/u/3643096?s=115 " width =" 115 " ><br ><sub >@fontebasso </sub >] ( https://github.com/fontebasso ) |
182+ <a href =" https://github.com/brasilapi/cep-promise/graphs/contributors " ><img src =" https://contrib.rocks/image?repo=brasilapi/cep-promise " /></a >
186183
187184## Autor
188185
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ declare module 'cep-promise' {
1515 widenet = "widenet"
1616 }
1717
18+
1819 export interface Configurations {
1920 providers ?: AvailableProviders [ ] ,
2021 timeout ?: number
Original file line number Diff line number Diff line change 11{
22 "name" : " cep-promise" ,
3- "version" : " 4.1.1 " ,
3+ "version" : " 4.1.2 " ,
44 "description" : " Busca por CEP integrado diretamente aos serviços dos Correios e ViaCEP" ,
55 "main" : " dist/cep-promise.min.js" ,
66 "module" : " dist/cep-promise.min.js" ,
7474 ]
7575 },
7676 "dependencies" : {
77- "node-fetch" : " 2.6.1 " ,
77+ "node-fetch" : " 2.6.7 " ,
7878 "unfetch" : " 4.1.0"
7979 },
8080 "files" : [
You can’t perform that action at this time.
0 commit comments