@treeunfe/nfe 1.0.7 → 1.0.9
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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +20 -0
- package/README.md +24 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @treeunfe/nfe@1.0.
|
|
2
|
+
> @treeunfe/nfe@1.0.8 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/nfe
|
|
3
3
|
> rollup -c
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3724) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/nfe/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/nfe/package.json.
|
|
8
8
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
9
9
|
[36m
|
|
10
10
|
[1msrc/index.ts[22m → [1mdist/index.cjs[22m...[39m
|
|
11
11
|
[1m[33m(!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.[39m[22m
|
|
12
|
-
[32mcreated [1mdist/index.cjs[22m in [1m9.
|
|
12
|
+
[32mcreated [1mdist/index.cjs[22m in [1m9.3s[22m[39m
|
|
13
13
|
[36m
|
|
14
14
|
[1msrc/index.ts[22m → [1mdist/index.mjs[22m...[39m
|
|
15
|
-
[32mcreated [1mdist/index.mjs[22m in [
|
|
15
|
+
[32mcreated [1mdist/index.mjs[22m in [1m3.6s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @treeunfe/nfe
|
|
2
2
|
|
|
3
|
+
## 1.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Release patch version
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @treeunfe/danfe@1.0.7
|
|
10
|
+
- @treeunfe/types@1.0.7
|
|
11
|
+
- @treeunfe/shared@1.0.7
|
|
12
|
+
|
|
13
|
+
## 1.0.8
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Release patch version
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @treeunfe/danfe@1.0.6
|
|
20
|
+
- @treeunfe/types@1.0.6
|
|
21
|
+
- @treeunfe/shared@1.0.6
|
|
22
|
+
|
|
3
23
|
## 1.0.7
|
|
4
24
|
|
|
5
25
|
### 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
|
+
[](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/nfe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Operações NFe para Treeunfe DFe",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"date-fns": "^2.30.0",
|
|
42
42
|
"pako": "^2.1.0",
|
|
43
43
|
"xml2js": "^0.6.2",
|
|
44
|
-
"@treeunfe/types": "1.0.
|
|
45
|
-
"@treeunfe/shared": "1.0.
|
|
46
|
-
"@treeunfe/danfe": "1.0.
|
|
44
|
+
"@treeunfe/types": "1.0.7",
|
|
45
|
+
"@treeunfe/shared": "1.0.7",
|
|
46
|
+
"@treeunfe/danfe": "1.0.7"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@rollup/plugin-commonjs": "^25.0.7",
|