bancos-brasileiros 6.2.43 → 6.2.49

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/README.md +10 -11
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,17 +9,16 @@
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <a href="https://ci.appveyor.com/project/guibranco/bancosbrasileiros"><img src="https://ci.appveyor.com/api/projects/status/f9sx7ux82epp8bd6?svg=true" alt="Build status"></a>
13
- <a href="https://github.com/guibranco/BancosBrasileiros/actions/workflows/daily-updates.yml"><img src="https://github.com/guibranco/BancosBrasileiros/actions/workflows/daily-updates.yml/badge.svg" alt="Daily updates"></a>
14
- <a href="https://github.com/guibranco/BancosBrasileiros/actions/workflows/link-checker.yml"><img src="https://github.com/guibranco/BancosBrasileiros/actions/workflows/link-checker.yml/badge.svg" alt="Link checker"></a>
12
+ <a href="https://ci.appveyor.com/project/guibranco/bancosbrasileiros"><img src="https://ci.appveyor.com/api/projects/status/f9sx7ux82epp8bd6?svg=true" alt="Build status"></a>
15
13
  <a href="https://github.com/guibranco/BancosBrasileiros/"><img src="https://img.shields.io/github/last-commit/guibranco/BancosBrasileiros" alt="GitHub last commit"></a>
16
14
  <a href="https://github.com/guibranco/BancosBrasileiros/"><img src="https://img.shields.io/github/license/guibranco/BancosBrasileiros" alt="GitHub license"></a>
17
15
  <a href="https://wakatime.com/badge/github/guibranco/BancosBrasileiros"><img src="https://wakatime.com/badge/github/guibranco/BancosBrasileiros.svg" alt="time tracker"></a>
18
16
  </p>
19
17
 
20
18
  <p align="center">
19
+ <a href="https://github.com/guibranco/BancosBrasileiros/actions/workflows/daily-updates.yml"><img src="https://github.com/guibranco/BancosBrasileiros/actions/workflows/daily-updates.yml/badge.svg" alt="Daily updates"></a>
20
+ <a href="https://github.com/guibranco/BancosBrasileiros/actions/workflows/link-checker.yml"><img src="https://github.com/guibranco/BancosBrasileiros/actions/workflows/link-checker.yml/badge.svg" alt="Link checker"></a>
21
21
  <a href="https://www.codefactor.io/repository/github/guibranco/BancosBrasileiros"><img src="https://www.codefactor.io/repository/github/guibranco/BancosBrasileiros/badge" alt="CodeFactor"></a>
22
- <a href="https://codebeat.co/projects/github-com-guibranco-bancosbrasileiros-main"><img src="https://codebeat.co/badges/6ca48409-5cda-48b2-844e-9248c2416865" alt="codebeat badge"></a>
23
22
  <a href="https://snyk.io/test/github/guibranco/BancosBrasileiros"><img src="https://snyk.io/test/github/guibranco/BancosBrasileiros/badge.svg?style=plastic" alt="Known Vulnerabilities"></a>
24
23
  <a href="https://github.com/guibranco/bancosbrasileiros/issues"><img src="https://img.shields.io/github/issues/guibranco/bancosbrasileiros" alt="GitHub issues"></a>
25
24
  </p>
@@ -129,7 +128,7 @@ Practical implementation examples are available in the [examples](/examples) fol
129
128
 
130
129
  ```toml
131
130
  [dependencies]
132
- bancos_brasileiros = "0.1.0"
131
+ bancos_brasileiros = "5.0.0"
133
132
  ```
134
133
 
135
134
  ### Node.js (NPM)
@@ -343,17 +342,17 @@ View our complete [changelog](/CHANGELOG.md) for detailed update history.
343
342
  </a>
344
343
  </td>
345
344
  <td align="center">
346
- <a href="https://github.com/github-actions[bot]">
347
- <img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/>
345
+ <a href="https://github.com/dependabot[bot]">
346
+ <img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/>
348
347
  <br />
349
- <sub><b>github-actions[bot]</b></sub>
348
+ <sub><b>dependabot[bot]</b></sub>
350
349
  </a>
351
350
  </td>
352
351
  <td align="center">
353
- <a href="https://github.com/dependabot[bot]">
354
- <img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/>
352
+ <a href="https://github.com/github-actions[bot]">
353
+ <img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/>
355
354
  <br />
356
- <sub><b>dependabot[bot]</b></sub>
355
+ <sub><b>github-actions[bot]</b></sub>
357
356
  </a>
358
357
  </td>
359
358
  <td align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bancos-brasileiros",
3
- "version": "6.2.43",
3
+ "version": "6.2.49",
4
4
  "description": "A JSON list of Brazilian commercial banks",
5
5
  "main": "bancos.json",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/guibranco/BancosBrasileiros/issues"
37
37
  },
38
- "homepage": "https://guibranco.github.io/BancosBrasileiros/"
38
+ "homepage": "https://guilherme.stracini.com.br/BancosBrasileiros/"
39
39
  }