@plasoft/boletos 1.0.28 → 1.0.30

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
@@ -558,6 +558,7 @@ function gerarRemessa({ dados }) {
558
558
  arquivo.add("0");
559
559
  arquivo.add("000000000");
560
560
  }
561
+ sequencia++;
561
562
  arquivo.addLine();
562
563
  quantidadeRegistro++;
563
564
  }
package/build/index.mjs CHANGED
@@ -521,6 +521,7 @@ function gerarRemessa({ dados }) {
521
521
  arquivo.add("0");
522
522
  arquivo.add("000000000");
523
523
  }
524
+ sequencia++;
524
525
  arquivo.addLine();
525
526
  quantidadeRegistro++;
526
527
  }
package/package.json CHANGED
@@ -1,55 +1,55 @@
1
- {
2
- "name": "@plasoft/boletos",
3
- "version": "1.0.28",
4
- "main": "build",
5
- "license": "ISC",
6
- "scripts": {
7
- "build": "tsup src/index.ts --format esm, cjs --dts --out-dir build",
8
- "dev": "npm link && tsup src/index.ts",
9
- "test": "tsx watch src/tests/index.ts"
10
- },
11
- "dependencies": {
12
- "axios": "^1.4.0",
13
- "bwip-js": "^3.4.3",
14
- "date-fns": "^2.30.0",
15
- "dotenv": "^16.3.1",
16
- "handlebars": "^4.7.7",
17
- "puppeteer-core": "^20.9.0",
18
- "string-mask": "^0.3.0"
19
- },
20
- "devDependencies": {
21
- "@types/bwip-js": "^3.2.0",
22
- "tsup": "^7.1.0",
23
- "tsx": "^3.12.7",
24
- "typescript": "^5.1.6"
25
- },
26
- "files": [
27
- "build"
28
- ],
29
- "repository": {
30
- "type": "git",
31
- "url": "git+https://github.com/plasoft-software/plasoft-firebird.git"
32
- },
33
- "keywords": [
34
- "plasoft",
35
- "firebird",
36
- "2.1",
37
- "database",
38
- "sql",
39
- "fdb"
40
- ],
41
- "author": {
42
- "name": "Luan Bresolla",
43
- "email": "luanpires34@gmail.com"
44
- },
45
- "contributors": [
46
- {
47
- "name": "Luan Bresolla",
48
- "email": "luanpires34@gmail.com"
49
- }
50
- ],
51
- "bugs": {
52
- "url": "https://github.com/plasoft-software/plasoft-firebird/issues"
53
- },
54
- "homepage": "https://github.com/plasoft-software/plasoft-firebird#readme"
55
- }
1
+ {
2
+ "name": "@plasoft/boletos",
3
+ "version": "1.0.30",
4
+ "main": "build",
5
+ "license": "ISC",
6
+ "scripts": {
7
+ "build": "tsup src/index.ts --format esm, cjs --dts --out-dir build",
8
+ "dev": "npm link && tsup src/index.ts",
9
+ "test": "tsx watch src/tests/index.ts"
10
+ },
11
+ "dependencies": {
12
+ "axios": "^1.4.0",
13
+ "bwip-js": "^3.4.3",
14
+ "date-fns": "^2.30.0",
15
+ "dotenv": "^16.3.1",
16
+ "handlebars": "^4.7.7",
17
+ "puppeteer-core": "^20.9.0",
18
+ "string-mask": "^0.3.0"
19
+ },
20
+ "devDependencies": {
21
+ "@types/bwip-js": "^3.2.0",
22
+ "tsup": "^7.1.0",
23
+ "tsx": "^3.12.7",
24
+ "typescript": "^5.1.6"
25
+ },
26
+ "files": [
27
+ "build"
28
+ ],
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "git+https://github.com/plasoft-software/plasoft-firebird.git"
32
+ },
33
+ "keywords": [
34
+ "plasoft",
35
+ "firebird",
36
+ "2.1",
37
+ "database",
38
+ "sql",
39
+ "fdb"
40
+ ],
41
+ "author": {
42
+ "name": "Luan Bresolla",
43
+ "email": "luanpires34@gmail.com"
44
+ },
45
+ "contributors": [
46
+ {
47
+ "name": "Luan Bresolla",
48
+ "email": "luanpires34@gmail.com"
49
+ }
50
+ ],
51
+ "bugs": {
52
+ "url": "https://github.com/plasoft-software/plasoft-firebird/issues"
53
+ },
54
+ "homepage": "https://github.com/plasoft-software/plasoft-firebird#readme"
55
+ }