nfewizard-io 0.0.1 → 0.0.2

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,8 +24,9 @@ NFeWizard-io é uma biblioteca Node.js projetada para simplificar a interação
24
24
  ## Exemplo de Utilização
25
25
 
26
26
  ```typescript
27
+ import NFeWizard from 'nfewizard-io';
27
28
  // Instanciar
28
- const nfeWizard = new NFeWizard-io();
29
+ const nfeWizard = new NFeWizard();
29
30
 
30
31
  // Inicializar
31
32
  await nfeWizard.NFE_LoadEnvironment({
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/nfewizard-org/nfewizard-io"
7
7
  },
8
- "version": "0.0.1",
8
+ "version": "0.0.2",
9
9
  "description": "NFeWizard-io é uma biblioteca Node.js projetada para simplificar a interação com os webservices da SEFAZ, proporcionando uma solução robusta para automação de processos relacionados à Nota Fiscal Eletrônica (NF-e).",
10
10
  "main": "dist/index.js",
11
11
  "types": "dist/index.d.ts",