@treeunfe/danfe 1.0.5 → 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.
@@ -1,15 +1,15 @@
1
1
 
2
- > @treeunfe/danfe@1.0.4 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/danfe
2
+ > @treeunfe/danfe@1.0.6 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/danfe
3
3
  > rollup -c
4
4
 
5
- (node:3608) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/danfe/rollup.config.js is not specified and it doesn't parse as CommonJS.
5
+ (node:3646) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/danfe/rollup.config.js is not specified and it doesn't parse as CommonJS.
6
6
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
7
7
  To eliminate this warning, add "type": "module" to /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/danfe/package.json.
8
8
  (Use `node --trace-warnings ...` to show where the warning was created)
9
9
  
10
10
  src/index.ts → dist/index.cjs...
11
11
  (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
12
- created dist/index.cjs in 8.1s
12
+ created dist/index.cjs in 9.2s
13
13
  
14
14
  src/index.ts → dist/index.mjs...
15
- created dist/index.mjs in 3s
15
+ created dist/index.mjs in 2.6s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @treeunfe/danfe
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Release patch version
8
+ - Updated dependencies
9
+ - @treeunfe/types@1.0.7
10
+ - @treeunfe/shared@1.0.7
11
+
12
+ ## 1.0.6
13
+
14
+ ### Patch Changes
15
+
16
+ - Release patch version
17
+ - Updated dependencies
18
+ - @treeunfe/types@1.0.6
19
+ - @treeunfe/shared@1.0.6
20
+
3
21
  ## 1.0.5
4
22
 
5
23
  ### Patch Changes
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/danfe",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Geração de DANFE para Treeunfe DFe",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -44,8 +44,8 @@
44
44
  "pdfkit": "^0.15.0",
45
45
  "pdfmake": "^0.2.10",
46
46
  "qrcode": "^1.5.4",
47
- "@treeunfe/types": "1.0.5",
48
- "@treeunfe/shared": "1.0.5"
47
+ "@treeunfe/types": "1.0.7",
48
+ "@treeunfe/shared": "1.0.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@rollup/plugin-commonjs": "^25.0.7",