@plasoft/boletos 1.0.53 → 1.0.55

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.
@@ -303,7 +303,7 @@
303
303
  <td colspan="6" style="border-bottom: 0px;">
304
304
  <div class="td-content">
305
305
  <strong>SACADO</strong>
306
- <span>{{pagador.nome}} ({{pagador.cnpj}})</span>
306
+ <span>{{pagador.nome}} ({{#if pagador.isCnpj}}CNPJ:{{else}}CPF:{{/if}} {{pagador.cpfcnpj}})</span>
307
307
  <span>{{pagador.endereco.logradouro}}, {{pagador.endereco.numero}}, {{pagador.endereco.bairro}}</span>
308
308
  <span>{{pagador.endereco.municipio}}/{{pagador.endereco.uf}} — {{pagador.endereco.cep}}</span>
309
309
  </div>
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@plasoft/boletos",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "main": "build",
5
5
  "license": "ISC",
6
6
  "scripts": {
7
7
  "build": "tsup src/index.ts --format esm, cjs --dts --out-dir build",
8
8
  "dev": "npm link && tsup src/index.ts --watch --sourcemap",
9
- "test": "tsx watch src/tests/index.ts"
9
+ "test": "tsx src/tests/index.ts"
10
10
  },
11
11
  "dependencies": {
12
12
  "axios": "^1.4.0",