@alexssmusica/node-pdf-nfe 1.2.12 → 1.2.13

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexssmusica/node-pdf-nfe",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "Modulo que auxilia na geração da Danfe NFe e NFCe.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "homepage": "https://danfenfeonline.com.br/gerar-danfe",
28
28
  "scripts": {
29
- "release": "npm run prettier && npm run build && node release.js",
29
+ "release": "npm run prettier && npm run build && node release.js && npm run publish:npm",
30
30
  "clean-lib": "npx rimraf lib",
31
31
  "build": "npm run clean-lib && tsc -p tsconfig.json && npm run copy-fonts",
32
32
  "prettier": "prettier src/**/*.{js,ts} --write",
33
- "publish": "node publish.js",
33
+ "publish:npm": "node publish.js",
34
34
  "type": "tsc --project tsconfig.json",
35
35
  "copy-fonts": "copyfiles src/**/*.ttf lib/ -u 1",
36
36
  "test-pdf": "nodemon --watch src ./tests/pdf.test.ts",