bancos-brasileiros 6.2.42 → 6.2.44

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 (3) hide show
  1. package/README.md +1 -1
  2. package/bancos.json +46 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -129,7 +129,7 @@ Practical implementation examples are available in the [examples](/examples) fol
129
129
 
130
130
  ```toml
131
131
  [dependencies]
132
- bancos_brasileiros = "0.1.0"
132
+ bancos_brasileiros = "5.0.0"
133
133
  ```
134
134
 
135
135
  ### Node.js (NPM)
package/bancos.json CHANGED
@@ -10485,6 +10485,29 @@
10485
10485
  "DateRegistered": "2025-03-05T12:08:37.9411143+00:00",
10486
10486
  "DateUpdated": "2025-03-05T12:08:36.9762761+00:00"
10487
10487
  },
10488
+ {
10489
+ "COMPE": "686",
10490
+ "ISPB": "12481100",
10491
+ "Document": "12.481.100/0001-66",
10492
+ "LongName": "BIZ INSTITUIÇÃO DE PAGAMENTO S.A.",
10493
+ "ShortName": "BIZ IP LTDA.",
10494
+ "Network": "RSFN",
10495
+ "Type": null,
10496
+ "PixType": "IDRT",
10497
+ "Charge": null,
10498
+ "CreditDocument": null,
10499
+ "LegalCheque": false,
10500
+ "DetectaFlow": false,
10501
+ "PCR": null,
10502
+ "PCRP": null,
10503
+ "SalaryPortability": null,
10504
+ "Products": null,
10505
+ "Url": null,
10506
+ "DateOperationStarted": "2025-07-28",
10507
+ "DatePixStarted": "2025-04-09 13:37:42",
10508
+ "DateRegistered": "2025-07-22T12:09:54.9911607+00:00",
10509
+ "DateUpdated": "2025-07-22T12:09:53.8750926+00:00"
10510
+ },
10488
10511
  {
10489
10512
  "COMPE": "687",
10490
10513
  "ISPB": "35340796",
@@ -11215,6 +11238,29 @@
11215
11238
  "DateRegistered": "2025-06-05T12:09:51.0317057+00:00",
11216
11239
  "DateUpdated": "2025-06-05T12:09:51.0317347+00:00"
11217
11240
  },
11241
+ {
11242
+ "COMPE": "763",
11243
+ "ISPB": "56106523",
11244
+ "Document": "56.106.523/0001-71",
11245
+ "LongName": "VUE INSTITUIÇÃO DE PAGAMENTO S.A.",
11246
+ "ShortName": "VUE IP S.A.",
11247
+ "Network": "RSFN",
11248
+ "Type": null,
11249
+ "PixType": null,
11250
+ "Charge": null,
11251
+ "CreditDocument": null,
11252
+ "LegalCheque": false,
11253
+ "DetectaFlow": false,
11254
+ "PCR": null,
11255
+ "PCRP": null,
11256
+ "SalaryPortability": null,
11257
+ "Products": null,
11258
+ "Url": null,
11259
+ "DateOperationStarted": "2025-07-28",
11260
+ "DatePixStarted": null,
11261
+ "DateRegistered": "2025-07-22T12:09:54.9911786+00:00",
11262
+ "DateUpdated": "2025-07-22T12:09:54.9911787+00:00"
11263
+ },
11218
11264
  {
11219
11265
  "COMPE": "764",
11220
11266
  "ISPB": "04306351",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bancos-brasileiros",
3
- "version": "6.2.42",
3
+ "version": "6.2.44",
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
  }