@treeunfe/types 1.0.5 → 1.0.6

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,8 +1,8 @@
1
1
 
2
- > @treeunfe/types@1.0.4 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/types
2
+ > @treeunfe/types@1.0.5 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/types
3
3
  > rollup -c
4
4
 
5
- (node:3512) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/types/rollup.config.js is not specified and it doesn't parse as CommonJS.
5
+ (node:3514) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/types/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/types/package.json.
8
8
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -12,60 +12,60 @@ To eliminate this warning, add "type": "module" to /home/runner/work/treeunfe-df
12
12
  created dist/index.cjs in 1.8s
13
13
  
14
14
  src/index.ts → dist/index.mjs...
15
- created dist/index.mjs in 900ms
15
+ created dist/index.mjs in 875ms
16
16
  
17
17
  src/common/index.ts → dist/common/index.cjs...
18
18
  (!) Generated an empty chunk
19
19
  "index"
20
- created dist/common/index.cjs in 594ms
20
+ created dist/common/index.cjs in 590ms
21
21
  
22
22
  src/common/index.ts → dist/common/index.mjs...
23
23
  (!) Generated an empty chunk
24
24
  "index"
25
- created dist/common/index.mjs in 564ms
25
+ created dist/common/index.mjs in 550ms
26
26
  
27
27
  src/cte/index.ts → dist/cte/index.cjs...
28
28
  (!) Generated an empty chunk
29
29
  "index"
30
- created dist/cte/index.cjs in 649ms
30
+ created dist/cte/index.cjs in 626ms
31
31
  
32
32
  src/cte/index.ts → dist/cte/index.mjs...
33
33
  (!) Generated an empty chunk
34
34
  "index"
35
- created dist/cte/index.mjs in 577ms
35
+ created dist/cte/index.mjs in 552ms
36
36
  
37
37
  src/nfce/index.ts → dist/nfce/index.cjs...
38
38
  (!) Generated an empty chunk
39
39
  "index"
40
- created dist/nfce/index.cjs in 502ms
40
+ created dist/nfce/index.cjs in 480ms
41
41
  
42
42
  src/nfce/index.ts → dist/nfce/index.mjs...
43
43
  (!) Generated an empty chunk
44
44
  "index"
45
- created dist/nfce/index.mjs in 551ms
45
+ created dist/nfce/index.mjs in 534ms
46
46
  
47
47
  src/nfe/index.ts → dist/nfe/index.cjs...
48
48
  (!) Generated an empty chunk
49
49
  "index"
50
- created dist/nfe/index.cjs in 521ms
50
+ created dist/nfe/index.cjs in 497ms
51
51
  
52
52
  src/nfe/index.ts → dist/nfe/index.mjs...
53
53
  (!) Generated an empty chunk
54
54
  "index"
55
- created dist/nfe/index.mjs in 506ms
55
+ created dist/nfe/index.mjs in 494ms
56
56
  
57
57
  src/nfse/index.ts → dist/nfse/index.cjs...
58
- created dist/nfse/index.cjs in 606ms
58
+ created dist/nfse/index.cjs in 579ms
59
59
  
60
60
  src/nfse/index.ts → dist/nfse/index.mjs...
61
- created dist/nfse/index.mjs in 495ms
61
+ created dist/nfse/index.mjs in 490ms
62
62
  
63
63
  src/interfaces/index.ts → dist/interfaces/index.cjs...
64
64
  (!) Generated an empty chunk
65
65
  "index"
66
- created dist/interfaces/index.cjs in 477ms
66
+ created dist/interfaces/index.cjs in 457ms
67
67
  
68
68
  src/interfaces/index.ts → dist/interfaces/index.mjs...
69
69
  (!) Generated an empty chunk
70
70
  "index"
71
- created dist/interfaces/index.mjs in 448ms
71
+ created dist/interfaces/index.mjs in 430ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @treeunfe/types
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Release patch version
8
+
3
9
  ## 1.0.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeunfe/types",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Tipos TypeScript para Treeunfe DFe ecosystem (NFe, NFCe, CTe, NFSe)",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",