facturacion-open-api 1.0.3 → 1.0.4

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 +15 -1
package/package.json CHANGED
@@ -1,7 +1,21 @@
1
1
  {
2
2
  "name": "facturacion-open-api",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "author": "Willian Jaramillo Guillen",
5
+ "description": "Librería de facturación electrónica para Ecuador (SRI) compatible con los 6 tipos de comprobantes electrónicos y generación de RIDE en A4 y POS.",
6
+ "keywords": [
7
+ "sri",
8
+ "ecuador",
9
+ "facturacion",
10
+ "facturacion-electronica",
11
+ "xades-bes",
12
+ "ride",
13
+ "pdf",
14
+ "pos",
15
+ "p12",
16
+ "firma-electronica",
17
+ "xml"
18
+ ],
5
19
  "main": "./dist/index.js",
6
20
  "module": "./dist/index.mjs",
7
21
  "types": "./dist/index.d.ts",