nfewizard-io 0.0.2 → 0.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.
- package/README.md +2 -2
- package/package.json +3 -6
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ await nfeWizard.NFE_DistribuicaoDFePorChave(chaveNFe);
|
|
|
88
88
|
|
|
89
89
|
## Documentação
|
|
90
90
|
|
|
91
|
-
- Para a documentação completa acesse [NFeWizard-io - Docs](https://nfewizard.github.io/)
|
|
91
|
+
- Para a documentação completa acesse [NFeWizard-io - Docs](https://nfewizard-org.github.io/)
|
|
92
92
|
- Você também encontrará exemplos em **src/exemplos**
|
|
93
93
|
|
|
94
94
|
## Observações
|
|
@@ -114,7 +114,7 @@ Primeiramente, obrigado por considerar contribuir para nossa biblioteca! Nosso p
|
|
|
114
114
|
|
|
115
115
|
Você pode contribuir através das seguintes plataformas:
|
|
116
116
|
|
|
117
|
-
- [GitHub Sponsors](https://github.
|
|
117
|
+
- [GitHub Sponsors - Pendente](https://NFeWizard-org.github.io/)
|
|
118
118
|
- **Pix**: Se preferir doar via Pix, utilize a seguinte chave:
|
|
119
119
|
|
|
120
120
|
```
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/nfewizard-org/nfewizard-io"
|
|
7
7
|
},
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.4",
|
|
9
9
|
"description": "NFeWizard-io é uma biblioteca Node.js projetada para simplificar a interação com os webservices da SEFAZ, proporcionando uma solução robusta para automação de processos relacionados à Nota Fiscal Eletrônica (NF-e).",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/pem": "^1.14.4",
|
|
28
28
|
"@types/xml2js": "^0.4.14",
|
|
29
29
|
"@types/xsd-schema-validator": "^0.5.7",
|
|
30
|
-
"axios": "^
|
|
30
|
+
"axios": "^1.7.2",
|
|
31
31
|
"bwip-js": "^4.3.2",
|
|
32
32
|
"date-fns": "^2.30.0",
|
|
33
33
|
"date-fns-tz": "^2.0.0",
|
|
@@ -35,8 +35,6 @@
|
|
|
35
35
|
"ini": "^4.1.1",
|
|
36
36
|
"jspdf": "^2.5.1",
|
|
37
37
|
"jspdf-autotable": "^3.8.2",
|
|
38
|
-
"libxmljs": "^1.0.11",
|
|
39
|
-
"libxmljs2": "^0.32.0",
|
|
40
38
|
"node-fetch": "^3.3.2",
|
|
41
39
|
"node-forge": "^1.3.1",
|
|
42
40
|
"nodemailer": "^6.9.14",
|
|
@@ -44,10 +42,9 @@
|
|
|
44
42
|
"pdfkit": "^0.15.0",
|
|
45
43
|
"pdfmake": "^0.2.10",
|
|
46
44
|
"pem": "^1.14.8",
|
|
47
|
-
"request": "^2.88.2",
|
|
48
45
|
"soap": "^1.0.0",
|
|
49
46
|
"tsc-alias": "^1.8.10",
|
|
50
|
-
"xml-crypto": "^
|
|
47
|
+
"xml-crypto": "^6.0.0",
|
|
51
48
|
"xml-js": "^1.6.11",
|
|
52
49
|
"xml2js": "^0.6.2",
|
|
53
50
|
"xsd-schema-validator": "^0.7.0"
|