@treeunfe/nfe 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,15 +1,15 @@
1
1
 
2
- > @treeunfe/nfe@1.0.4 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/nfe
2
+ > @treeunfe/nfe@1.0.5 build /home/runner/work/treeunfe-dfe/treeunfe-dfe/packages/nfe
3
3
  > rollup -c
4
4
 
5
- (node:3702) [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.
5
+ (node:3707) [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
  
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 10.5s
12
+ created dist/index.cjs in 9.8s
13
13
  
14
14
  src/index.ts → dist/index.mjs...
15
- created dist/index.mjs in 4.3s
15
+ created dist/index.mjs in 4.1s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @treeunfe/nfe
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Release patch version
8
+ - Updated dependencies
9
+ - @treeunfe/danfe@1.0.4
10
+ - @treeunfe/types@1.0.4
11
+ - @treeunfe/shared@1.0.4
12
+
3
13
  ## 1.0.5
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeunfe/nfe",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Operações NFe para Treeunfe DFe",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -36,14 +36,15 @@
36
36
  "url": "https://github.com/treeunfe/treeunfe-dfe",
37
37
  "directory": "packages/nfe"
38
38
  },
39
+ "readme": "../../README.md",
39
40
  "dependencies": {
40
41
  "axios": "^1.7.7",
41
42
  "date-fns": "^2.30.0",
42
43
  "pako": "^2.1.0",
43
44
  "xml2js": "^0.6.2",
44
- "@treeunfe/types": "1.0.3",
45
- "@treeunfe/shared": "1.0.3",
46
- "@treeunfe/danfe": "1.0.3"
45
+ "@treeunfe/types": "1.0.4",
46
+ "@treeunfe/shared": "1.0.4",
47
+ "@treeunfe/danfe": "1.0.4"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@rollup/plugin-commonjs": "^25.0.7",