@devlas/dte-sii 2.5.1 → 2.5.2

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 (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5,9 +5,10 @@
5
5
  *
6
6
  * Facturación y boletas electrónicas para el SII de Chile.
7
7
  *
8
- * @version 2.5.0
8
+ * @version 2.5.2
9
9
  * @author Devlas SpA <hola@devlas.cl>
10
10
  * @license MIT
11
+ */
11
12
 
12
13
  // Módulos core
13
14
  const Certificado = require('./Certificado');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devlas/dte-sii",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Facturación y boletas electrónicas para el SII de Chile. Genera, timbra, firma y envía DTEs, libros electrónicos y automatiza la certificación.",
5
5
  "main": "index.js",
6
6
  "types": "dte-sii.d.ts",