@treeunfe/types 1.0.3 → 1.0.4

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.2 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/types
2
+ > @treeunfe/types@1.0.3 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/types
3
3
  > rollup -c
4
4
 
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.
5
+ (node:3507) [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.9s
13
13
  
14
14
  src/index.ts → dist/index.mjs...
15
- created dist/index.mjs in 954ms
15
+ created dist/index.mjs in 936ms
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 644ms
20
+ created dist/common/index.cjs in 654ms
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 589ms
25
+ created dist/common/index.mjs in 605ms
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 672ms
30
+ created dist/cte/index.cjs in 699ms
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 602ms
35
+ created dist/cte/index.mjs in 585ms
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 529ms
40
+ created dist/nfce/index.cjs in 534ms
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 580ms
45
+ created dist/nfce/index.mjs in 590ms
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 545ms
50
+ created dist/nfe/index.cjs in 556ms
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 533ms
55
+ created dist/nfe/index.mjs in 555ms
56
56
  
57
57
  src/nfse/index.ts → dist/nfse/index.cjs...
58
- created dist/nfse/index.cjs in 631ms
58
+ created dist/nfse/index.cjs in 642ms
59
59
  
60
60
  src/nfse/index.ts → dist/nfse/index.mjs...
61
- created dist/nfse/index.mjs in 548ms
61
+ created dist/nfse/index.mjs in 534ms
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 515ms
66
+ created dist/interfaces/index.cjs in 504ms
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 497ms
71
+ created dist/interfaces/index.mjs in 489ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @treeunfe/types
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Release patch version
8
+
3
9
  ## 1.0.3
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.3",
3
+ "version": "1.0.4",
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",
@@ -63,6 +63,7 @@
63
63
  "url": "https://github.com/treeunfe/treeunfe-dfe",
64
64
  "directory": "packages/types"
65
65
  },
66
+ "readme": "../../README.md",
66
67
  "dependencies": {},
67
68
  "devDependencies": {
68
69
  "@rollup/plugin-commonjs": "^25.0.7",