@plasoft/boletos 1.0.18 → 1.0.19

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.
package/build/index.js CHANGED
@@ -1696,6 +1696,7 @@ function gerarRemessa4({ dados }) {
1696
1696
  arquivo.add("000");
1697
1697
  arquivo.add(" ".padEnd(28, " "));
1698
1698
  sequencia++;
1699
+ arquivo.addLine();
1699
1700
  let multa = "0";
1700
1701
  let data_multa = "00000000";
1701
1702
  let percentual_multa = "000000000000000";
package/build/index.mjs CHANGED
@@ -1659,6 +1659,7 @@ function gerarRemessa4({ dados }) {
1659
1659
  arquivo.add("000");
1660
1660
  arquivo.add(" ".padEnd(28, " "));
1661
1661
  sequencia++;
1662
+ arquivo.addLine();
1662
1663
  let multa = "0";
1663
1664
  let data_multa = "00000000";
1664
1665
  let percentual_multa = "000000000000000";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasoft/boletos",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "main": "build",
5
5
  "license": "ISC",
6
6
  "scripts": {