Skip to content

Commit

Permalink
feat: join impuestos sum of impuestos conceptos and small refactoring…
Browse files Browse the repository at this point in the history
… on outputs
  • Loading branch information
luffynando committed Jan 9, 2024
1 parent 3a356a7 commit ba8597f
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 687 deletions.
22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,23 @@
"author": "OcelotlStudio <[email protected]>",
"license": "MIT",
"type": "module",
"main": "./dist/prod/cfdi-to-pdf.cjs",
"module": "./dist/prod/cfdi-to-pdf.modern.js",
"unpkg": "./dist/prod/cfdi-to-pdf.umd.js",
"main": "./dist/cfdi-to-pdf.cjs",
"module": "./dist/cfdi-to-pdf.js",
"unpkg": "./dist/cfdi-to-pdf.global.js",
"browser": "./dist/cfdi-to-pdf.global.js",
"types": "./dist/cfdi-to-pdf.d.ts",
"exports": {
"require": "./dist/prod/cfdi-to-pdf.cjs",
"development": "./dist/dev/cfdi-to-pdf.modern.js",
"default": "./dist/prod/cfdi-to-pdf.modern.js"
".": {
"import": {
"types": "./dist/cfdi-to-pdf.d.ts",
"default": "./dist/cfdi-to-pdf.js"
},
"require": {
"types": "./dist/cfdi-to-pdf.d.cts",
"default": "./dist/cfdi-to-pdf.cjs"
}
}
},
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
Expand Down
Loading

0 comments on commit ba8597f

Please sign in to comment.