@seidor-cloud-produtos/tax-core 0.0.9-beta4 → 0.0.9-beta5

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.
Files changed (2) hide show
  1. package/lib/index.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import Block from "./taxReport/Block";
2
2
  import * as Decorators from "./taxReport/Decorators";
3
3
  import { Register } from "./taxReport/Register";
4
- import ReportGenerator from "./taxReport/ReportGenerator";
4
+ import * as ReportGenerator from "./taxReport/ReportGenerator";
5
5
  import TaxReport from "./taxReport/TaxReport";
6
6
  import ConsoleOutput from "./taxReport/implementations/ConsoleOutput";
7
7
  import MemoryPersist from "./taxReport/implementations/MemoryPersist";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seidor-cloud-produtos/tax-core",
3
- "version": "0.0.9-beta4",
3
+ "version": "0.0.9-beta5",
4
4
  "description": "Biblioteca para acelerar a geração de arquivos fiscais",
5
5
  "files": ["lib/**/*"],
6
6
  "main": "./dist/index.js",