marlim-sdk-3ds 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ O SDK disponibiliza um fluxo de autenticação 3DS em apenas duas etapas: inicia
28
28
  ### Exemplo - Inicialização
29
29
 
30
30
  ```typescript
31
- import * as MarlimSDK_3DS from 'marlim-sdk-3ds';
31
+ import MarlimSDK_3DS from 'marlim-sdk-3ds';
32
32
 
33
33
  // Etapa 1: Inicializar o SDK
34
34
  MarlimSDK_3DS.init({
@@ -40,7 +40,7 @@ MarlimSDK_3DS.init({
40
40
  ### Exemplo - Autenticação
41
41
 
42
42
  ```typescript
43
- import * as MarlimSDK_3DS from 'marlim-sdk-3ds';
43
+ import MarlimSDK_3DS from 'marlim-sdk-3ds';
44
44
 
45
45
  try {
46
46
  // Etapa 2: Autenticação 3DS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marlim-sdk-3ds",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "SDK 3DS para integração com a API Marlim",
5
5
  "license": "MIT",
6
6
  "main": "dist/marlim-3ds-sdk.min.js",