node-sped-nfe 1.1.6 → 1.1.8

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.
@@ -413,7 +413,6 @@ class Tools {
413
413
  }, (res) => {
414
414
  let data = '';
415
415
  res.on('data', (chunk) => {
416
- console.log(chunk);
417
416
  data += chunk;
418
417
  });
419
418
  res.on('end', () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sped-nfe",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "author": "Kalmon V. Tavares",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,18 +36,14 @@
36
36
  "@types/node-forge": "^1.3.11",
37
37
  "@types/pem": "^1.14.4",
38
38
  "@types/tmp": "^0.2.6",
39
- "@types/xmldom": "^0.1.34",
40
39
  "typescript": "^5.0.0"
41
40
  },
42
41
  "dependencies": {
43
- "@xmldom/xmldom": "^0.9.8",
44
42
  "crypto": "^1.0.1",
45
43
  "fast-xml-parser": "^4.5.1",
46
44
  "pem": "^1.14.8",
47
45
  "tmp": "^0.2.3",
48
- "xml-crypto": "^6.1.2",
49
- "xmldom": "^0.6.0",
50
- "zlib": "^1.0.5"
46
+ "xml-crypto": "^6.1.2"
51
47
  },
52
48
  "repository": {
53
49
  "type": "git",