node-sped-nfe 1.0.9 → 1.1.0

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/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,4 +35,7 @@ Seja bem-vindo(a) à **Biblioteca de Emissão de NF-e** — sua parceira definit
35
35
  ---
36
36
 
37
37
  ## 📌 Informações
38
- [Documentação](https://github.com/kalmonv/node-sped-nfe/tree/main/docs)
38
+ Toda a documentação completa com guias, exemplos, status SEFAZ e muito mais está disponível aqui:
39
+ <div align="center">
40
+ [🧾 **Documentação oficial no GitHub**](https://github.com/kalmonv/node-sped-nfe/tree/main/docs)
41
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sped-nfe",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "author": "Kalmon V. Tavares",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",