@treeunfe/shared 1.0.6 → 1.0.7

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 +24 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,6 +22,30 @@
22
22
 
23
23
  A **Treeunfe** é uma empresa especializada em soluções fiscais e tributárias. Esta biblioteca é mantida ativamente pela equipe Treeunfe, garantindo atualizações frequentes, correções de bugs e suporte às últimas normas técnicas da SEFAZ.
24
24
 
25
+
26
+ ## 💬 Comunidade
27
+
28
+ <div align="center">
29
+
30
+ ### 🎯 Junte-se à nossa comunidade no Discord!
31
+
32
+ [![Discord](https://img.shields.io/badge/Discord-Entrar%20na%20Comunidade-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/HjAGPPrfCQ)
33
+
34
+ **Estamos aqui para apoiá-lo!**
35
+
36
+ ✨ Tire suas dúvidas
37
+ 🤝 Colabore com a comunidade
38
+ 🚀 Contribua para o desenvolvimento open source
39
+
40
+ [**👉 Clique aqui para entrar no Discord**](https://discord.gg/HjAGPPrfCQ)
41
+
42
+ </div>
43
+
44
+
45
+
46
+
47
+
48
+
25
49
  ## 📦 Instalação
26
50
 
27
51
  A biblioteca é modular, permitindo instalar apenas os módulos necessários:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeunfe/shared",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Core utilities compartilhadas (XML, HTTP, Certificate, Schema, Environment)",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -48,7 +48,7 @@
48
48
  "xml-js": "^1.6.11",
49
49
  "xml2js": "^0.6.2",
50
50
  "xsd-assembler": "^0.0.3",
51
- "@treeunfe/types": "1.0.6"
51
+ "@treeunfe/types": "1.0.7"
52
52
  },
53
53
  "optionalDependencies": {
54
54
  "xsd-schema-validator": "^0.7.0"