node-sped-nfe 1.2.37 → 1.2.38

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.
@@ -654,6 +654,8 @@ async function _Tools_limparSoap(xml) {
654
654
  if (xml == "Bad Request")
655
655
  throw xml;
656
656
  const clear = [
657
+ 'env:Envelope',
658
+ 'env:Body',
657
659
  'S:Envelope',
658
660
  'S:Body',
659
661
  'soapenv:Envelope',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sped-nfe",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "author": "Kalmon V. Tavares",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",